aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/benchmark
diff options
context:
space:
mode:
authorKubi <jean.gaoliang@huawei.com>2017-08-26 03:46:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-26 03:46:39 +0000
commit4db701fdc4da663b0b61d9930777a2201b315f8f (patch)
tree12965aa2839b8b7c3434a62dcaf72bc6f3f503da /tests/unit/benchmark
parent718610b927218906583b474019b3834def8637de (diff)
parent90c92384f06f2c85e76155efc3efed41db6edfa7 (diff)
Merge "Raise Exception if HA test case failed"
Diffstat (limited to 'tests/unit/benchmark')
-rw-r--r--tests/unit/benchmark/scenarios/availability/test_scenario_general.py1
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()