From d6b418cdf1d1fcdef350d8c47b4a1e216c3ae5d7 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Thu, 30 Jan 2020 17:30:02 -0800 Subject: [PATCH] Add back [Template] override it seems our robot code cleanup using the tidy tool for v3.2a1 actually removed empty [Template] lines thinking they are a mistake? But, in those cases we really wanted those test cases to skip the default test template. this was introduced with: https://git.opendaylight.org/gerrit/c/integration/test/+/86550/2/csit/suites/controller/dom_data_broker/clean_leader_shutdown.robot potentially other test cases were affected, but this should address some new failures we are debugging for the sodium SR2 release. Change-Id: Ib1b4f3126e82e703048dd6ef3f0fdf50336fc4be Signed-off-by: Jamo Luhrsen --- .../controller/dom_data_broker/clean_leader_shutdown.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/csit/suites/controller/dom_data_broker/clean_leader_shutdown.robot b/csit/suites/controller/dom_data_broker/clean_leader_shutdown.robot index 5de9f0d1f5..340538a5a7 100644 --- a/csit/suites/controller/dom_data_broker/clean_leader_shutdown.robot +++ b/csit/suites/controller/dom_data_broker/clean_leader_shutdown.robot @@ -28,6 +28,7 @@ Local_Leader_Shutdown Restart [Documentation] Restart odl + [Template] ${EMPTY} DdbCommons.Restart_Test_Templ Remote_Leader_Shutdown -- 2.36.6