diff options
author | Kubi <jean.gaoliang@huawei.com> | 2017-08-26 03:46:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-26 03:46:39 +0000 |
commit | 4db701fdc4da663b0b61d9930777a2201b315f8f (patch) | |
tree | 12965aa2839b8b7c3434a62dcaf72bc6f3f503da /tests/unit/benchmark/scenarios/availability | |
parent | 718610b927218906583b474019b3834def8637de (diff) | |
parent | 90c92384f06f2c85e76155efc3efed41db6edfa7 (diff) |
Merge "Raise Exception if HA test case failed"
Diffstat (limited to 'tests/unit/benchmark/scenarios/availability')
-rw-r--r-- | tests/unit/benchmark/scenarios/availability/test_scenario_general.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/benchmark/scenarios/availability/test_scenario_general.py b/tests/unit/benchmark/scenarios/availability/test_scenario_general.py index de2170b16..244a5e798 100644 --- a/tests/unit/benchmark/scenarios/availability/test_scenario_general.py +++ b/tests/unit/benchmark/scenarios/availability/test_scenario_general.py @@ -67,4 +67,5 @@ class ScenarioGeneralTestCase(unittest.TestCase): ins.director = mock_obj ins.director.data = {} ins.run({}) + ins.pass_flag = True ins.teardown() |