Added test case to verify setting OCC's Turbo via REST.
This change includes:
- Added test case to enable and disable turbo
allowed via REST.
- Added this test case in skip lists of NA system.
Resolves openbmc/openbmc-test-automation#631
Change-Id: I0b4f3e15dfa64ce74041cfb3364925994ffbe33b
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/tests/test_sensors.robot b/tests/test_sensors.robot
index 2722a83..4825554 100644
--- a/tests/test_sensors.robot
+++ b/tests/test_sensors.robot
@@ -176,6 +176,24 @@
Response Should Be Equal False
+Verify Setting OCC Turbo Via REST
+ [Documentation] Verify enabling and disabling OCC's turbo allowed
+ ... via REST.
+ # The allowed value for turbo allowed:
+ # True - To enable turbo allowed.
+ # False - To disable turbo allowed.
+
+ [Tags] Verify_Setting_OCC_Turbo_Via_REST
+
+ Set Turbo Setting Via REST False
+ ${setting}= Read Turbo Setting Via REST
+ Should Be Equal ${setting} False
+
+ Set Turbo Setting Via REST True
+ ${setting}= Read Turbo Setting Via REST
+ Should Be Equal ${setting} True
+
+
CPU Present
[Tags] CPU_Present