the recovery action of "baremetal down" should be triggered mandatory 43/60143/3
authorrexlee8776 <limingjiang@huawei.com>
Tue, 24 Jul 2018 04:17:45 +0000 (04:17 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Tue, 31 Jul 2018 07:27:00 +0000 (07:27 +0000)
commit5f11cb9f55aa0529fddfe916a2976a9aa5b4c08f
tree9c5c83b9147a3423ba4e61cc710bd226c0b209f0
parent5b37f2eb188c390ce6942940e0ad9f33900dafd5
the recovery action of "baremetal down" should be triggered mandatory

YARDSTICK-1222 has made attacker recover only when the sla not pass.
But for baremetal down test case, the node need to power on even the sla pass.

TODO:
Make attacker can support mandatory recover in some situation.

JIRA: YARDSTICK-1337

Change-Id: Ib567b9b9025e5ee421ea47140c468537ad16f090
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
yardstick/benchmark/scenarios/availability/attacker/attacker_baremetal.py
yardstick/benchmark/scenarios/availability/attacker/baseattacker.py
yardstick/benchmark/scenarios/availability/serviceha.py
yardstick/tests/unit/benchmark/scenarios/availability/test_baseattacker.py [new file with mode: 0644]
yardstick/tests/unit/benchmark/scenarios/availability/test_serviceha.py