1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

iozone: pylint fixes

This commit is contained in:
Sergei Trofimov 2015-10-08 09:10:08 +01:00
parent 0fc602ecdb
commit 208fdf4210

View File

@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# pylint: disable=attribute-defined-outside-init
from wlauto import Workload, Parameter, Executable
from wlauto.exceptions import ConfigError
@ -234,7 +235,7 @@ class Iozone(Workload):
# break list of results into smaller groups based on
# test name
def parse_metrics(self, context, plist):
def parse_metrics(self, context, plist): # pylint: disable=no-self-use
subvalue_list = []
value_list = []
for values in plist: