python3-tempest
OpenStack Integration Test Suite - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-tempest.sh
- Debian
-
apt-get install python3-tempest
- Ubuntu
-
apt-get install python3-tempest
- Kali Linux
-
apt-get install python3-tempest
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-tempest
- Raspbian
-
apt-get install python3-tempest
- Dockerfile
- dockerfile.run/python3-tempest
python3-tempest
OpenStack Integration Test Suite - Python 3.x
Tempest is a set of integration tests to be run against a live Openstack cluster in order to make sure that all components are working as expected. Tempest will start and stop virtual machine in order to check that your cloud is working as expected. This package provides the Python 3.x module.