[V1] tests/vf_single_core: fix the result of vf_single_core is overwritten
Commit Message
duplicated with nic_single_core suite.
Signed-off-by: hanyingya <yingyax.han@intel.com>
---
tests/TestSuite_vf_single_core_perf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>
Best Regards,
Zhao Haiyang
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of hanyingya
> Sent: Monday, November 16, 2020 10:12
> To: dts@dpdk.org
> Cc: Han, YingyaX <yingyax.han@intel.com>
> Subject: [dts] [PATCH V1]tests/vf_single_core: fix the result of
> vf_single_core is overwritten
> duplicated with nic_single_core suite.
>
> Signed-off-by: hanyingya <yingyax.han@intel.com>
Applied
@@ -374,7 +374,7 @@ class TestVfSingleCorePerf(TestCase):
json_obj[case_name].append(row_dict0)
status_result.append(row_dict0['status'])
with open(os.path.join(rst.path2Result,
- '{0:s}_single_core_perf.json'.format(
+ '{0:s}_vf_single_core_perf.json'.format(
self.nic)), 'w') as fp:
json.dump(json_obj, fp)
self.verify("FAIL" not in status_result, "Excessive gap between test results and expectations")