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 | bda02e7849834819c4b6a007749931ddbbe83d13 (patch) | |
tree | cd0cc667fa14543cee37cbce37866ec539e3509e /utils/test/reporting/functest | |
parent | 36eaad3a95901af6cf2d98ce0da1545b0e6e29b9 (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 'utils/test/reporting/functest')
-rw-r--r-- | utils/test/reporting/functest/reporting-status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/reporting/functest/reporting-status.py b/utils/test/reporting/functest/reporting-status.py index e6ee8d321..2ce5efbd0 100644 --- a/utils/test/reporting/functest/reporting-status.py +++ b/utils/test/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 |