this also adds a feature flag "api_v2_quotas_verify_project" (False by
default) enabling which will enable this test.
Change-Id: Icdc1b9ae419c3634ab2c55005f33fed624706176
Related-Bug: #1760822
This bug has been fixed for over two years, which means it is fixed
in every currently supported release. I'm leaving the option though
for anyone who may be running the plugin against an old release.
Change-Id: I7ded3459d834d2a027fe92cca215f2d4219804d9
There is a need to run the recordset tests without using admin credential,
an existing zone, which shall be configured as the precondition in
tempest.conf, will be used to test the creation and deletion of
recordsets.
Change-Id: I3ae09176d410b9ed6437b8e55ace67cad0d5b5b9
One or two tests, mostly on the powerdns job, are timing out - increase the
timeout while we work through the details.
Change-Id: I2ceaa33f4d49ddf6b2d8b140850c13648a97abde
Some tests are failing due to hitting the build timeout, for
now, lets increase this time in order to allow for tests to
pass while we look into the root cause of the slowdown.
Change-Id: I9efdb15a10dc22659dd3f682d58e6960692fc866
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
This ensures we can specify the minimum ttl to use when creating zones
or recordsets from random ttls, which includes some refactoring to use
a single method for generating ttls.
Change-Id: I5c8620ff5a15b935ba075bec1f9750dbae4ffb70
See https://review.openstack.org/283511 for history.
Change-Id: I7733e8786d6b525a7c9a8d4f12add329cd030d9d
Partially-Implements: blueprint designate-tempest-plugin