OpenStack Testing (Tempest) of an existing cloud
Go to file
ccamposr 3893f9db48 Fix unstability in test_subnet_details
when the image has some dns preconfigured in /etc/resolv.conf,
for example:

resolv.conf
nameserver 192.168.122.1

the test failed due to:
testtools.matchers._impl.MismatchError:
{'1.2.3.4'} != {'1.2.3.4', '192.168.122.1'}: Looking for servers: ['1.2.3.4'].
Retrieved DNS nameservers: ['192.168.122.1', '1.2.3.4'] From host: 10.0.0.234

DHCP renewal is forced in the server that will cleanup the file
/etc/resolv.conf from any other preconfigured DNS entry. When
the DHCP server pushes the new configuration, the Neutron network
DNS entries are applied

Closes-Bug: #1914229
Change-Id: I9bd8b47642891a1fe42c48a0b9fe50cf9bc4e03b
2021-03-29 08:31:15 +00:00
doc Merge "Add tempest.scenario.manager as stable interface for plugins" 2021-03-26 12:52:08 +00:00
etc Merge "Inclusive jargon" 2021-02-09 22:33:47 +00:00
playbooks Remove 'gabbi_tempest_path' from devstack-tempest job 2020-11-09 12:38:41 -06:00
releasenotes Merge "Add releasenote to tag the Tempest for Wallaby release" 2021-03-28 00:48:18 +00:00
roles Use configured upper-constraints for non-master Tempest run 2021-02-22 09:49:55 -06:00
tempest Fix unstability in test_subnet_details 2021-03-29 08:31:15 +00:00
tools Remove usage of six 2021-02-20 00:44:49 +00:00
zuul.d Merge "Switch to new rolevar for run-temepst role" 2021-03-24 09:36:58 +00:00
.coveragerc Remove the NegativeAutoTest Framework 2016-10-13 10:32:53 +02:00
.gitignore Add index page for plugins documents 2020-05-05 02:12:05 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:35 +00:00
.mailmap Update .mailmap for ghanshyam emails 2018-09-05 08:45:46 +00:00
.stestr.conf Switch Tempest CLI commands from testrepository to stestr 2018-02-13 08:16:33 +00:00
bindep.txt Update and replace http with https for doc links in tempest 2017-08-14 00:12:40 -07:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-04-19 17:44:59 -05:00
HACKING.rst Add index page for plugins documents 2020-05-05 02:12:05 +00:00
LICENSE Add License to Tempest. 2012-04-12 16:04:36 +02:00
README.rst Add PDF building 2019-09-11 16:42:28 +09:00
requirements.txt Update oslo.utils minimal version 2021-03-22 14:07:12 +02:00
REVIEWING.rst Change Review merge policy from two +2 to single +2 requirement 2021-02-03 16:50:34 -06:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-03-18 10:41:08 +00:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-12 00:11:31 +00:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-05-17 17:22:58 +00:00
tox.ini Use stable constraint in tox to release new tag for Wallaby 2021-03-26 15:00:24 +00:00

Team and repository tags

image

Tempest - The OpenStack Integration Test Suite

This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.

Get in touch via email. Use [tempest] in your subject.