[V1,2/2] conf/pvp_virtio_user_4k_pages: add expected value to verify

Message ID 20230424101820.2598235-3-weix.ling@intel.com (mailing list archive)
State Superseded
Headers
Series add expected value to verify |

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK

Commit Message

Ling, WeiX April 24, 2023, 10:18 a.m. UTC
  Add expected value to verify the running result. 

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 conf/pvp_virtio_user_4k_pages.cfg | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 conf/pvp_virtio_user_4k_pages.cfg
  

Patch

diff --git a/conf/pvp_virtio_user_4k_pages.cfg b/conf/pvp_virtio_user_4k_pages.cfg
new file mode 100644
index 00000000..c7428b0c
--- /dev/null
+++ b/conf/pvp_virtio_user_4k_pages.cfg
@@ -0,0 +1,11 @@ 
+[suite]
+update_expected = True
+packet_sizes = [64, 128, 256, 512, 1024, 1518]
+test_duration = 30
+accepted_tolerance = 5
+expected_throughput = {
+    'test_perf_pvp_virtio_user_split_ring_with_4K_pages': {
+        64: 0.00, 128: 0.00, 256: 0.00, 512: 0.00, 1024: 0.00, 1518: 0.00}, 
+    'test_perf_pvp_virtio_user_packed_ring_with_4K_pages': {
+        64: 0.00, 128: 0.00, 256: 0.00, 512: 0.00, 1024: 0.00, 1518: 0.00}}
+