Code Review
/
functest-xtesting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6becba8
)
[multisite]push result to db
author
meimei
<meimei@huawei.com>
Tue, 16 Aug 2016 08:51:49 +0000
(16:51 +0800)
committer
meimei
<meimei@huawei.com>
Tue, 16 Aug 2016 09:14:39 +0000
(17:14 +0800)
Change-Id: Idda3a3a5c8fb20f6894675eb087417e150f8646d
Signed-off-by: meimei <meimei@huawei.com>
testcases/OpenStack/tempest/run_tempest.py
patch
|
blob
|
history
diff --git
a/testcases/OpenStack/tempest/run_tempest.py
b/testcases/OpenStack/tempest/run_tempest.py
index
5925b58
..
c143fff
100755
(executable)
--- a/
testcases/OpenStack/tempest/run_tempest.py
+++ b/
testcases/OpenStack/tempest/run_tempest.py
@@
-365,6
+365,8
@@
def run_tempest(OPTION):
if 'smoke' in args.mode:
case_name = 'tempest_smoke_serial'
+ elif 'feature' in args.mode:
+ case_name = args.mode.replace("feature_", "")
else:
case_name = 'tempest_full_parallel'