Performance: Fix l3fwd in 3node 03/26903/1
authorpmikus <[email protected]>
Wed, 6 May 2020 13:53:45 +0000 (13:53 +0000)
committerPeter Mikus <[email protected]>
Wed, 6 May 2020 13:55:07 +0000 (13:55 +0000)
Signed-off-by: pmikus <[email protected]>
Change-Id: I32fd935078fb117bb1570e20a11baa2de46447e8
(cherry picked from commit 16ef90a2415aa3b65341fdb6517cf58721bfff7a)

resources/libraries/python/DPDK/L3fwdTest.py

index 46697cf..c2b3da1 100644 (file)
@@ -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)