diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-17 15:59:56 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-17 15:59:56 +0200 |
commit | 014123b16d797c7bdc306c3eeed640e5f7ac4d3b (patch) | |
tree | f21071d60121e1249a2ca07b52c1c0a6bc92ea10 /reporting/functest | |
parent | f01789afbfee2878e9b4493e80e2bc0c17d5b6be (diff) |
fiw bug: DB and config test name alignment
JIRA: FUNCTEST-304
Change-Id: I84f16d1d9be5f4cfd603ce0a27a46c4450a273e8
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/functest')
-rw-r--r-- | reporting/functest/reporting-status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/functest/reporting-status.py b/reporting/functest/reporting-status.py index e6ee8d3..2ce5efb 100644 --- a/reporting/functest/reporting-status.py +++ b/reporting/functest/reporting-status.py @@ -24,7 +24,7 @@ otherTestCases = [] # init just tempest to get the list of scenarios # as all the scenarios run Tempest -tempest = tc.TestCase("Tempest", "functest", -1) +tempest = tc.TestCase("tempest_smoke_serial", "functest", -1) # Retrieve the Functest configuration to detect which tests are relevant # according to the installer, scenario |