diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-04-04 13:12:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-04 13:12:56 +0000 |
commit | d06d840c00d4e3b58b826447e17035469e967357 (patch) | |
tree | d7941107f940203352422808e1777c5dce5de32b /functest/opnfv_tests/features/domino.py | |
parent | 7af7f85cc1d8cc0ef05ec839a70504f89d38f806 (diff) | |
parent | 457321c2c8ed7e8dcb1daccb6d2fd9814e6a98ca (diff) |
Merge "Add case_name as constructor arg"
Diffstat (limited to 'functest/opnfv_tests/features/domino.py')
-rw-r--r-- | functest/opnfv_tests/features/domino.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/features/domino.py b/functest/opnfv_tests/features/domino.py index e34429bc..cf5f23d1 100644 --- a/functest/opnfv_tests/features/domino.py +++ b/functest/opnfv_tests/features/domino.py @@ -20,6 +20,6 @@ import functest.core.feature as base class Domino(base.Feature): def __init__(self): super(Domino, self).__init__(project='domino', - case='domino-multinode', + case_name='domino-multinode', repo='dir_repo_domino') self.cmd = 'cd %s && ./tests/run_multinode.sh' % self.repo |