aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/testcase.py
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/testcase.py')
-rw-r--r--testcases/testcase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/testcase.py b/testcases/testcase.py
index 1437aeae..d76858d5 100644
--- a/testcases/testcase.py
+++ b/testcases/testcase.py
@@ -357,7 +357,7 @@ class TestCase(object):
if 'testpmd' in self.guest_loopback or 'l2fwd' in self.guest_loopback:
try:
tasks.run_task(['rsync', '-a', '-r', '-l', r'--exclude="\.git"',
- os.path.join(S.getValue('RTE_SDK'), ''),
+ os.path.join(S.getValue('RTE_SDK_USER'), ''),
os.path.join(guest_dir, 'DPDK')],
self._logger,
'Copying DPDK to shared directory...',