ironic/ironic_tempest_plugin
Vasyl Saienko f4fc9a044c Ensure ping actually succed
Check return value from ping_ip_address() and make sure it is True

Change-Id: I45d03ac02731935395dd69e10a835cd2950d0f5f
2017-10-31 14:36:31 +02:00
..
common Fix the exception message in tempest plugin 2017-03-14 06:41:23 +00:00
services Merge "Add functional API tests for volume connector and volume target" 2017-08-19 11:31:37 +00:00
tests Ensure ping actually succed 2017-10-31 14:36:31 +02:00
README.rst Fix broken links in tempest plugin README 2017-07-10 09:22:12 +08:00
__init__.py Use Tempest plugin interface 2016-01-18 19:37:42 +00:00
clients.py Do not load credentials on import in tempest plugin clients.py 2017-03-10 16:16:14 +02:00
config.py Add standalone tests using direct HTTP links 2017-03-21 09:46:17 +02:00
manager.py Add I202 to flake ignore list 2017-10-25 14:32:52 +03:00
plugin.py Add standalone tests using direct HTTP links 2017-03-21 09:46:17 +02: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 documentation for information about creating a plugin, stable API interface, TempestPlugin class interface, plugin structure, and how to use plugins: https://docs.openstack.org/tempest/latest/plugin.html

See the Ironic documentation for information about how to run the tempest tests: https://docs.openstack.org/ironic/latest/contributor/dev-quickstart.html#running-tempest-tests