commit | fb0013634a1538a102da404bb8108495768b2b19 | [log] [tgz] |
---|---|---|
author | Sweta Potthuri <spotthur@in.ibm.com> | Mon Mar 14 02:21:14 2022 -0500 |
committer | George Keishing <gkeishin@gmail.com> | Thu Mar 31 15:40:20 2022 +0000 |
tree | c2fe920a09e4d8234ca89b1928360d8437cf274a | |
parent | 61267e994bdaf7b037c3b1363c0e76d3eca4ed39 [diff] |
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_conf.robot b/redfish/managers/test_bmc_network_conf.robot index 3cb88a5..60b678d 100644 --- a/redfish/managers/test_bmc_network_conf.robot +++ b/redfish/managers/test_bmc_network_conf.robot
@@ -625,6 +625,7 @@ on off + *** Keywords *** Test Setup Execution
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 ***