diff options
author | Sean Dague <sdague@linux.vnet.ibm.com> | 2013-01-04 15:19:14 -0500 |
---|---|---|
committer | Sean Dague <sdague@linux.vnet.ibm.com> | 2013-01-06 23:24:03 -0500 |
commit | f237ccb19f0919cd99bb270f5e4215c278b6dfd1 (patch) | |
tree | c0fbfcc778232ec33ba30842faa39b5f4a737429 /stress/tests | |
parent | d18cfe54730e43dc24be3baf65e1141ff20a7cb9 (diff) | |
download | tempest-f237ccb19f0919cd99bb270f5e4215c278b6dfd1.tar.gz |
Fix T401 and T402 errors
Fix all the one line docstring errors in T401 and T402, now
we no longer ignore any of our own rules in hacking.py
Fix run_tests.sh to pick up the 'stress' directory, which tox
does for pep8. Additional fixes to the stress tests for T4* tests
Change-Id: Ie569a924e8eb355afbbd9b244f77dec34061b5cb
Diffstat (limited to 'stress/tests')
-rwxr-xr-x | stress/tests/floating_ips.py | 2 | ||||
-rw-r--r-- | stress/tests/hard_reboots.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stress/tests/floating_ips.py b/stress/tests/floating_ips.py index d62e89244..6a4452c94 100755 --- a/stress/tests/floating_ips.py +++ b/stress/tests/floating_ips.py @@ -11,7 +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. -"""Stress test that associates/disasssociates floating ips""" +"""Stress test that associates/disasssociates floating ips.""" from stress.basher import BasherAction from stress.driver import * diff --git a/stress/tests/hard_reboots.py b/stress/tests/hard_reboots.py index f35c6de1e..fe57be1b2 100644 --- a/stress/tests/hard_reboots.py +++ b/stress/tests/hard_reboots.py @@ -11,7 +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. -"""Test that reboots random instances in a Nova cluster""" +"""Test that reboots random instances in a Nova cluster.""" from stress.test_servers import * |