diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-02-28 21:53:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-28 21:53:47 +0000 |
commit | 39e5e6094264d9179e1b4c3455e8cd97c755bfb7 (patch) | |
tree | 469fcbb3b342a93b0f662aefbdb0fe1036f8f112 /utils/test | |
parent | caaf8df0f2a40ea38477ab06f0c39f0b0a9530f4 (diff) | |
parent | 1235fc6d8edc79056042eb1b150a98a2b3a5a45e (diff) |
Merge "Move from snaps_healthcheck to connection_check to retireve scenario lxd based scenarios are not running snaps_healthcheck"
Diffstat (limited to 'utils/test')
-rwxr-xr-x | utils/test/reporting/functest/reporting-status.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/test/reporting/functest/reporting-status.py b/utils/test/reporting/functest/reporting-status.py index 69be20eca..95f9e66e8 100755 --- a/utils/test/reporting/functest/reporting-status.py +++ b/utils/test/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) |