magnum-tempest-plugin/magnum_tempest_plugin/tests/api/v1
Feilong Wang abe58fe334 Fix HTTP 400 error
This is kind of a race condition issue, Tempest is doing a wait and check
when it is trying to delete a cluster. However, at the very end of the cluster
deletion process, a cluster GET request may get a HTTP 400 error which
will cause the Tempest case failed. This HTTP 400 exception reported
by a cluster GET request should be caught and take cluster as still existing.

Task: 40120
Story: 2007833

Change-Id: Ic97abf8d4d584f35b18bff9eab5d3e5ac80c0f02
2020-06-23 21:36:07 +12:00
..
clients Fix HTTP 400 error 2020-06-23 21:36:07 +12:00
models Refactored magnum tempest plugin 2017-12-11 18:35:24 +05:30
__init__.py Refactored magnum tempest plugin 2017-12-11 18:35:24 +05:30
test_bay.py [ci] Support fedora-coreos in magnum-tempest-plugin 2020-04-21 15:38:51 +00:00
test_baymodel.py [ci] Support fedora-coreos in magnum-tempest-plugin 2020-04-21 15:38:51 +00:00
test_baymodel_admin.py [ci] Support fedora-coreos in magnum-tempest-plugin 2020-04-21 15:38:51 +00:00
test_cluster.py Add idempotent ID for ClusterTest cases 2019-07-17 17:54:30 +12:00
test_cluster_template.py Add options for coe and network_driver 2018-11-30 15:58:31 +11:00
test_cluster_template_admin.py Add options for coe and network_driver 2018-11-30 15:58:31 +11:00
test_magnum_service.py Refactored magnum tempest plugin 2017-12-11 18:35:24 +05:30