| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
This fix adds support for the designate tsig keys api to
python-designateclient.
It will add tsigkey related crud commands to the openstackclient.
Change-Id: I84336c3aca85ca62771fd2115481eda32ee980d2
Closes-Bug: #1702506
|
| |
|
|
|
|
|
|
|
|
|
| |
tempest-lib has been deprecated since a year. All
the interfaces available in tempest-lib are now available
in tempest/lib.
This patch make use of tempest/lib instead of tempest-lib.
Also add tempest in test-requirements.txt
Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
|
| |
|
|
|
|
|
| |
This test would occasionally fail if the import was still PENDING when
the check asserted a COMPLETED status.
Change-Id: Ia2c320d50dd061980c27b0b7ec0cb6c65c13f6e7
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Zone import commands (create, list, show, delete)
are missing from the python-designateclient.
This change includes implementation, as well as unit tests
and functionaltests.
Change-Id: I635431b5ef11989247e8d185ad692e4fee9bebba
Closes-Bug: #1550532
|
| |/
|
|
| |
Change-Id: I1b15c64bac1bc495fe7aecbcf08c28b8ea41b5a7
|
| |
|
|
|
|
|
|
|
|
|
| |
Zone export commands (create, list, show, delete, showfile)
are missing from the python-designateclient.
This change includes implementation, as well as unit tests
and functionaltests.
Change-Id: I957946d739bceea1074e2fda2ce7f841143b0611
Partial-Bug: #1550532
|
| |
|
|
|
|
| |
Added a parent to the class and hardcoded the zone id and name in one of the tests.
Change-Id: I8f973e52561d4644821148690430be4c0c1944c0
|
| |
|
|
| |
Change-Id: I479bdb59d06c561c49ae63d8bcbe2e5c8f67577a
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: If600dd567553459e54ac68e379732d3226fe90b2
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
The tld tests will create/remove tlds which would cause problems
when running zone tests in parallel. To solve this, a separate tld
is created for each zone.
Change-Id: I8957f6f294bc5624ce049e36bef4a948cef3e380
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some tests in designateclient used incorrect
argument order in assertEqual(observed, expected).
The correct order expected by testtools is
assertEqual(expected, observed).
Partial-Bug: #1259292
Change-Id: Icc53b2f21e557170a61ceb52cd6f04c31e3b8425
|
| |/
|
|
| |
Change-Id: I7ed14924ea6d4b612e8f1c0b526211f8ba8471b6
|
| |
|
|
| |
Change-Id: I387179b0c8f80e87436be0dc841a47f0b0aed598
|
|
|
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
|