Skip to content

Commit 526f2f9

Browse files
kromanenkoSteve Martinelli
authored andcommitted
Remove superfluous variable assignment statements
wait and interval are already defaulted in the function signature Change-Id: I66317a24f8327c464343ac13fc0126c34915eeda
1 parent f9f6abe commit 526f2f9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

functional/tests/compute/v2/test_server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ def test_server_show(self):
8787
def wait_for(self, desired, wait=120, interval=5, failures=['ERROR']):
8888
# TODO(thowe): Add a server wait command to osc
8989
status = "notset"
90-
wait = 120
91-
interval = 5
9290
total_sleep = 0
9391
opts = self.get_show_opts(['status'])
9492
while total_sleep < wait:

0 commit comments

Comments
 (0)