From: Peter Mikus Date: Tue, 14 Apr 2020 05:44:49 +0000 (+0000) Subject: FIX: RDMA typo X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=316988e4fe98d9fb6ed99514e95f820033e4895b FIX: RDMA typo Change-Id: Ie2f11cd5144daf249200fe07430b0809185bccce Signed-off-by: Peter Mikus --- 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"