summaryrefslogtreecommitdiff
path: root/tempest/api/compute/servers/test_delete_server.py
Commit message (Expand)AuthorAgeFilesLines
* Adding description for testcases - compute part5zhufl2020-07-301-8/+9
* Create default network for several compute testsEric Fried2020-01-101-0/+1
* Do not pass device when calling compute.base.attach_volumezhufl2018-09-111-2/+1
* Move test decorators to commonAndrea Frittoli2017-08-231-2/+2
* Move compute admin test classes under admin pathKen'ichi Ohmichi2017-04-251-31/+0
* Add a generic "wait_for_volume_resource_status" functionlkuchlan2017-02-191-2/+2
* Switch to decorators.idempotent_id on compute.serversKen'ichi Ohmichi2017-01-271-10/+11
* Re-use common methods in test_delete_server_while_in_attached_volumeMatt Riedemann2016-10-041-12/+3
* Move shelve server logic in compute utilityghanshyam2016-04-151-10/+3
* Return complete response from servers_clientghanshyam2015-09-111-1/+1
* Return complete resp from volumes_extensions_clientghanshyam2015-09-091-1/+2
* Add "server" to action methods - part 2Ken'ichi Ohmichi2015-09-011-1/+1
* Merge "Make volumes_extensions_client use **kwargs"Jenkins2015-08-271-1/+1
|\
| * Make volumes_extensions_client use **kwargsKen'ichi Ohmichi2015-08-251-1/+1
* | Merge "Add "server" to action methods"Jenkins2015-08-251-1/+1
|\ \ | |/ |/|
| * Add "server" to action methodsKen'ichi Ohmichi2015-08-131-1/+1
* | Merge "Move wait_for_server_termination from servers_client"Jenkins2015-08-211-11/+12
|\ \
| * | Move wait_for_server_termination from servers_clientKen'ichi Ohmichi2015-08-131-11/+12
| |/
* | Make attach_volume use **kwargsKen'ichi Ohmichi2015-08-131-1/+1
|/
* Remove wait_for_server_status from servers_clientKen'ichi Ohmichi2015-07-131-9/+10
* Remove wait_for_volume_status from compute clientKen'ichi Ohmichi2015-07-081-3/+7
* Apply a naming rule of GET to show_server methodKen'ichi Ohmichi2015-07-031-1/+1
* remove gate tag (part 1)Sean Dague2015-04-271-10/+0
* Split resource_setup for compute testsRohan Kanade2015-03-091-4/+4
* Replaces hardcoded volume size by configured valueMarkus Zoeller2015-03-031-1/+1
* Add UUIDs to all tempest tests and gate checkChris Hoge2015-02-261-0/+10
* Change servers client to return one value and update testsDavid Kranz2015-02-171-8/+5
* Change basic server client methods to return one value and update testsDavid Kranz2015-02-121-31/+21
* Change compute volume client to return one value and update testsDavid Kranz2015-02-101-4/+4
* delete all compute xml testsSean Dague2014-11-251-8/+0
* Skip some tests when cinder is not enabledMichael Hudson-Doyle2014-11-061-0/+1
* Add a test for deleting a suspended serverKen'ichi Ohmichi2014-09-301-0/+12
* Migrate computev2 API tests to resource_* fixturesAndrea Frittoli2014-09-181-4/+4
* Add new shelve compute feature flagDavid Shrewsbury2014-07-221-0/+2
* Merge "Add "delete the volume-attached server" tests"Jenkins2014-04-071-0/+20
|\
| * Add "delete the volume-attached server" testsKen'ichi Ohmichi2014-03-241-0/+20
* | Move pause_available class variable into skip decoratorsMatt Riedemann2014-03-311-2/+2
|/
* Support disabling server pausing for compute APIEric Windisch2014-03-101-0/+3
* Merge "Cleanup _interface class variables in compute"Jenkins2014-03-061-2/+0
|\
| * Cleanup _interface class variables in computeMasayuki Igawa2014-03-051-2/+0
* | Add "delete the resized server" testsKen'ichi Ohmichi2014-03-031-0/+15
|/
* Check server terminations on "delete server" testsKen'ichi Ohmichi2014-02-261-0/+7
* Move admin "delete a server" tests to test_serversKen'ichi Ohmichi2014-02-251-0/+36
* Add "delete a shelved server" testsKen'ichi Ohmichi2014-02-211-0/+21
* Separate the deleting server testsKen'ichi Ohmichi2014-02-211-0/+64