Tempest plugin with whitebox Neutron related tests useful for the Tripleo based deployments.
Go to file
Roman Safronov 8ac79db86c Implement node discovery
Since some tests from the plugin require list of nodes be available
a discover_nodes() function was implemented, by using openstack API.
This will ensure that discovering nodes will work properly on
environments deployed with any installer.

Also, adjusted multicast tests in order to prevent self-rebooting
of the tempest node on a single-node environment.

Change-Id: I80dd0ba855a63952d12214a4e7e9fd9c334e312a
2024-03-05 17:18:02 +02:00
devstack Add extra dhcp options tests 2023-12-21 16:21:32 +02:00
playbooks Implement node discovery 2024-03-05 17:18:02 +02:00
whitebox_neutron_tempest_plugin Implement node discovery 2024-03-05 17:18:02 +02:00
zuul.d Implement node discovery 2024-03-05 17:18:02 +02:00
.gitignore Add gitignore file to the new repo 2022-08-22 12:18:50 +02:00
.gitreview Added .gitreview 2022-08-08 12:03:41 +00:00
.stestr.conf Adds .stestr.conf configuration file 2023-01-17 12:50:01 +02:00
LICENSE Add LICENSE and README.rst files 2022-11-09 07:24:40 +00:00
README.rst Add LICENSE and README.rst files 2022-11-09 07:24:40 +00:00
requirements.txt Replace dpkt library with scapy 2023-09-19 15:15:05 +02:00
setup.cfg Add base plugin class and setup module 2022-08-22 12:19:14 +02:00
setup.py Add base plugin class and setup module 2022-08-22 12:19:14 +02:00
test-requirements.txt Add requirements and base pep8 job 2022-08-22 12:19:28 +02:00
tox.ini Add extra dhcp options tests 2023-12-21 16:21:32 +02:00

Whitebox Neutron Tempest Plugin

Tempest plugin with TripleO oriented whitebox tests for Neutron project.