blob: 30743cf547a337a40fb6e5d7011a07f44002186a [file] [log] [blame]
Flavio Percocob539b2d2016-11-24 23:52:09 +01001========================
2Team and repository tags
3========================
4
5.. image:: http://governance.openstack.org/badges/designate-tempest-plugin.svg
6 :target: http://governance.openstack.org/reference/tags/index.html
7
8.. Change things from this point on
9
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010010================================
11Tempest Integration of Designate
12================================
13
14This directory contains Tempest tests to cover the designate project, as well
15as a plugin to automatically load these tests into tempest.
16
17See the tempest plugin docs for information on using it:
18http://docs.openstack.org/developer/tempest/plugin.html#using-plugins
19
20See the designate docs for information on writing new tests etc:
ricolin0e09e0f2017-03-22 22:02:58 +080021https://docs.openstack.org/developer/designate-tempest-plugin/#writing-new-tests
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010022
23Running the tests
24-----------------
25
26To run all tests from this plugin, install designate into your environment
27and from the tempest repo, run::
28
29 $ tox -e all-plugin -- designate
30
31To run a single test case, run with the test case name, for example::
32
33 $ tox -e all-plugin -- designate_tempest_plugin.tests.api.v2.test_zones.ZonesAdminTest.test_get_other_tenant_zone
34
35To run all tempest tests including this plugin, run::
36
37 $ tox -e all-plugin