diff options
Diffstat (limited to 'testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json')
-rw-r--r-- | testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json b/testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json new file mode 100644 index 000000000..0b63070a0 --- /dev/null +++ b/testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json @@ -0,0 +1,13 @@ +{ + "TempestScenario.all": [ + { + "args": {"tempest_conf": "/etc/tempest/tempest.conf"}, + "runner": { + "type": "constant", + "times": 1, + "concurrency": 1 + } + } + ] +} + |