13f4d5c99b
Change-Id: I529546a347776a1fca79c44313072506cc523aca
23 lines
404 B
Markdown
23 lines
404 B
Markdown
Tempest
|
|
=======
|
|
|
|
Module for installing and configuring tempest.
|
|
|
|
Tempest is the test suite that can be used to run integration
|
|
tests on an installed openstack environment.
|
|
|
|
This module assumes the provisioning of the initial OpenStack
|
|
resources has been done beforehand.
|
|
|
|
Beaker-Rspec
|
|
------------
|
|
|
|
This module has beaker-rspec tests
|
|
|
|
To run:
|
|
|
|
``shell
|
|
bundle install
|
|
bundle exec rspec spec/acceptance
|
|
``
|