deb-ironic/ironic_tempest_plugin
Jim Rollenhagen 26dcd6b7a0 Move CONF.service_available.ironic to our plugin
This is unwanted in tempest's plugin, bring it here instead.

Also add skip checks for our tests to skip the tests if ironic is not
enabled. This allows the plugin to be installed in a tempest
environment, without breaking if ironic isn't present.

Last, drop 'baremetal' from the test.services decorators used, as it is
no longer in tempest's service list, and we use the skip check mentioned
above instead.

Conflicts:
  ironic_tempest_plugin/tests/scenario/baremetal_manager.py
  ironic_tempest_plugin/tests/scenario/test_baremetal_multitenancy.py

Change-Id: I0b7e32dfad2ed63f9dd4d7cad130da39bc869a8a
Depends-On: Idede322190d57491d4f7e18090aa8c29b5b87353
(cherry picked from commit 8ad0a424b3)
2017-01-06 08:51:44 -08:00
..
common Replace depricated tempest-lib with tempest.lib 2016-03-08 17:44:50 +02:00
services Fix usage of rest_client expected_success() in tests 2016-05-17 11:03:16 +00:00
tests Move CONF.service_available.ironic to our plugin 2017-01-06 08:51:44 -08:00
README.rst Migrate Tempest tests into Ironic tree 2016-01-19 18:59:14 +09:00
__init__.py Use Tempest plugin interface 2016-01-18 19:37:42 +00:00
clients.py Bring configurations from tempest to ironic_tempest_plugin 2016-11-15 11:52:05 -05:00
config.py Move CONF.service_available.ironic to our plugin 2017-01-06 08:51:44 -08:00
plugin.py Move CONF.service_available.ironic to our plugin 2017-01-06 08:51:44 -08:00

README.rst

Ironic tempest plugin

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

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