From 56440df4a2d9404aefe5d47ad9db9128fdb33b69 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 6 Apr 2020 13:22:18 +0000 Subject: FIX: Add show log output when test failed. Signed-off-by: Peter Mikus Change-Id: I6bdce8156ba214be210c195a9f3effd718301a86 --- resources/libraries/python/InterfaceUtil.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/libraries/python') diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py index 144a96cca5..e2dc2f1c31 100644 --- a/resources/libraries/python/InterfaceUtil.py +++ b/resources/libraries/python/InterfaceUtil.py @@ -1184,6 +1184,10 @@ class InterfaceUtil: :raises RuntimeError: If it is not possible to create RDMA interface on the node. """ + PapiSocketExecutor.run_cli_cmd( + node, u"set logging class avf level debug" + ) + cmd = u"rdma_create" pci_addr = Topology.get_interface_pci_addr(node, if_key) args = dict( -- cgit 1.2.3-korg