stackhpc / stackhpc-kayobe-config

StackHPC Kayobe configuration
Apache License 2.0
12 stars 20 forks source link

Add scripts to simplify Tempest testing #1360

Open Alex-Welsh opened 1 week ago

Alex-Welsh commented 1 week ago

Added two scripts:

run-tempest.sh makes it easy to run Tempest tests tempest-cleanup.sh does a reasonable job of clearing up openstack resources that have been left behind by Tempest failures. It is not perfect but something is better than nothing and we can iterate on it over time.

They've been hanging around on a few client deployments I've used so I'm adding them here for all to enjoy.