Fix IPMI BT capability command response check
Fixes:
- Corrected BT response code.
- Updated documentation.
- Updated skip list(remove BT tags and group other tags).
Resolves openbmc/openbmc-test-automation#926
Change-Id: Icef04fae9b0b1df879ad6ef6bd9872764dcb6b9e
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_sensors.robot b/tests/test_sensors.robot
index 3f0c9ae..fd1e99d 100644
--- a/tests/test_sensors.robot
+++ b/tests/test_sensors.robot
@@ -24,10 +24,14 @@
*** Test Cases ***
-Execute ipmi BT capabilities command
- [Tags] Execute_ipmi_BT_capabilities_command
- Run IPMI command 0x06 0x36
- response Should Be Equal " 01 40 40 0a 01"
+Verify IPMI BT Capabilities Command
+ [Documentation] Verify IPMI BT capability command response.
+ [Tags] Verify_IPMI BT_Capabilities_Command
+ [Setup] REST Power On
+
+ ${output} = Run IPMI command 0x06 0x36
+ Should Be Equal As Strings "${output}" " 01 3f 3f 0a 01"
+
io_board Present
[Tags] io_board_Present