summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ci/run.yaml1
-rw-r--r--functest/opnfv_tests/openstack/tempest/tempest.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/ci/run.yaml b/ci/run.yaml
index ad2a225ed..3d869f26e 100644
--- a/ci/run.yaml
+++ b/ci/run.yaml
@@ -87,6 +87,7 @@
- name: '{repo}-functest-smoke-tempest_smoke-{tag}-run'
- name: '{repo}-functest-smoke-neutron-tempest-plugin-api-{tag}-run'
- name: '{repo}-functest-smoke-rally_sanity-{tag}-run'
+ - name: '{repo}-functest-smoke-refstack_defcore-{tag}-run'
- name: '{repo}-functest-smoke-patrole-{tag}-run'
- name: '{repo}-functest-smoke-vmtp-{tag}-run'
- name: '{repo}-functest-smoke-shaker-{tag}-run'
diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py
index 216709f83..4f8002e26 100644
--- a/functest/opnfv_tests/openstack/tempest/tempest.py
+++ b/functest/opnfv_tests/openstack/tempest/tempest.py
@@ -364,6 +364,8 @@ class TempestCommon(singlevm.VmReady1):
try:
assert super(TempestCommon, self).run(
**kwargs) == testcase.TestCase.EX_OK
+ if not os.path.exists(self.res_dir):
+ os.makedirs(self.res_dir)
self.update_rally_regex()
self.update_default_role()
self.update_rally_logs()