Add remaining known test to master skip list

Resolves openbmc/openbmc-test-automation#128

Change-Id: Ida2e159836702c6b21d456eb2142dd79cf50f5ce
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_networkd.robot b/tests/test_networkd.robot
index 57c7140..c47007b 100755
--- a/tests/test_networkd.robot
+++ b/tests/test_networkd.robot
@@ -137,7 +137,7 @@
 
 
 Set valid Mac address     eth0     00:21:cc:73:91:dd   ok
-    [Tags]   network_test
+    [Tags]   network_test  Set_valid_Mac_address
     [Template]  SetMacAddress_good
     [Documentation]   ***GOOD PATH***
     ...               This test case add the ip addresson the  interface and validates
@@ -145,7 +145,7 @@
     ...               Expectation is the ip address should get added.
 
 Revert old Mac address     eth0     ${OLD_MAC_ADDRESS}   ok
-    [Tags]   network_test
+    [Tags]   network_test  Revert_old_Mac_address
     [Template]  SetMacAddress_good
     [Documentation]   ***GOOD PATH***
     ...               This test case add the ip addresson the  interface and validates
diff --git a/tests/test_obmcrest.robot b/tests/test_obmcrest.robot
index 6fd246a..329578a 100644
--- a/tests/test_obmcrest.robot
+++ b/tests/test_obmcrest.robot
@@ -203,6 +203,7 @@
     should be equal as strings      ${json['status']}       error
 
 get names /
+    [Tags]  get_names
     ${resp} =   openbmc get request     /enumerate
     should be equal as strings      ${resp.status_code}     ${HTTP_OK}
     ${json} =   to json         ${resp.content}
@@ -210,6 +211,7 @@
     should be equal as strings      ${json['status']}       ok
 
 get names /org/
+    [Tags]  get_names_org
     ${resp} =   openbmc get request     /org/enumerate
     should be equal as strings      ${resp.status_code}     ${HTTP_OK}
     ${json} =   to json         ${resp.content}