diff options
| author | Kyrylo Romanenko <kromanenko@mirantis.com> | 2016-03-21 19:34:14 +0200 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2016-03-21 19:32:11 +0000 |
| commit | 526f2f9f77dbfd27443e7e4957682110191265cc (patch) | |
| tree | 357ae257feb574f1185163103aa980df32b94660 /functional | |
| parent | f9f6abe56414a56ea28863ad5824a5c176a75b33 (diff) | |
| download | python-openstackclient-526f2f9f77dbfd27443e7e4957682110191265cc.tar.gz | |
Remove superfluous variable assignment statements
wait and interval are already defaulted in the function signature
Change-Id: I66317a24f8327c464343ac13fc0126c34915eeda
Diffstat (limited to 'functional')
| -rw-r--r-- | functional/tests/compute/v2/test_server.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functional/tests/compute/v2/test_server.py b/functional/tests/compute/v2/test_server.py index 6c09a42e..c5a83bb2 100644 --- a/functional/tests/compute/v2/test_server.py +++ b/functional/tests/compute/v2/test_server.py @@ -87,8 +87,6 @@ class ServerTests(test.TestCase): def wait_for(self, desired, wait=120, interval=5, failures=['ERROR']): # TODO(thowe): Add a server wait command to osc status = "notset" - wait = 120 - interval = 5 total_sleep = 0 opts = self.get_show_opts(['status']) while total_sleep < wait: |
