From: Kishor Dhanawade Date: Wed, 28 May 2025 04:23:35 +0000 (+0000) Subject: fix(infra): Octeon bits X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F43043%2F1;p=csit.git fix(infra): Octeon bits comment fix in https://gerrit.fd.io/r/c/csit/+/41870 Change-Id: I9ac639aab5b875c9fb3c42896118f2ed4c090cf1 Signed-off-by: Kishor Dhanawade --- 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