summaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorJuha Kosonen <juha.kosonen@nokia.com>2017-08-18 12:18:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-18 12:18:47 +0000
commit9622f5603e90166a92e87aa464f14d5db80a902a (patch)
treed7555106e98afcec97a7e0415609c1f6c75952e5 /functest/ci
parent2890159f9da2dd13f5db6f85ca039922205df836 (diff)
parent3f207c0385df09e5269c5d17046c32a0cda46c41 (diff)
Merge "Put domain name in CONST"
Diffstat (limited to 'functest/ci')
-rw-r--r--functest/ci/run_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py
index e26f43051..38abe40cf 100644
--- a/functest/ci/run_tests.py
+++ b/functest/ci/run_tests.py
@@ -92,6 +92,8 @@ class Runner(object):
CONST.__setattr__('OS_TENANT_NAME', value)
elif key == 'OS_PASSWORD':
CONST.__setattr__('OS_PASSWORD', value)
+ elif key == "OS_PROJECT_DOMAIN_NAME":
+ CONST.__setattr__('OS_PROJECT_DOMAIN_NAME', value)
@staticmethod
def get_run_dict(testname):