monasca-tempest-plugin/devstack
zhulingjie f90c73911d Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I10f155c316dc77b69dcbbc387f3edf59ed84b5dd
2019-06-14 14:09:25 +00:00
..
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-06-14 14:09:25 +00:00
plugin.sh Merged monasca log api tempest plugin into monasca tempest plugin 2018-01-24 12:35:42 +00:00
settings Merged monasca log api tempest plugin into monasca tempest plugin 2018-01-24 12:35:42 +00:00

README.rst

Enabling in Devstack

WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository.

  1. Download DevStack:

    git clone https://opendev.org/openstack/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin monasca-tempest-plugin https://opendev.org/openstack/monasca-tempest-plugin
  3. run stack.sh

Running Monasca tempest tests

  1. Listing Monasca tempest tests:

    tempest list-plugins
  2. Running monasca tempest tests:

    cd /opt/stack/tempest
    tempest run -r monasca_tempest_tests.tests.api
    tempest run -r monasca_tempest_tests.tests.log_api