Tempest plugin with whitebox Neutron related tests useful for the Tripleo based deployments.
Go to file
Eduardo Olivares 15692a9fa8 Add short_name to the nodes information
Some functions included in BaseDisruptiveTempestTestCase class execute
commands on the hypervisor server.
They did not work properly with latest ci-fmw changes.
This patch adapts those commands and now they work well, by using the
short hostname from the nodes instead of the FQDNs.

Related-bug: OSPRH-8595
Change-Id: I02c5cd4f9bcaf69011f3b59d853931a2ce5a714b
2024-10-21 07:55:46 +02:00
devstack Remove install python3 when customizing image 2024-06-26 23:25:06 +03:00
playbooks Implement node discovery 2024-03-05 17:18:02 +02:00
whitebox_neutron_tempest_plugin Add short_name to the nodes information 2024-10-21 07:55:46 +02:00
zuul.d Test Neutron API restart time 2024-09-14 16:42:26 +00: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 Remove Tripleo from plugin description lines 2024-09-18 12:48:24 +03:00
requirements.txt Exclude test_vrrp from OVS job 2024-03-14 11:05:30 +02:00
setup.cfg Remove Tripleo from plugin description lines 2024-09-18 12:48:24 +03: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 openstack-k8s-operators oriented whitebox tests for Neutron project.