From acdb444a54124834acdde45107062eaf1452c119 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 8 Sep 2016 09:41:10 +0100 Subject: bugfix: SRIOV used wrong device names QemuPciPassthrough class responsible for SRIOV testing used wrong device names for GUEST configuration. Details of HOST interfaces connected to the traffic generator were used to initialize forwarding applications inside the guest. Code was fixed to use correct device configuration. As part of this fix, old bug in VNF type detection was fixed. JIRA: VSPERF-389 Change-Id: I269c9232012980c600c171571e90beb11e7b72cd Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Bill Michalowski --- vsperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vsperf') diff --git a/vsperf b/vsperf index e942b84d..a12560da 100755 --- a/vsperf +++ b/vsperf @@ -550,7 +550,7 @@ def main(): if args['vnf'] not in vnfs: _LOGGER.error('there are no vnfs matching \'%s\' found in' ' \'%s\'. exiting...', args['vnf'], - settings.getValue('vnf_dir')) + settings.getValue('VNF_DIR')) sys.exit(1) if args['exact_test_name'] and args['tests']: -- cgit 1.2.3-korg