Fix manufacturing test command
Manufacturing test was not calling proper command for
sled-cycle. Fixed this.
Tested: Verified this with issueing below raw command
ipmitool raw 0x06 0x05 0x73 0x6c 0x65 0x64 0x2d 0x63
0x79 0x63 0x6c 0x65
Change-Id: I6aa8c181e34f82ac034d8f5f688dc9e70f1bb623
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
diff --git a/src/appcommands.cpp b/src/appcommands.cpp
index 58da688..c50e840 100644
--- a/src/appcommands.cpp
+++ b/src/appcommands.cpp
@@ -135,7 +135,7 @@
(*data_len == mfrTest.length()))
{
/* sled-cycle the BMC */
- system("/usr/sbin/power-util mb sled-cycle");
+ system("/usr/sbin/power-util sled-cycle");
}
else
{