Tempest
Install
Release Notes Tempest v45
sudo apt install build-essential python3.12-dev -y
python3 -m venv ~/venv/tempest
echo "" >> ~/.profile
echo "source ~/venv/tempest/bin/activate" >> ~/.profile
source ~/.profile
pip install -U pip --proxy http://proxy.wrx.sckt.net:3128
pip install --proxy http://proxy.wrx.sckt.net:3128 -r \
https://raw.githack.com/codecap/openstack-workshop/main/testing/tempest/requirements.txt