OpenStack Testing (Tempest) of an existing cloud
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.
 
 
Go to file
Dan Smith 8dfefcebee Fix memory explosion in multi-store image tests
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 Remove stable/stein testing jobs 2 years ago
etc Remove the Stress framework 7 years ago
playbooks Remove 'gabbi_tempest_path' from devstack-tempest job 3 years ago
releasenotes Add release notes page for version 26.0.0 2 years ago
roles Improve tempest-cleanup ansible role 3 years ago
tempest Fix memory explosion in multi-store image tests 2 years ago
tools Unskip Device detach compute tests on Focal 3 years ago
zuul.d Remove stable/stein testing jobs 2 years ago
.coveragerc Remove the NegativeAutoTest Framework 7 years ago
.gitignore Add index page for plugins documents 3 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Update .mailmap for ghanshyam emails 5 years ago
.stestr.conf Switch Tempest CLI commands from testrepository to stestr 5 years ago
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 3 years ago
HACKING.rst Add index page for plugins documents 3 years ago
LICENSE Add License to Tempest. 11 years ago
README.rst Add PDF building 4 years ago
REVIEWING.rst Merge "Add 'single core approve' policy for plugins sanity jobs failure" 4 years ago
bindep.txt Update and replace http with https for doc links in tempest 6 years ago
requirements.txt Updating the paramiko version to 2.7.0 or greater 3 years ago
setup.cfg Switch testing to Victoria testing runtime 3 years ago
setup.py [ussuri][goal] Drop python 2.7 support and testing 3 years ago
test-requirements.txt Use unittest.mock instead of third party mock 3 years ago
tox.ini Revert "Use victoria stable constraint in tox to release 26.0.0" 2 years ago

README.rst

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.