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/test_lists/skip_test_witherspoon b/test_lists/skip_test_witherspoon
new file mode 100644
index 0000000..219046f
--- /dev/null
+++ b/test_lists/skip_test_witherspoon
@@ -0,0 +1,58 @@
+-e known_issue
+#https://github.com/openbmc/openbmc-test-automation/issues/110
+-e Test_non_SSL_Connection_to_port_443
+#https://github.com/openbmc/openbmc-test-automation/issues/123
+-e Execute_ipmi_BT_capabilities_command
+#https://github.com/openbmc/openbmc/issues/539
+-e Test_Wrong_Reservation_ID
+#https://github.com/openbmc/openbmc/issues/539
+-e Test_Correct_Reservation_ID
+#https://github.com/openbmc/openbmc-test-automation/issues/23
+-e get_names
+#https://github.com/openbmc/openbmc-test-automation/issues/23
+-e get_names_org
+#https://github.com/openbmc/openbmc-test-automation/issues/107
+-e Set_valid_Mac_address
+#https://github.com/openbmc/openbmc-test-automation/issues/107
+-e Revert_old_Mac_addres
+#https://github.com/openbmc/openbmc-test-automation/issues/137
+-e Set_invalid_Mac_address
+#https://github.com/openbmc/openbmc-test-automation/issues/22
+-e Validate_Heartbeat_LEDs_Test_Cases
+-e Validate_Identify_LEDs_Test_Cases
+-e Validate_Beep_LEDs_Test_Cases
+#https://github.com/openbmc/openbmc-test-automation/issues/130
+-e Test_OpenBMC_Services_Autorestart_Policy
+-e Test_Restart_Policy_for_openbmc_service
+#https://github.com/openbmc/openbmc-test-automation/issues/90
+-e Verify_System_VPD_Properties
+#https://github.com/openbmc/openbmc/issues/93
+-e minimal_fan_inventory
+#https://github.com/openbmc/openbmc-test-automation/issues/139
+-e Empty_Fan_Test
+#https://github.com/openbmc/openbmc/issues/612
+-e Create_and_delete_user_group
+-e Create_and_delete_user_without_group_name
+-e Create_and_delete_user_with_user_group_name
+-e Create_multiple_users
+-e Create_and_delete_user_without_password
+-e Set_password_for_existing_user
+-e Set_password_with_empty_password_for_existing
+-e Set_password_for_non_existing_user
+-e Create_existing_user
+-e Create_user_with_no_name
+-e Create_existing_user_group
+-e Create_user_group_with_no_name
+-e Cleanup_Users_List
+#https://github.com/openbmc/openbmc-test-automation/issues/148
+-e Get_System_Time
+-e Set_Valid_System_Time
+-e Set_Invalid_System_Time
+-e Set_System_Time_with_no_time
+#Pre bringup list
+-e Repeated_Testing
+-e power_on_test
+-e inventory
+-e powercapping
+-e io_board_Present
+-e io_board_Fault
diff --git a/tests/obmc_boot_test.robot b/tests/obmc_boot_test.robot
index b7664bd..5accb0b 100644
--- a/tests/obmc_boot_test.robot
+++ b/tests/obmc_boot_test.robot
@@ -11,6 +11,7 @@
 *** Test Cases ***
 Repeated Testing
     [Documentation]  Performs random, repeated IPLs.
+    [Tags]  Repeated_Testing
 
     # Call the Main keyword to prevent any dots from appearing in the console
     # due to top level keywords.
diff --git a/tests/test_inventory.robot b/tests/test_inventory.robot
index fa64ae8..380a11f 100644
--- a/tests/test_inventory.robot
+++ b/tests/test_inventory.robot
@@ -15,7 +15,7 @@
 
 Suite setup        setup the suite
 
-Force Tags  chassisboot
+Force Tags  chassisboot  inventory
 
 *** Test Cases ***
 
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}