blob: 87f4736c76f6c1c0a850c949b4661b54cad6c599 [file] [log] [blame]
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +01001================================
2Tempest Integration of Designate
3================================
4
5This directory contains Tempest tests to cover the designate project, as well
6as a plugin to automatically load these tests into tempest.
7
8See the tempest plugin docs for information on using it:
9http://docs.openstack.org/developer/tempest/plugin.html#using-plugins
10
11See the designate docs for information on writing new tests etc:
12http://docs.openstack.org/developer/designate/tempest.html
13
14Running the tests
15-----------------
16
17To run all tests from this plugin, install designate into your environment
18and from the tempest repo, run::
19
20 $ tox -e all-plugin -- designate
21
22To run a single test case, run with the test case name, for example::
23
24 $ tox -e all-plugin -- designate_tempest_plugin.tests.api.v2.test_zones.ZonesAdminTest.test_get_other_tenant_zone
25
26To run all tempest tests including this plugin, run::
27
28 $ tox -e all-plugin