test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]tests/vf_single_core: fix the result of vf_single_core is overwritten
@ 2020-11-16  2:11 hanyingya
  2020-11-17  9:49 ` Zhao, HaiyangX
  2020-11-18  3:31 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: hanyingya @ 2020-11-16  2:11 UTC (permalink / raw)
  To: dts; +Cc: hanyingya

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(-)

diff --git a/tests/TestSuite_vf_single_core_perf.py b/tests/TestSuite_vf_single_core_perf.py
index 57ab7240..47550bf8 100644
--- a/tests/TestSuite_vf_single_core_perf.py
+++ b/tests/TestSuite_vf_single_core_perf.py
@@ -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")
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-18  3:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16  2:11 [dts] [PATCH V1]tests/vf_single_core: fix the result of vf_single_core is overwritten hanyingya
2020-11-17  9:49 ` Zhao, HaiyangX
2020-11-18  3:31 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).