From 80adeefab9fc1871675688881498304ddc780828 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 13 Jul 2020 14:08:13 +0200 Subject: Remove remains of WRK tests Change-Id: If61783fb717757c6189f06924412bd079e15a08f Signed-off-by: Tibor Frank --- .../wrk/wrk-sf-2n-ethip4tcphttp-1u1c50con-bw.yaml | 47 ------------------- .../wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml | 53 ---------------------- .../wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml | 53 ---------------------- resources/traffic_profiles/wrk/www/empty.html | 0 4 files changed, 153 deletions(-) delete mode 100644 resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c50con-bw.yaml delete mode 100644 resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml delete mode 100644 resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml delete 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-1u1c50con-bw.yaml b/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c50con-bw.yaml deleted file mode 100644 index 93ce51d6d0..0000000000 --- a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c50con-bw.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# This is an example wrk traffic profile. - -# List of urls for requests. Each url is requested in a separate instance of -# wrk. -# Type: list -urls: - # There must be a big file (10MB) requested but vpp does not support it. - - "http://192.168.10.2" - -# Index of the first CPU on the numa used to run wrk. -# Type: integer -first-cpu: 1 - -# The number of cpus used for wrk. The number of cpus must be a -# multiplication of the number of urls. -# Type: integer -cpus: 1 - -# Duration of the test in seconds. -# Type: integer -duration: 30 - -# Total number of threads to use. -# Type: integer -nr-of-threads: 1 - -# Total number of HTTP connections to keep open with each thread handling -# N = connections/threads. -# Type: integer -nr-of-connections: 50 - -# Path to LuaJIT script. -# Type: string -# script: "" - -# HTTP header to add to request, e.g. "Connection: close". -# Type: string (taken as it is) or dictionary -# header: -# Connection: "close" - -# Print detailed latency statistics. -# Type: boolean -latency: False - -# Record a timeout if a response is not received within this amount of time. -# Type: integer -timeout: 5 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 deleted file mode 100644 index 2d059e7b6e..0000000000 --- a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-cps.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# 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: - - "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 -first-cpu: 1 - -# The number of cpus used for wrk. The number of cpus must be a -# multiplication of the number of urls. -# Type: integer -cpus: 8 - -# Duration of the test in seconds. -# Type: integer -duration: 30 - -# Total number of threads to use. -# Type: integer -nr-of-threads: 1 - -# Total number of HTTP connections to keep open with each thread handling -# N = connections/threads. -# Type: integer -nr-of-connections: 50 - -# Path to LuaJIT script. -# Type: string -# script: "" - -# HTTP header to add to request, e.g. "Connection: close". -# Type: string (taken as it is) or dictionary -header: - Connection: "close" - -# Print detailed latency statistics. -# Type: boolean -latency: False - -# Record a timeout if a response is not received within this amount of time. -# Type: integer -timeout: 5 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 deleted file mode 100644 index d997e16ed2..0000000000 --- a/resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-8u8c50con-rps.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# 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: - - "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 -first-cpu: 1 - -# The number of cpus used for wrk. The number of cpus must be a -# multiplication of the number of urls. -# Type: integer -cpus: 8 - -# Duration of the test in seconds. -# Type: integer -duration: 30 - -# Total number of threads to use. -# Type: integer -nr-of-threads: 1 - -# Total number of HTTP connections to keep open with each thread handling -# N = connections/threads. -# Type: integer -nr-of-connections: 50 - -# Path to LuaJIT script. -# Type: string -# script: "" - -# HTTP header to add to request, e.g. "Connection: close". -# Type: string (taken as it is) or dictionary -# header: -# Connection: "close" - -# Print detailed latency statistics. -# Type: boolean -latency: False - -# Record a timeout if a response is not received within this amount of time. -# Type: integer -timeout: 5 diff --git a/resources/traffic_profiles/wrk/www/empty.html b/resources/traffic_profiles/wrk/www/empty.html deleted file mode 100644 index e69de29bb2..0000000000 -- cgit 1.2.3-korg