HW CI list for jenkins job run

This should be quick and test basic breadth of the test
such as REST, power on, events and errlog use case.

Resolves openbmc/openbmc-test-automation#142

Change-Id: Ib5b57a879b9f66ebbeb5fddaced1068213472fe3
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_obmcrest.robot b/tests/test_obmcrest.robot
index 329578a..91512aa 100644
--- a/tests/test_obmcrest.robot
+++ b/tests/test_obmcrest.robot
@@ -1,9 +1,9 @@
 *** Settings ***
-Documentation		This suite will verifiy all OpenBMC rest interfaces
-...					Details of valid interfaces can be found here...
-...					https://github.com/openbmc/docs/blob/master/rest-api.md
+Documentation     This suite will verifiy all OpenBMC rest interfaces
+...               Details of valid interfaces can be found here...
+...               https://github.com/openbmc/docs/blob/master/rest-api.md
 
-Resource	  	  ../lib/rest_client.robot
+Resource          ../lib/rest_client.robot
 Resource          ../lib/openbmc_ffdc.robot
 Test Teardown     Log FFDC
 
@@ -13,7 +13,7 @@
 
 *** Test Cases ***
 Good connection for testing
-    [Tags]  CI
+    [Tags]  CI  Good_connection_for_testing
     ${content}=    Read Properties     /
     ${c}=          get from List       ${content}      0
     Should Be Equal    ${c}     /org
@@ -33,7 +33,7 @@
     Should Be Equal     ${jsondata['data']['description']}      The specified property cannot be found: ''is_fru''
 
 get directory listing /
-    [Tags]  CI
+    [Tags]  CI  get_directory_listing
     ${resp} =   openbmc get request     /
     should be equal as strings      ${resp.status_code}     ${HTTP_OK}
     ${json} =   to json     ${resp.content}