aboutsummaryrefslogtreecommitdiffstats
path: root/resources/traffic_profiles
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2019-08-06 22:26:00 +0000
committerVratko Polak <vrpolak@cisco.com>2019-08-14 16:25:19 +0000
commit6da7266754c28754c04cf37d1974e39766a261f6 (patch)
tree3fbbe99fd1e797946a888293d302d0f50ffbb96a /resources/traffic_profiles
parent669d320bc64e41f879c047a39a66b8ec99bf4b1e (diff)
VAT-to-PAPI: Fix HTTP/TCP tests
Change-Id: Ie728bc73eb7429d246e82dd195fc63191c3ac51d Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'resources/traffic_profiles')
-rw-r--r--resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml19
-rw-r--r--resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml19
-rw-r--r--resources/traffic_profiles/wrk/www/empty.html0
3 files changed, 18 insertions, 20 deletions
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
--- /dev/null
+++ b/resources/traffic_profiles/wrk/www/empty.html