Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ab3efe7
)
Fix tempest_custom
39/53639/1
author
Linda Wang
<wangwulin@huawei.com>
Tue, 13 Mar 2018 07:54:10 +0000
(07:54 +0000)
committer
Linda Wang
<wangwulin@huawei.com>
Tue, 13 Mar 2018 07:54:10 +0000
(07:54 +0000)
Change-Id: I684c06eae899d9bc468e0be6a1537f9c942e86ce
Signed-off-by: Linda Wang <wangwulin@huawei.com>
functest/opnfv_tests/openstack/tempest/tempest.py
patch
|
blob
|
history
diff --git
a/functest/opnfv_tests/openstack/tempest/tempest.py
b/functest/opnfv_tests/openstack/tempest/tempest.py
index
d7b33ec
..
1d85e68
100644
(file)
--- a/
functest/opnfv_tests/openstack/tempest/tempest.py
+++ b/
functest/opnfv_tests/openstack/tempest/tempest.py
@@
-104,7
+104,7
@@
class TempestCommon(testcase.TestCase):
if self.mode == 'custom':
if os.path.isfile(conf_utils.TEMPEST_CUSTOM):
shutil.copyfile(
- conf_utils.TEMPEST_CUSTOM, self.
raw_
list)
+ conf_utils.TEMPEST_CUSTOM, self.list)
else:
raise Exception("Tempest test list file %s NOT found."
% conf_utils.TEMPEST_CUSTOM)