summaryrefslogtreecommitdiffstats
path: root/reporting
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-02-28 15:38:16 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2017-02-28 15:38:16 +0100
commit9a3633ebd76e3f0ad5e9d6a3f6221dbfe03411ee (patch)
tree880397ada986fce965cf1326104268088a1998ee /reporting
parenta6f64458d2627b0085cf374ed2744263dd89c788 (diff)
Move from snaps_healthcheck to connection_check
to retireve scenario lxd based scenarios are not running snaps_healthcheck Change-Id: I34a86b5b8d0e1dffda40e6173196eb9409c448a0 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting')
-rwxr-xr-xreporting/functest/reporting-status.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/reporting/functest/reporting-status.py b/reporting/functest/reporting-status.py
index 69be20e..95f9e66 100755
--- a/reporting/functest/reporting-status.py
+++ b/reporting/functest/reporting-status.py
@@ -28,9 +28,9 @@ testValid = []
otherTestCases = []
reportingDate = datetime.datetime.now().strftime("%Y-%m-%d %H:%M")
-# init just snaps_health_check to get the list of scenarios
-# as all the scenarios run snaps_health_check
-snaps_health_check = tc.TestCase("snaps_health_check", "functest", -1)
+# init just connection_check to get the list of scenarios
+# as all the scenarios run connection_check
+healthcheck = tc.TestCase("connection_check", "functest", -1)
# Retrieve the Functest configuration to detect which tests are relevant
# according to the installer, scenario
@@ -92,7 +92,7 @@ for version in versions:
# For all the installers
for installer in installers:
# get scenarios
- scenario_results = rp_utils.getScenarios(snaps_health_check,
+ scenario_results = rp_utils.getScenarios(healthcheck,
installer,
version)
scenario_stats = rp_utils.getScenarioStats(scenario_results)