wait_until argument is not passed while calling create_test_server in servers/test_multiple_create.py causing tempest to leave behind volume if server is booted using bootable volume

Bug #1458295 reported by Ahmad Faheem
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Fix Released
Undecided
Ahmad Faheem

Bug Description

In tempest/api/compute/servers/test_multiple_create.py create_test_server method is called without passing wait_until argument which returns server details and then cleanup immediately goes for deleting server which is still in build state. But by that time volume information is not updated in nova and server gets deleted leaving behind the volume. Passing this wait_until argument fixes the issue.

Ahmad Faheem (afaheem88)
Changed in tempest:
assignee: nobody → Ahmad Faheem (afaheem88)
Changed in tempest:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/185266
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=e6edb4be879142377a9f080545f62a22bd662c5a
Submitter: Jenkins
Branch: master

commit e6edb4be879142377a9f080545f62a22bd662c5a
Author: ahmad <email address hidden>
Date: Sun May 24 13:28:11 2015 +0530

    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

Changed in tempest:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.