Add back [Template] override 07/87307/1
authorJamo Luhrsen <jluhrsen@gmail.com>
Fri, 31 Jan 2020 01:30:02 +0000 (17:30 -0800)
committerJamo Luhrsen <jluhrsen@gmail.com>
Fri, 31 Jan 2020 01:30:02 +0000 (17:30 -0800)
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 <jluhrsen@gmail.com>
csit/suites/controller/dom_data_broker/clean_leader_shutdown.robot

index 5de9f0d1f5e0398e7160230bfce52f80d51fde94..340538a5a706ecef69f469613d3bf36ab92ebaf2 100644 (file)
@@ -28,6 +28,7 @@ Local_Leader_Shutdown
 
 Restart
     [Documentation]    Restart odl
+    [Template]    ${EMPTY}
     DdbCommons.Restart_Test_Templ
 
 Remote_Leader_Shutdown