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:
parent
0fc602ecdb
commit
208fdf4210
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user