vitrage-tempest-plugin/devstack
Idan Hefetz 0b0980f5f2 Add a new tempest job with a mock datasource
In this tempest job, the mock datasource is used to create an entity
graph with ~20,000 vertices. This job will contain tests for
init procedure, processes, restarts, multiple api calls.

Other data sources are disabled. Heat, Telemetry, Mistral
are not installed.

This commit includes the first two tests, both using a template where
each action causes another action (three levels).
one test restarts vitrage-graph so the init procedure evaluates this template.
the other test does not restart. result should be the same.

Change-Id: I9c4c329983bbe5930de5484fa6932b318746ed5c
2018-06-07 08:59:29 +00:00
..
plugin.sh Added devstack plugin for vitrage-tempest-plugin 2018-01-10 07:33:11 +00:00
post_test_hook.sh Add a new tempest job with a mock datasource 2018-06-07 08:59:29 +00:00
README.rst Added devstack plugin for vitrage-tempest-plugin 2018-01-10 07:33:11 +00:00
settings Added devstack plugin for vitrage-tempest-plugin 2018-01-10 07:33:11 +00:00

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. See contrib/vagrant to create a vagrant VM.

  1. Download DevStack:

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

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