Write DPDK version to log
[csit.git] / resources / libraries / python / DPDK / DPDKTools.py
index b6c351f..d7a780b 100644 (file)
@@ -111,7 +111,7 @@ class DPDKTools(object):
         message = 'Install the DPDK failed!'
         exec_cmd_no_error(node, command, timeout=600, message=message)
 
-        command = ('cat {fwdir}/download_dir/dpdk*/VERSION'.
+        command = ('cat {fwdir}/dpdk*/VERSION'.
                    format(fwdir=Constants.REMOTE_FW_DIR))
         message = 'Get DPDK version failed!'
         stdout, _ = exec_cmd_no_error(node, command, message=message)