MAC address test verification code fix

Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com>
Change-Id: I974fd97808b47f4c6549b40085c2d4edc6f5457c
diff --git a/redfish/managers/test_bmc_network_mac.robot b/redfish/managers/test_bmc_network_mac.robot
index 2deae28..470b9ab 100644
--- a/redfish/managers/test_bmc_network_mac.robot
+++ b/redfish/managers/test_bmc_network_mac.robot
@@ -105,10 +105,10 @@
     [Documentation]  Configure out of range MAC via Redfish and verify.
     [Tags]  Configure_Out_Of_Range_MAC_And_Verify
 
-    Configure MAC Settings  ${out_of_range_mac}  valid
+    Configure MAC Settings  ${out_of_range_mac}  error
 
     # Verify whether new MAC is configured on FW_Env.
-    Verify MAC Address Via FW_Env  ${out_of_range_mac}  valid
+    Verify MAC Address Via FW_Env  ${out_of_range_mac}  error
 
 Configure Less Byte MAC And Verify
     [Documentation]  Configure less byte MAC via Redfish and verify.
@@ -122,9 +122,9 @@
     [Documentation]  Configure more byte MAC via Redfish and verify.
     [Tags]  Configure_More_Byte_MAC_And_Verify
 
-    Configure MAC Settings  ${more_byte_mac}  valid
+    Configure MAC Settings  ${more_byte_mac}  error
     # Verify whether new MAC is configured on FW_Env.
-    Verify MAC Address Via FW_Env  ${more_byte_mac}  valid
+    Verify MAC Address Via FW_Env  ${more_byte_mac}  error
 
 *** Keywords ***