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/test_lists/skip_test_witherspoon b/test_lists/skip_test_witherspoon
index 180152a..976b74e 100644
--- a/test_lists/skip_test_witherspoon
+++ b/test_lists/skip_test_witherspoon
@@ -1,17 +1,9 @@
-#https://github.com/openbmc/openbmc-test-automation/issues/926
--e Execute_ipmi_BT_capabilities_command
--e io_board_Present
--e io_board_Fault
 #https://github.com/openbmc/openbmc/issues/1142
 -e Check_BMC_Name_Property_Is_Set
 -e Check_BMC_Clocks_Name_Property_Is_Set
 -e Check_BMC_Clocks_Compatible_Property_Is_Set
 -e Check_BMC_FSI_Compatible_Property_Is_Set
 -e Check_BMC_FSI_Name_Property_Is_Set
-# System LED test cases which are NA for Witherspoon system.
--e Test_Heartbeat_LED_And_Verify_Via_REST
--e Test_Beep_LED_And_Verify_Via_REST
--e Test_Identify_LED_And_Verify_Via_REST
 # https://github.com/openbmc/openbmc-test-automation/issues/822
 -e Verify_Minimal_Memory_Buffer_Inventory
 -e Verify_Minimal_Main_Planar_Inventory
@@ -23,3 +15,9 @@
 # https://github.com/openbmc/openbmc-test-automation/issues/874
 -e User_Management
 # NA test case for Witherspoon
+-e io_board_Present
+-e io_board_Fault
+# System LED test cases which are NA for Witherspoon system.
+-e Test_Heartbeat_LED_And_Verify_Via_REST
+-e Test_Beep_LED_And_Verify_Via_REST
+-e Test_Identify_LED_And_Verify_Via_REST
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