Tempest Integration of storage tests - cinder , glance , nova, swift and ceph
This directory contains Tempest tests to cover the StorageTest project.
Setup steps:
Prerequisites:
Installed tempest virtual environment.
git clone https://github.com/openstack/tempest.git cd tempest
git clone https://github.com/bkopilov/tempest-storage-plugin.git
cd tempest-storage-plugin/tempest_plugin
sudo pip install --upgrade -e .
cd tempest/
testr init
testr list-tests | grep -i storage
testr run [test_name]