1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 02:01:16 +00:00
Sergei Trofimov a147fa3350 Fix Plugin and tests
WA2 Extensions had two features that have proven more trouble then they
are worth, and so they were removed from WA3 Plugins:

- Virtual methods (methods that automatically invoked super's version
  without having to explicitly do that).
- It used to be possible to use strings or tuples to specify parameters
  for extensions, and those were automatically "promoted" to Parameter
  instances by the metaclass. This feature was never actually used.

This commit cleans up residual code for these features from Plugin
implementations and removes tests that used to exercise them.
2017-04-27 09:01:19 +01:00
..
2017-04-20 11:49:53 +01:00
2017-02-21 15:02:28 +00:00
2017-02-21 15:02:28 +00:00
2017-03-15 14:34:23 +00:00
2017-04-20 11:49:53 +01:00
2017-04-05 11:51:29 +01:00
2017-04-27 09:01:19 +01:00
2017-03-22 15:14:44 +00:00
2017-03-22 15:14:44 +00:00
2017-04-20 11:49:53 +01:00
2017-02-21 15:02:28 +00:00