OpenStack DNS As A Service (Designate) Functional Tests
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Zuul 759ee725b8
Merge "Add project_reader in new RBAC tests"
1 month ago
designate_tempest_plugin Merge "Add project_reader in new RBAC tests" 1 month ago
doc Fix docs reqs for new pip 2 years ago
releasenotes Deprecate option for old api_export_size bug 7 months ago
tools Stop to use the __future__ module. 3 years ago
.gitignore Switch to stestr 5 years ago
.gitreview OpenDev Migration Patch 4 years ago
.stestr.conf Switch to stestr 5 years ago
.zuul.yaml Pin stable branch jobs nodeset to Ubuntu Focal (20.04) 4 months ago
LICENSE Initial layout of Designate tempest plugin 7 years ago
README.rst Fix the invalid links in docs 5 years ago
requirements.txt Add tempest tests for shared zones 1 month ago
setup.cfg setup.cfg: Replace dashes with underscores 1 year ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt Fix docs reqs for new pip 2 years ago
tox.ini Add Designate hacking checks to the tempest plugin 1 month ago

README.rst

Team and repository tags

image

Tempest Integration of Designate

This directory contains Tempest tests to cover the designate project, as well as a plugin to automatically load these tests into tempest.

See the tempest plugin docs for information on using it: https://docs.openstack.org/tempest/latest/plugin.html#using-plugins

See the designate docs for information on writing new tests etc: https://docs.openstack.org/designate-tempest-plugin/latest/#writing-new-tests

Running the tests

To run all tests from this plugin, install designate into your environment and from the tempest repo, run:

$ tox -e all-plugin -- designate

To run a single test case, run with the test case name, for example:

$ tox -e all-plugin -- designate_tempest_plugin.tests.api.v2.test_zones.ZonesAdminTest.test_get_other_tenant_zone

To run all tempest tests including this plugin, run:

$ tox -e all-plugin