You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() For some reason, the MultiStoresImportImages test was causing the test runner to balloon to ~1.5G, which generates spurious OOMs in the gate, resulting in worker death and failure. This test was generating 10M of data with data_utils.random_bytes(), instead of the default of 1K, for no apparent reason. We are still not sure why, but this results in the memory ballooning, potentially because of BytesIO, or request.put() mishandling. Regardless, this is unnecessary, and causing failures in the gate, so this patch switches it back to the default, which works fine. Change-Id: I9f1ea0114531a735bd38ad54da7ce15fb2bf7f7c |
2 years ago | |
---|---|---|
doc | 2 years ago | |
etc | 7 years ago | |
playbooks | 3 years ago | |
releasenotes | 2 years ago | |
roles | 3 years ago | |
tempest | 2 years ago | |
tools | 3 years ago | |
zuul.d | 2 years ago | |
.coveragerc | 7 years ago | |
.gitignore | 3 years ago | |
.gitreview | 4 years ago | |
.mailmap | 5 years ago | |
.stestr.conf | 5 years ago | |
CONTRIBUTING.rst | 3 years ago | |
HACKING.rst | 3 years ago | |
LICENSE | 11 years ago | |
README.rst | 4 years ago | |
REVIEWING.rst | 4 years ago | |
bindep.txt | 6 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago | |
test-requirements.txt | 3 years ago | |
tox.ini | 2 years ago |
README.rst
Team and repository tags
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.
- Documentation: https://docs.openstack.org/tempest/latest/
- Features: https://specs.openstack.org/openstack/qa-specs/#tempest
- Bugs: https://bugs.launchpad.net/tempest/
- Release Notes: https://docs.openstack.org/releasenotes/tempest
Get in touch via email. Use [tempest] in your subject.