From a8dc26541fce63cbf14cf659df34e1875b88c30c Mon Sep 17 00:00:00 2001 From: Kishor Dhanawade Date: Wed, 28 May 2025 04:23:35 +0000 Subject: [PATCH] fix(infra): Octeon bits comment fix in https://gerrit.fd.io/r/c/csit/+/41870 Change-Id: I9ac639aab5b875c9fb3c42896118f2ed4c090cf1 Signed-off-by: Kishor Dhanawade --- resources/libraries/robot/shared/test_teardown.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot index 5f5fb13132..6d62b2cf1d 100644 --- a/resources/libraries/robot/shared/test_teardown.robot +++ b/resources/libraries/robot/shared/test_teardown.robot @@ -136,7 +136,8 @@ | | FOR | ${dut} | IN | @{duts} | | | Run Keyword If Test Failed | | | ... | Show Ipsec Security Association | ${nodes['${dut}']} -| | | Run Keyword | Vpp Show Ipsec All | ${nodes['${dut}']} +| | | Run Keyword If Test Failed +| | | ... | Vpp Show Ipsec All | ${nodes['${dut}']} | | END | Additional Test Tear Down Action For ipsec_all -- 2.16.6