Pre bringup witherspoon default test bucket
Resolves openbmc/openbmc-test-automation#201
Change-Id: Ibcdd87dd46f2ffd21c7b4ad5357d6fedd2e88474
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_occ_powercap.robot b/tests/test_occ_powercap.robot
index 3cc7b64..d008ebc 100644
--- a/tests/test_occ_powercap.robot
+++ b/tests/test_occ_powercap.robot
@@ -10,11 +10,14 @@
Suite Setup Check OCC Readiness
Test Teardown Log FFDC
+Force Tags powercapping
+
*** Test Cases ***
Get OCC status
[Documentation] This testcase is to test the OCCstatus for the system
... is Enabled or not
+ [Tags] Get_OCC_status
${status}= Get OCC status
Should Be Equal ${status} Enabled
@@ -83,6 +86,7 @@
Get System Power Consumption
[Documentation] Get the current system power consumption and check if the
... value is greater than zero
+ [Tags] Get_System_Power_Consumption
${resp} = OpenBMC Get Request /org/openbmc/sensors/powercap/system_power
should be equal as strings ${resp.status_code} ${HTTP_OK}