1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto/common
Sebastian Goscik 38a7e01e83 Workloads: Fixed issues with calling super
Super works by having a iterator of parent classes to ensure each is called
once and only once. WA calls some parent methods in classes with multiple
inheritenceconditionally so calls them directly instread. This breaks super
which ends up calling some methods multiple times.

To work around this until workloads are reworked to use composition rather than
inheritance, all classes that that subclass `Workload` directly no longer use
`super`.
2016-09-06 10:11:09 +01:00
..
android Workloads: Fixed issues with calling super 2016-09-06 10:11:09 +01:00
bin revent: Fixed magic check 2016-07-21 15:42:11 +01:00
gem5 Pylint fixes 2016-07-21 16:40:26 +01:00
linux Add network check methods to Device and Workload classes 2016-09-02 10:33:18 +01:00
__init__.py Pylint fixes 2016-07-21 16:40:26 +01:00
resources.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00