From 3ccfe8cdb3d94182e365f4bfacefbb52fb32cb93 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 30 Oct 2019 14:29:49 +0000 Subject: Framework: Add show log as tear down action + We can see what is happening when debug level is increased + Big caveat of VPP is that it does not allow to configure default global level. Signed-off-by: Peter Mikus Change-Id: I5ea1a618161cdb3170cab022d7451e52271f83c0 --- resources/libraries/robot/shared/test_teardown.robot | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/libraries/robot/shared') diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot index 1cc526211d..0beeff4484 100644 --- a/resources/libraries/robot/shared/test_teardown.robot +++ b/resources/libraries/robot/shared/test_teardown.robot @@ -33,6 +33,7 @@ | | ... | | Remove All Added Ports On All DUTs From Topology | ${nodes} | | Show PAPI History On All DUTs | ${nodes} +| | Show Log On All DUTs | ${nodes} | | Run Keyword If Test Failed | | ... | Get Core Files on All Nodes | ${nodes} | | Run Keyword If Test Failed -- cgit 1.2.3-korg