From 6da7266754c28754c04cf37d1974e39766a261f6 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 6 Aug 2019 22:26:00 +0000 Subject: VAT-to-PAPI: Fix HTTP/TCP tests Change-Id: Ie728bc73eb7429d246e82dd195fc63191c3ac51d Signed-off-by: Dave Wallace --- .../wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml | 19 +++++++++---------- .../wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml | 19 +++++++++---------- resources/traffic_profiles/wrk/www/empty.html | 0 3 files changed, 18 insertions(+), 20 deletions(-) create mode 100644 resources/traffic_profiles/wrk/www/empty.html (limited to 'resources/traffic_profiles') diff --git a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml index 706cda01b5..2d059e7b6e 100644 --- a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml +++ b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml @@ -1,18 +1,17 @@ -# This is an example wrk traffic profile. +# wrk-sf-2n-ethip4tcphttp-8u8c50con-cps traffic profile. # List of urls for requests. Each url is requested in a separate instance of # wrk. # Type: list urls: - # There must be an empty file (0B) requested but vpp does not support it. - - "http://192.168.10.2" - - "http://192.168.20.2" - - "http://192.168.30.2" - - "http://192.168.40.2" - - "http://192.168.50.2" - - "http://192.168.60.2" - - "http://192.168.70.2" - - "http://192.168.80.2" + - "http://192.168.10.2/empty.html" + - "http://192.168.20.2/empty.html" + - "http://192.168.30.2/empty.html" + - "http://192.168.40.2/empty.html" + - "http://192.168.50.2/empty.html" + - "http://192.168.60.2/empty.html" + - "http://192.168.70.2/empty.html" + - "http://192.168.80.2/empty.html" # Index of the first CPU on the numa used to run wrk. # Type: integer diff --git a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml index c1ad9e4217..d997e16ed2 100644 --- a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml +++ b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml @@ -1,18 +1,17 @@ -# This is an example wrk traffic profile. +# wrk-sf-2n-ethip4tcphttp-8u8c50con-rps traffic profile. # List of urls for requests. Each url is requested in a separate instance of # wrk. # Type: list urls: - # There must be a file (1kB - 1MB) requested but vpp does not support it. - - "http://192.168.10.2" - - "http://192.168.20.2" - - "http://192.168.30.2" - - "http://192.168.40.2" - - "http://192.168.50.2" - - "http://192.168.60.2" - - "http://192.168.70.2" - - "http://192.168.80.2" + - "http://192.168.10.2/empty.html" + - "http://192.168.20.2/empty.html" + - "http://192.168.30.2/empty.html" + - "http://192.168.40.2/empty.html" + - "http://192.168.50.2/empty.html" + - "http://192.168.60.2/empty.html" + - "http://192.168.70.2/empty.html" + - "http://192.168.80.2/empty.html" # Index of the first CPU on the numa used to run wrk. # Type: integer diff --git a/resources/traffic_profiles/wrk/www/empty.html b/resources/traffic_profiles/wrk/www/empty.html new file mode 100644 index 0000000000..e69de29bb2 -- cgit 1.2.3-korg