From 316988e4fe98d9fb6ed99514e95f820033e4895b Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 14 Apr 2020 05:44:49 +0000 Subject: [PATCH] FIX: RDMA typo Change-Id: Ie2f11cd5144daf249200fe07430b0809185bccce Signed-off-by: Peter Mikus --- resources/libraries/python/InterfaceUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py index e2dc2f1c31..9dcd1f8321 100644 --- a/resources/libraries/python/InterfaceUtil.py +++ b/resources/libraries/python/InterfaceUtil.py @@ -1185,7 +1185,7 @@ class InterfaceUtil: the node. """ PapiSocketExecutor.run_cli_cmd( - node, u"set logging class avf level debug" + node, u"set logging class rdma level debug" ) cmd = u"rdma_create" -- 2.16.6