commit | 35a7caf95c1186d0dc811ea4a1bcd2393cd9600d | [log] [tgz] |
---|---|---|
author | Sean Dague <sdague@linux.vnet.ibm.com> | Fri May 10 10:38:22 2013 -0400 |
committer | Sean Dague <sdague@linux.vnet.ibm.com> | Sat May 11 11:50:57 2013 -0400 |
tree | 286d73e2378d9c831f0887944ff19cb8c17d2534 | |
parent | 0f7769b8127d8bf444602bcad92f49dc030a408b [diff] |
make status_timeout a method status_timeout was previously a function, which took an object as the first parameter always. So it was called as: test.status_timeout(self, ...) which is craziness. If self is always the first param it should be a method to make it. self.status_timeout(...) This is needed as part of the scenario refactoring. part of bp:tempest-repo-restructure Change-Id: I6c9570155e92711f99129e8e8736ddecc50e1f26