From: pmikus Date: Wed, 6 May 2020 13:53:45 +0000 (+0000) Subject: Performance: Fix l3fwd in 3node X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=refs%2Fchanges%2F23%2F26923%2F1 Performance: Fix l3fwd in 3node Signed-off-by: pmikus Change-Id: I32fd935078fb117bb1570e20a11baa2de46447e8 --- diff --git a/resources/libraries/python/DPDK/L3fwdTest.py b/resources/libraries/python/DPDK/L3fwdTest.py index 46697cfdd5..c2b3da184f 100644 --- a/resources/libraries/python/DPDK/L3fwdTest.py +++ b/resources/libraries/python/DPDK/L3fwdTest.py @@ -152,6 +152,7 @@ class L3fwdTest: """ command = f"{Constants.REMOTE_FW_DIR}/{Constants.RESOURCES_LIB_SH}"\ f"/entry/patch_l3fwd.sh " \ - f"{Constants.REMOTE_FW_DIR}/{Constants.RESOURCES_LIB_SH}/{patch}" + f"{Constants.REMOTE_FW_DIR}/{Constants.RESOURCES_LIB_SH}"\ + f"/entry/{patch}" message = f"Failed to patch l3fwd at node {node['host']}" exec_cmd_no_error(node, command, timeout=1800, message=message)