summaryrefslogtreecommitdiff
path: root/tempest/common/compute.py
Commit message (Expand)AuthorAgeFilesLines
* Also require resources for PINGABLEDan Smith2023-05-051-5/+4
* Fail create if validation flags do not agreeDan Smith2023-05-021-0/+5
* Fix error KeyError: 'addresses' for two testsIlya Popov2022-11-141-0/+2
* Merge "Update server details before getting fixed IP"Zuul2022-10-101-30/+38
|\
| * Update server details before getting fixed IPMarian Krcmarik2022-09-191-30/+38
* | Allow multiple instances on create_test_serverBenny Kopilov2022-07-201-7/+0
|/
* Use server hostname when creating secure websocketPhil Sphicas2022-03-251-1/+2
* Use wrap_socket from ssl.SSLContext instead of sslMartin Kopec2022-03-251-2/+2
* Move ssh|ping-able server logic into separate methodGhanshyam Mann2022-03-171-49/+75
* Introduce PINGABLE and SSHABLE waiters and wait_until state supportLee Yarwood2022-03-021-5/+38
* Merge "Move get_server_ip into tempest.common.compute"Zuul2022-02-171-0/+29
|\
| * Move get_server_ip into tempest.common.computeLee Yarwood2022-01-071-0/+29
* | Merge "Fix floating ip timeout issues with uwsgi enabled"Zuul2022-02-101-3/+0
|\ \
| * | Fix floating ip timeout issues with uwsgi enabledMartin Kopec2022-02-091-3/+0
* | | Merge "Fix test_rebuild_server test by waiting for floating ip"Zuul2022-01-281-0/+3
|\ \ \ | |/ /
| * | Fix test_rebuild_server test by waiting for floating ipMartin Kopec2022-01-281-0/+3
* | | Merge "Revert "Check VM's console log before trying to SSH to it.""Zuul2022-01-281-7/+1
|\ \ \ | |/ / |/| / | |/
| * Revert "Check VM's console log before trying to SSH to it."Lee Yarwood2022-01-071-7/+1
* | wait_for_server_status(): report original request ID if failureArtom Lifshitz2022-01-131-1/+3
|/
* Remove usage of sixsongwenping2021-02-181-2/+1
* Merge "Remove six.PY3/six.PY2"Zuul2020-11-271-9/+3
|\
| * Remove six.PY3/six.PY2likui2020-11-101-9/+3
* | Check VM's console log before trying to SSH to it.Slawek Kaplonski2020-11-161-1/+7
|/
* Fix noVNC failed TCsJason Li2020-04-091-2/+17
* Merge "Specify AZ for non-scenario tests"Zuul2019-06-191-0/+6
|\
| * Specify AZ for non-scenario testsMartin Kopec2019-06-181-0/+6
* | Handle 'path' query parameter for test_novncmelanie witt2019-04-261-3/+6
|/
* Ensure volume is deleted after build errormccasland, trevor (tm2086)2019-01-241-4/+13
* docs: Fix incorrect docstrings in reStructuredText formatSergey Vilgelm2018-11-211-17/+16
* Deprecate available filters in favor of enabledArtom Lifshitz2018-11-021-7/+6
* Make volume client alias with _latest suffixghanshyam2018-08-071-1/+1
* Connect to default ports if none are specifiedMohammed Naser2018-02-191-2/+12
* Remove confusing comment in common/compute.pyMasayuki Igawa2017-12-081-1/+1
* Merge "Add IPv6 support to create_websocket()"Zuul2017-12-071-6/+14
|\
| * Add IPv6 support to create_websocket()Jens Harbott2017-11-301-6/+14
* | Stop implicit validation_resources provisioningAndrea Frittoli2017-09-121-0/+2
|/
* Use networks floatingips client to associate fipsArtom Lifshitz2017-08-241-6/+22
* Move schedule filter check to compute moduleAndrea Frittoli2017-08-081-0/+21
* Migrate the preprov creds module to tempest libMatthew Treinish2017-07-211-1/+1
* Merge "Wait for server deletion if validation setup fails"Jenkins2017-06-271-0/+13
|\
| * Wait for server deletion if validation setup failsArtom Lifshitz2017-06-211-0/+13
* | Handle the case that RFP negotiation message arrived early.jianghua wang2017-06-261-3/+30
|/
* Merge "Support testing nova-novncproxy on SSL"Jenkins2017-04-271-1/+6
|\
| * Support testing nova-novncproxy on SSLxxj2017-04-111-1/+6
* | Use sequence directly instead of using len()Masayuki Igawa2017-04-171-2/+2
|/
* Merge "Nova: Move _Websocket class to a common place"Jenkins2017-03-291-0/+94
|\
| * Nova: Move _Websocket class to a common placeMarkus Zoeller2017-03-271-0/+94
* | Remove remaining usage of cinder v1 API call from Tempestghanshyam2017-03-281-5/+1
|/
* Add user key data debug script to instance user dataClark Boylan2017-03-201-0/+16
* Use tempest.lib data_utils - computeKen'ichi Ohmichi2017-03-101-1/+1