diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-08-07 16:36:56 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-08-07 16:36:56 +0200 |
commit | b0e9e37b70750c99e7fa58438e26266550775a45 (patch) | |
tree | 15803f217703f50494d85e8488bb2b0535cf4c9c /functest/tests | |
parent | fd85ffb2053267297f7a777a936946aaee7b77c6 (diff) |
Add copper and domino in functest-features
Change-Id: I6f7a35b84c9b7f8cde88998f545b30cc200c8ff1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/tests')
-rw-r--r-- | functest/tests/unit/core/test_feature.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/tests/unit/core/test_feature.py b/functest/tests/unit/core/test_feature.py index 988981ef..553a5dfa 100644 --- a/functest/tests/unit/core/test_feature.py +++ b/functest/tests/unit/core/test_feature.py @@ -22,8 +22,8 @@ class FeatureTestingBase(unittest.TestCase): _case_name = "foo" _project_name = "bar" - _repo = "dir_repo_copper" - _cmd = "cd /home/opnfv/repos/foo/tests && bash run.sh && cd -" + _repo = "dir_repo_bar" + _cmd = "cd /home/opnfv/repos/bar/tests && bash run.sh && cd -" _output_file = '/home/opnfv/functest/results/foo.log' feature = None |