From 6979263e3430763b79490fbbb4f024370f2a32d2 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 2 Nov 2016 17:50:27 +1100 Subject: boot-tests: force BMC to boot from non-golden side Because IPMI raw commands copied out of internal bugzilla is the best source of things that need to go in test scripts. Signed-off-by: Stewart Smith --- external/boot-tests/bmc_support.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/external/boot-tests/bmc_support.sh b/external/boot-tests/bmc_support.sh index 4b1c004..c273cfd 100644 --- a/external/boot-tests/bmc_support.sh +++ b/external/boot-tests/bmc_support.sh @@ -37,6 +37,8 @@ function poweroff { function force_primary_side { # Now we force booting from primary (not golden) side $IPMI_COMMAND raw 0x04 0x30 0x5c 0x01 0x00 0x00 0 0 0 0 0 0 + # and from somewhere else we get this raw command. Obvious really. + $IPMI_COMMAND raw 0x04 0x30 0xd2 0x01 0x00 0x00 0 0 0 0 0 0 sleep 8 } -- cgit v1.1