Document how to run the tempest tests
This patch is extending the developer quick-start guide to include
information about how one can run the integration tests (tempest) against
a running devstack cloud (the setup for such a cloud is already part of
the documentation).
The patch also removes the information about how to run tests from the
ironic_tempest_plugin/README.rst file and add a link pointing to our
documentation.
Change-Id: I6aeb3a4fa735ff08cbb62b0b15cf95be57d1a308
diff --git a/ironic_tempest_plugin/README.rst b/ironic_tempest_plugin/README.rst
index a7fcc92..25cadec 100644
--- a/ironic_tempest_plugin/README.rst
+++ b/ironic_tempest_plugin/README.rst
@@ -8,15 +8,6 @@
See the tempest plugin docs for information on using it:
http://docs.openstack.org/developer/tempest/plugin.html#using-plugins
-To run all tests from this plugin, install ironic into your environment
-and run::
-
- $ tox -e all-plugin -- ironic
-
-To run a single test case, run with the test case name, for example::
-
- $ tox -e all-plugin -- ironic_tempest_plugin.tests.scenario.test_baremetal_basic_ops.BaremetalBasicOps.test_baremetal_server_ops
-
-To run all tempest tests including this plugin, run::
-
- $ tox -e all-plugin
+See the Ironic documentation for information about how to run the
+tempest tests:
+http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#running-tempest-tests