[V1,3/3] conf/basic_4k_pages_cbdma: add suite config as expected values
Checks
Context |
Check |
Description |
ci/Intel-dts-format-test |
success
|
Testing OK
|
ci/Intel-dts-pylama-test |
success
|
Testing OK
|
ci/Intel-dts-doc-test |
success
|
Testing OK
|
ci/Intel-dts-suite-test |
warning
|
SKIPPED
|
Commit Message
Add [suite] section to save case config and expected values.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
conf/basic_4k_pages_cbdma.cfg | 7 +++++++
1 file changed, 7 insertions(+)
Comments
On Mon, 5 Jun 2023 14:34:26 +0800, Wei Ling <weix.ling@intel.com> wrote:
> Add [suite] section to save case config and expected values.
>
> Signed-off-by: Wei Ling <weix.ling@intel.com>
Series applied, thanks
@@ -34,3 +34,10 @@ daemon =
enable=yes;
qemu =
path=/home/QEMU/qemu-7.0.0/bin/qemu-system-x86_64;
+
+[suite]
+update_expected = True
+packet_sizes = [64, 128, 256, 512, 1024, 1518]
+test_duration = 30
+accepted_tolerance = 10
+expected_throughput = {'test_perf_pvp_split_ring_vhost_async_operation_using_4K_pages_and_cbdma_enable': {64: 0.00, 128: 0.00, 256: 0.00, 512: 0.00, 1024: 0.00, 1518: 0.00}, 'test_perf_pvp_packed_ring_vhost_async_operation_using_4K_pages_and_cbdma_enable': {64: 0.00, 128: 0.00, 256: 0.00, 512: 0.00, 1024: 0.00, 1518: 0.00}}