mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-20 17:50:49 +01:00
iozone: pylint fixes
This commit is contained in:
parent
0fc602ecdb
commit
208fdf4210
@ -11,6 +11,7 @@
|
|||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
# pylint: disable=attribute-defined-outside-init
|
||||||
|
|
||||||
from wlauto import Workload, Parameter, Executable
|
from wlauto import Workload, Parameter, Executable
|
||||||
from wlauto.exceptions import ConfigError
|
from wlauto.exceptions import ConfigError
|
||||||
@ -234,7 +235,7 @@ class Iozone(Workload):
|
|||||||
|
|
||||||
# break list of results into smaller groups based on
|
# break list of results into smaller groups based on
|
||||||
# test name
|
# test name
|
||||||
def parse_metrics(self, context, plist):
|
def parse_metrics(self, context, plist): # pylint: disable=no-self-use
|
||||||
subvalue_list = []
|
subvalue_list = []
|
||||||
value_list = []
|
value_list = []
|
||||||
for values in plist:
|
for values in plist:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user