Commit Graph

10 Commits

Author SHA1 Message Date
Graham Hayes dcfa7c0372 Remove v1 API tests
The V1 API was removed from Designate in the Queens release. It has now been
eight releases since then, so it is time to remove the tests for it. If these
tests are still needed, please use git tag version 0.11.0 (Wallaby) or older.

Change-Id: I496d02c1be165eeaf721dea2eafe5f6a70279e68
2021-07-06 22:33:56 +00:00
Zuul 8a3b02adbd Merge "Do not create network resources for API tests" 2018-03-16 08:41:02 +00:00
Graham Hayes bbc01e3510
Fix credential naming
Change-Id: Ica935f22ed30792033c6c36742abead20de66363
2018-02-15 18:12:05 +00:00
Ritesh Anand f015ecb1de Do not create network resources for API tests
We need to call set_network_resources() from class with API tests, to
avoid creating network resources. Which are not needed for API tests.

Change-Id: Ia93303390d9887722fa2cfde7757e5e9103ae585
Closes-Bug: #1689415
2018-01-12 18:41:21 -08:00
Kiall Mac Innes a17f233fd9 Add Tempest hacking checks
Fix v1 tests to comply

Change-Id: I6bf15fa887158efc1858991c806cbdd9ab23db5c
2016-11-04 08:57:42 +00:00
Jenkins a4601046f8 Merge "Reduce the number of "smoke" tests" 2016-07-07 16:04:18 +00:00
Emilien Macchi ddb13fe2c5 Reduce the number of "smoke" tests
This reduces the number of smoke tests to < 10. It includes v1 tests, v2
tests and one scenario test to check that a zone goes to active.

Change-Id: I9233a5d783649fe2bfad8e772f4165bdc4e1c619
2016-07-07 14:33:28 +00:00
Kiall Mac Innes 03b58d6008 Use tempest.lib data_utils
Use the tempest.lib.common version of data_utils, as the tempest.common
one is not supposed to be used by plugins.

Change-Id: I5d727b37d51a0f4bc1096b3b753a1856ee4683c2
2016-07-07 15:06:24 +01:00
Kiall Mac Innes 24df485be7 Replace idempotent_id decorator with tempest.lib version
Useage of the tempest.lib version is preferred, as it's considered
API stable, unlike the tempest.test version.

Change-Id: Ida2efd9fdd9ce095aaa33ce41c90f93efbcf0970
2016-06-09 16:13:10 +01:00
Kiall Mac Innes 8ae796c691 Port V1 Tempest test from designate's contrib folder
These are a close to a straight port as was possible, no cleanup was
performed where it wasn't absolutly necessary.

In addition, we add flags to enable V1, V2, Admin API tests, and a
V1 servers API flag, as these tests have proved particularly
susceptible to race conditions.

Change-Id: Idc31c00c95fde96087f4f222ae9c17e554e6b1fc
2016-05-12 14:44:08 +01:00