# Pastebin 1bLvuw7k gmann: here are the steps i followed to setup tempest using rally: $sudo yum install epel-release redhat-lsb-core $sudo yum install python-pip git centos-release-openstack-pike $sudo yum install gmp-devel libffi-devel libxml2-devel libxslt-devel openssl-devel postgresql-devel python-devel redhat-rpm-config $curl https://raw.githubusercontent.com/openstack/rally/master/install_rally.sh | bash $. /home/vagrant/rally/bin/activate $rally db recreate #Create admin_rc with the following: $. admin_rc admin admin $pip install rally-openstack $pip install PrettyTable==0.7.2 #Create a deployment. $rally deployment create --fromenv --name=existing $source ~/.rally/openrc # Install and create a tempest verifier $rally verify create-verifier --platform openstack --name "test verifier" --type tempest #configure the tempest with custom modified tempest.conf $rally verify configure-verifier --override tempest.conf #Run identity tests $rally verify start --pattern set=identity