fix super() calls, must use explicit class name 05/28305/2
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 8 Feb 2017 22:42:08 +0000 (14:42 -0800)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 9 Feb 2017 21:27:46 +0000 (21:27 +0000)
commit6a9f0f9fbd1e86f320ccc188403cd2e1a2a66c70
treef60c5a6599491bcfa83f7c2160e51efb7b451c3f
parent1787d1f400118de3f6bd60bc968cea39b181923e
fix super() calls, must use explicit class name

self.__class__ is not correct.  For Python 2 we have to
explicitly use the class name

see http://stackoverflow.com/questions/4235078/how-to-avoid-infinite-recursion-with-super

Change-Id: I584ca565707b7331c1742fb33c8b524f7b7c9bf9
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
yardstick/benchmark/contexts/dummy.py
yardstick/benchmark/contexts/heat.py
yardstick/benchmark/contexts/model.py
yardstick/benchmark/contexts/node.py
yardstick/benchmark/contexts/standalone.py