Write DPDK version to log 72/21372/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:05:54 +0000 (08:05 +0200)
Change-Id: Ia9ec0d420c8db9e71234f74e4013c21d039931b2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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)