test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_nic_single_core_perf:add Fwd_core into json file
@ 2020-10-19 14:18 lingwei
  2020-10-19  7:23 ` Ling, WeiX
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lingwei @ 2020-10-19 14:18 UTC (permalink / raw)
  To: dts; +Cc: lingwei

add Fwd_core into json file

Signed-off-by: lingwei <weix.ling@intel.com>
---
 tests/TestSuite_nic_single_core_perf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/TestSuite_nic_single_core_perf.py b/tests/TestSuite_nic_single_core_perf.py
index 9bc421b..e93ee46 100644
--- a/tests/TestSuite_nic_single_core_perf.py
+++ b/tests/TestSuite_nic_single_core_perf.py
@@ -364,9 +364,11 @@ class TestNicSingleCorePerf(TestCase):
                     row_dict1 = dict(name="Throughput", value=result_throughput, unit="Mpps", delta=delta)
                     row_dict2 = dict(name="Txd/Rxd", value=row_in["TXD/RXD"], unit="descriptor")
                     row_dict3 = dict(name="frame_size", value=row_in["Frame Size"], unit="bytes")
+                    row_dict4 = dict(name="Fwd_core", value=row_in["Fwd_core"])
                     row_dict0['performance'].append(row_dict1)
                     row_dict0['parameters'].append(row_dict2)
                     row_dict0['parameters'].append(row_dict3)
+                    row_dict0['parameters'].append(row_dict4)
                     json_obj[case_name].append(row_dict0)
                     status_result.append(row_dict0['status'])
         with open(os.path.join(rst.path2Result,
-- 
2.17.1


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

end of thread, other threads:[~2020-10-27  8:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19 14:18 [dts] [PATCH V1] tests/TestSuite_nic_single_core_perf:add Fwd_core into json file lingwei
2020-10-19  7:23 ` Ling, WeiX
2020-10-19  8:02 ` Ma, LihongX
2020-10-27  8:49 ` 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).