[V1,2/2] conf/virtio_user_for_container_networking: modify test parameter with test suite

Message ID 20210914074812.2368180-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series check expected value from config file |

Checks

Context Check Description
ci/Intel-dts-test warning SKIPPED

Commit Message

Ling, WeiX Sept. 14, 2021, 7:48 a.m. UTC
  Modify test parameter with test suite.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 conf/virtio_user_for_container_networking.cfg | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
  

Comments

Tu, Lijuan Sept. 27, 2021, 6:38 a.m. UTC | #1
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Wei Ling
> Sent: 2021年9月14日 15:48
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts] [PATCH V1 2/2] conf/virtio_user_for_container_networking:
> modify test parameter with test suite
> 
> Modify test parameter with test suite.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>

Applied
  

Patch

diff --git a/conf/virtio_user_for_container_networking.cfg b/conf/virtio_user_for_container_networking.cfg
index f66c6863..984d8715 100644
--- a/conf/virtio_user_for_container_networking.cfg
+++ b/conf/virtio_user_for_container_networking.cfg
@@ -1,4 +1,8 @@ 
-# Configuration sample: suite_sample.cfg
 [suite]
-# config the docker image for run virtio user
-docker_image="ubuntu:latest"
+update_expected = True
+test_parameters = {64: [1], 128: [1], 256: [1], 512: [1], 1024: [1], 1518: [1]}
+test_duration = 60
+accepted_tolerance = 2
+expected_throughput = {
+    'test_perf_packet_fwd_for_container': {64: {1: 0.000}, 128: {1: 0.000}, 256: {1: 0.000}, 512: {1: 0.000}, 1024: {1: 0.000}, 1518: {1: 0.000}},
+    'test_perf_packet_fwd_with_multi_queues_for_container': {64: {1: 0.000}, 128: {1: 0.000}, 256: {1: 0.000}, 512: {1: 0.000}, 1024: {1: 0.000}, 1518: {1: 0.000}}}
\ No newline at end of file