Deleting the Test cases in test_sensors.robot.

These test cases are covered in the test_inventory.robot.

Resolves openbmc/openbmc-test-automation#854

Change-Id: I434e0c74da17839a25b8015031cb57030c4ad1ae
Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
diff --git a/tests/test_sensors.robot b/tests/test_sensors.robot
index 5bf1027..cae4816 100644
--- a/tests/test_sensors.robot
+++ b/tests/test_sensors.robot
@@ -196,158 +196,6 @@
     ${setting}=  Read Turbo Setting Via REST
     Should Be Equal  ${setting}  True
 
-CPU Present
-    [Tags]  CPU_Present
-
-    ${uri}=    Get System component    cpu
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0xa9 0x00 0x80 0x00 0x00 0x00 0x00 0x20 0x00
-    Read The Attribute  ${uri}    present
-    Response Should Be Equal    True
-
-CPU Not Present
-    [Tags]  CPU_Not_Present
-
-    ${uri}=    Get System component    cpu
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0xa9 0x00 0x00 0x00 0x80 0x00 0x00 0x20 0x00
-    Read The Attribute  ${uri}    present
-    Response Should Be Equal    False
-
-CPU No Fault
-    [Tags]  CPU_No_Fault
-
-    ${uri}=    Get System component    cpu
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0x00 0x00 0x00 0x00 0x00 0x01 0x00 0x20 0x00
-    Read The Attribute  ${uri}    fault
-    Response Should Be Equal    False
-
-Core Present
-    [Tags]  Core_Present
-
-    ${uri}=    Get System component    core11
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0xa9 0x00 0x80 0x00 0x00 0x00 0x00 0x20 0x00
-    Read The Attribute  ${uri}   present
-    Response Should Be Equal    True
-
-Core Not Present
-    [Tags]  Core_Not_Present
-
-    ${uri}=    Get System component    core11
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0xa9 0x00 0x00 0x00 0x80 0x00 0x00 0x20 0x00
-    Read The Attribute  ${uri}   present
-    Response Should Be Equal    False
-
-Core Fault
-    [Tags]  Core_Fault
-
-    ${uri}=    Get System component    core11
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0xa9 0xff 0x00 0x01 0x00 0x00 0x00 0x20 0x00
-    Read The Attribute  ${uri}    fault
-    Response Should Be Equal    True
-
-Core No Fault
-    [Tags]  Core_No_Fault
-
-    ${uri}=    Get System component    core11
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0x00 0x00 0x00 0x00 0x00 0x01 0x00 0x20 0x00
-    Read The Attribute  ${uri}    fault
-    Response Should Be Equal    False
-
-DIMM3 Present
-    [Tags]    DIMM3_Present
-
-    ${uri}=    Get System component    dimm3
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0xa9 0x00 0x40 0x00 0x00 0x00 0x00 0x20 0x00
-    Read The Attribute   ${uri}     present
-    Response Should Be Equal    True
-
-DIMM3 not Present
-    [Tags]    DIMM3_not_Present
-
-    ${uri}=    Get System component    dimm3
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0xa9 0xff 0x00 0x00 0x40 0x00 0x00 0x20 0x00
-    Read The Attribute   ${uri}     present
-    Response Should Be Equal    False
-
-DIMM0 no fault
-    [Tags]    DIMM0_no_fault
-    ${uri}=    Get System component    dimm0
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x20 0x00
-    Read The Attribute   ${uri}     fault
-    Response Should Be Equal    False
-
-Centaur0 Present
-    [Tags]  Centaur0_Present
-
-    ${uri}=    Get System component    membuf
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0xa9 0x00 0x40 0x00 0x00 0x00 0x00 0x20 0x00
-    Read The Attribute   ${uri}    present
-    Response Should Be Equal    True
-
-Centaur0 not Present
-    [Tags]  Centaur0_not_Present
-
-    ${uri}=    Get System component    membuf
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0x00 0x00 0x00 0x00 0x40 0x00 0x00 0x20 0x00
-    Read The Attribute   ${uri}    present
-    Response Should Be Equal    False
-
-Centaur0 Fault
-    [Tags]  Centaur0_Fault
-
-    ${uri}=    Get System component    membuf
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x20 0x00
-    Read The Attribute   ${uri}    fault
-    Response Should Be Equal    True
-
-Centaur0 No Fault
-    [Tags]  Centaur0_No_Fault
-
-    ${uri}=    Get System component    membuf
-    ${x}=      Get Inventory Sensor Number   ${uri}
-
-    Run IPMI command  0x04 0x30 ${x} 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x20 0x00
-    Read The Attribute   ${uri}    fault
-    Response Should Be Equal    False
-
-System Present
-    [Tags]  System_Present
-
-    ${uri}=    Get System component    system
-    Read The Attribute   ${uri}    present
-    Response Should Be Equal    True
-
-System Fault
-    [Tags]  System_Fault
-    ${uri}=    Get System component    system
-    Read The Attribute   ${uri}    fault
-    Response Should Be Equal    False
-
 Chassis Present
     [Tags]  Chassis_Present