diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-05-09 09:48:30 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-05-12 12:50:46 +0100 |
commit | 30d75a0778d825fa13eecea7d352eedfe35bd4ed (patch) | |
tree | ead8f9ee566284261d545757a48c156fe19fd7ea /testcases | |
parent | 6c15bb9203da9a21bbf9cfcbb829d5bd58c70223 (diff) |
dpdk: Support of DPDK v16.04
Configuration options modified by VSPERF were split
between config_base and config_linuxapp files. Makefile
was modified to reflect this change.
Additional changes:
* content of qemu shared dir is copied without preservation
of attributes to avoid compilation issues due misaligned
clocks => could produce broken igb_uio module
* added support of new testpmd "Bye.." message
* DPDK sources are copied from RTE_SDK_USER directory for all
VNF variants - this has been wrongly reverted by inttest patch
Change-Id: Id502a072c1f843258496decbf031e7ba7264d459
JIRA: VSPERF-297
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
Reviewed-by: Michal Weglicki <michalx.weglicki@intel.com>
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases/testcase.py | 2 |
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...', |