X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FDPDK%2FL3fwdTest.py;h=c2b3da184fea2bbf919ddc96bdc82b11dede4b45;hb=936deb756045a999f919cefd4ceae77ae90e6905;hp=46697cfdd5bdfb147207aa438873677732169236;hpb=54beb458703ff91e9f522f8af0a57722966f093e;p=csit.git 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)