summaryrefslogtreecommitdiff
path: root/tempest/scenario/test_volume_boot_pattern.py
Commit message (Expand)AuthorAgeFilesLines
* Allow wait_until=SSHABLE in scenario managerDan Smith2023-05-021-1/+3
* Add LUKS v2 testsGorka Eguileor2022-06-291-7/+21
* Make _create_security_group() non-privateSoniya Vyas2021-03-011-1/+1
* Use new encryption provider constants (reprise)Luigi Toscano2020-04-221-2/+1
* Ensure bootable volume is gone in scenario test before tearDownGiulio Fidente2020-03-041-0/+7
* Refactor methods to be used by other testsRajat Dhasmana2020-01-171-48/+12
* Merge "Add autopep8 to tox.ini"Zuul2019-03-161-1/+0
|\
| * Add autopep8 to tox.iniafazekas2019-03-081-1/+0
* | Update json module to jsonutilszhulingjie2019-03-061-2/+2
|/
* Mark test_volume_boot_pattern as slowMatt Riedemann2019-02-141-0/+1
* Delete snapshot in test_image_defined_boot_from_volumemelanie witt2018-08-091-12/+40
* Log server console output during create/get timestampSlawek Kaplonski2018-07-301-3/+6
* Adding a note for test case test_volume_boot_pattern().msidana2018-06-071-0/+3
* Assert volume deletion in test_image_defined_boot_from_volumemelanie witt2018-05-201-8/+3
* Cleanup and rename test_create_ebs_image_and_check_bootMatt Riedemann2018-04-051-16/+37
* Do not use skip_checks in TestVolumeBootPatternzhufl2018-03-021-6/+6
* Add some verify in test_create_ebs_image_and_check_bootlianghao2017-11-211-1/+13
* Move test decorators to commonAndrea Frittoli2017-08-231-5/+5
* Merge "Generic method for creating a volume snapshot"Jenkins2017-07-191-17/+2
|\
| * Generic method for creating a volume snapshotlkuchlan2017-07-131-17/+2
* | test_boot_server_from_encrypted_volume_luks skip conditionAttila Fazekas2017-07-181-3/+2
|/
* Boot server from encrypted volumelkuchlan2017-07-041-1/+24
* Move the `attr` decorator from test.py to tempest/libJordan Pittier2017-04-141-1/+1
* Remove name checking for api version 1lkuchlan2017-03-271-7/+1
* Use tempest.lib data_utils - scenarioKen'ichi Ohmichi2017-03-101-1/+1
* make -e full run tempest scenarios seriallySean Dague2017-03-031-1/+1
* Remove testing of bdm v1 in boot from volume testsSean Dague2017-02-271-21/+7
* Add a generic "wait_for_volume_resource_status" functionlkuchlan2017-02-191-2/+2
* Add skip if public_network_id is not specifiedzhufl2017-02-151-0/+3
* Merge "test_create_server_from_volume_snapshot: assert dict is not empty befo...Jenkins2017-02-101-0/+2
|\
| * test_create_server_from_volume_snapshot: assert dict is not empty before acce...lkuchlan2017-02-081-0/+2
* | Make wait_until default as 'ACTIVE' in manager.create_serverzhufl2017-02-101-6/+2
* | Switch to decorators.idempotent_id on scenarioKen'ichi Ohmichi2017-02-061-3/+4
|/
* Boot server from snapshotlkuchlan2017-01-181-17/+67
* Hacking: enable H904Jordan Pittier2016-12-191-8/+8
* Specify snapshot size when creating volumeNuno Santos2016-11-291-1/+4
* Use rand name in common function in scenario testszhufl2016-10-191-8/+2
* Moving scenario docstring under the relevant test methodlkuchlan2016-10-041-12/+13
* Permission changes: Python file should be 0644 not 0775Jordan Pittier2016-10-021-0/+0
* Use classname as prefix of volume namezhufl2016-08-191-4/+7
* Use common "waiters.wait_for_snapshot_status" function everywhereYaroslav Lobankov2016-03-251-1/+2
* Merge "Add LOG.info to boot from volume tests"Jenkins2016-03-031-0/+14
|\
| * Add LOG.info to boot from volume testsSean Dague2016-03-021-0/+14
* | Implement TIMEOUT_SCALING_FACTOR for tempestSean Dague2016-03-021-0/+5
|/
* Merge "Remove redundant import from scenario tests"Jenkins2016-02-061-4/+0
|\
| * Remove redundant import from scenario testsAlexander Gubanov2016-01-261-4/+0
* | Consolidate the ssh codeSean Dague2016-01-291-3/+3
|/
* create_server: pass arguments as part of kwargsAnusha Ramineni2016-01-191-1/+1
* Migrate scenario tests ssh-auth-strategylanoux2015-12-011-2/+6
* Merge "Move get_server_or_ip method to common class"Jenkins2015-11-181-12/+5
|\