commit | 6fb70d98f2f1cb9273ba912deaa2cebe3c23ea86 | [log] [tgz] |
---|---|---|
author | Matt Fischer <matthew.fischer@hpe.com> | Tue Oct 24 19:06:33 2023 -0600 |
committer | George Keishing <gkeishin@gmail.com> | Thu Jun 27 09:58:27 2024 +0000 |
tree | 731659f0282416799ef948ace458418f2dff6056 | |
parent | 767900df8fa5a8d05816035e860c30338e746560 [diff] |
Switch from Force Tags to Test Tags Force Tags is deprecated in Robot 7.0 and will eventually warn and then after that stop working. Test Tags performs the same function per docs. Change-Id: I7cf305754b247b995a05d8da3b9de9ed613ecae2 Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>
diff --git a/redfish/events/test_bmc_snmp_config.robot b/redfish/events/test_bmc_snmp_config.robot index 4cef11c..e72d543 100644 --- a/redfish/events/test_bmc_snmp_config.robot +++ b/redfish/events/test_bmc_snmp_config.robot
@@ -13,7 +13,7 @@ Test Teardown FFDC On Test Case Fail -Force Tags BMC_SNMP_Config +Test Tags BMC_SNMP_Config *** Variables ***
diff --git a/redfish/events/test_bmc_snmp_trap.robot b/redfish/events/test_bmc_snmp_trap.robot index d7d7854..6168673 100644 --- a/redfish/events/test_bmc_snmp_trap.robot +++ b/redfish/events/test_bmc_snmp_trap.robot
@@ -15,7 +15,7 @@ Suite Setup Suite Setup Execution Suite Teardown Suite Teardown Execution -Force Tags BMC_SNMP_Trap +Test Tags BMC_SNMP_Trap *** Test Cases ***