Pass wait_until arg in create_test_server call
wait_until argument is not passed when calling
create_test_server due to which it returns server details and then
test cleanup goes for deleting server which is still in build state
causing it to leave behind volume if server is booted using bootable
volume. passing wait_until arg fixes the issue. Also name variable
is getting ignored so adding condition to use name variable if passed.
Change-Id: I1fc92d4405226ac34058853df598be75bf921691
Closes-Bug: 1458295
1 file changed