summaryrefslogtreecommitdiffstats
path: root/testcases/OpenStack/rally/run_rally-cert.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-06-17 13:00:08 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-17 13:00:08 +0000
commit7f9fc4eb4d3e5690e82997c8593481c9b090b71e (patch)
treea6e52c84778acab880b039db67b9dd343532ff91 /testcases/OpenStack/rally/run_rally-cert.py
parente2fd77acc2ac7c2ae24ab76144201906839f26a8 (diff)
parent5f93c5912753eb2d80077a77076015533dc16f6e (diff)
Merge "Align test names in DB and config file"
Diffstat (limited to 'testcases/OpenStack/rally/run_rally-cert.py')
-rwxr-xr-xtestcases/OpenStack/rally/run_rally-cert.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/testcases/OpenStack/rally/run_rally-cert.py b/testcases/OpenStack/rally/run_rally-cert.py
index 7822c7e9e..8afbccaa3 100755
--- a/testcases/OpenStack/rally/run_rally-cert.py
+++ b/testcases/OpenStack/rally/run_rally-cert.py
@@ -535,11 +535,16 @@ def main():
if total_success >= 90:
status = "passed"
+ if args.sanity:
+ case_name = "rally_sanity"
+ else:
+ case_name = "rally_full"
+
if args.report:
logger.debug("Pushing Rally summary into DB...")
functest_utils.push_results_to_db("functest",
- "Rally",
- logger,
+ case_name,
+ None,
start_time,
stop_time,
status,