Tempest plugin for ironic
Go to file
Hongbin Lu 43015f0239 Correct the usage on listing neutron ports
The test case uses 'fixed_ip' as a query parameter, but the usage
is not correct. In before, the test passed because neutron
server ignored this parameter, and returned all the
ports, which happened to make the test pass.

This patch fixes the usage of this parameter. If there is no ip_address
then not to filter the list using the filter. Otherwise,
we use 'fixed_ips' parameter and populate its value correctly.

Change-Id: If4e9b364b0971b56e9c15ea65d3b3c9177d0bf22
2018-07-19 15:18:19 +00:00
doc/source Add example configuration for running our tests with nova 2018-03-14 17:53:12 +01:00
ironic_tempest_plugin Correct the usage on listing neutron ports 2018-07-19 15:18:19 +00:00
tools Script to extract the ironic_tempest_plugin/ directory 2017-08-03 13:07:32 -07:00
zuul.d Add the functional (API) tests job 2018-05-07 18:41:45 +02:00
.gitignore Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
.gitreview Added .gitreview 2016-11-18 08:29:25 +00:00
CONTRIBUTING.rst Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
HACKING.rst Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
LICENSE Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
MANIFEST.in Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
README.rst Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
requirements.txt Updated from global requirements 2018-03-14 05:31:41 +00:00
setup.cfg Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
setup.py Updated from global requirements 2018-01-16 03:24:34 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:01:34 +00:00
tox.ini change default python 3 env in tox to 3.5 2018-06-25 01:46:03 +00:00

Tempest plugin for ironic and ironic-inspector

This repository contains a Tempest plugin for OpenStack Bare Metal and Bare Metal Introspection projects.