Write DPDK version to log 74/21374/1
authorTibor Frank <tifrank@cisco.com>
Mon, 19 Aug 2019 06:05:54 +0000 (08:05 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 19 Aug 2019 06:07:57 +0000 (06:07 +0000)
Change-Id: Ia9ec0d420c8db9e71234f74e4013c21d039931b2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit f893de60bb36c3e241a992cb389697997a1cd0f2)

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)