mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	iozone: pylint fixes
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user