More Bytes MAC Address Valid
Change in Test Case as Valid scenario
Change-Id: I85f77e24caf76086245ffa0387cc5d2d1942c39f
Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
diff --git a/redfish/managers/test_bmc_network_mac.robot b/redfish/managers/test_bmc_network_mac.robot
index 470b9ab..2600f2e 100644
--- a/redfish/managers/test_bmc_network_mac.robot
+++ b/redfish/managers/test_bmc_network_mac.robot
@@ -122,9 +122,10 @@
[Documentation] Configure more byte MAC via Redfish and verify.
[Tags] Configure_More_Byte_MAC_And_Verify
- Configure MAC Settings ${more_byte_mac} error
+ Configure MAC Settings ${more_byte_mac} valid
# Verify whether new MAC is configured on FW_Env.
- Verify MAC Address Via FW_Env ${more_byte_mac} error
+ Verify MAC Address Via FW_Env ${more_byte_mac} valid
+
*** Keywords ***