Skip to content

Instantly share code, notes, and snippets.

@ntata
Last active November 14, 2016 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntata/053ad0550447380b9539066c8ab3cc01 to your computer and use it in GitHub Desktop.
Save ntata/053ad0550447380b9539066c8ab3cc01 to your computer and use it in GitHub Desktop.
Installation Steps
------------------
Install Tempest
$ git clone https://github.com/openstack/tempest/
$ pip install -e tempest/
Install in-repo Swift plugin
$ git clone https://github.com/openstack/swift.git
$ git review -d 313676 #download the patch
$ pip install -e swift #it is important to re-run the setup to add the entry point for plugin
Initialize Tempest
# Initialize Tempest
$ cd tempest
$ testr init
Run Test Suite
---------------
Validate Tempest discovers Swift's functional tests
$ testr list-tests | grep -i test.tempest.functional
Run tests
$ testr run test.tempest.functional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment