diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2023-06-15 10:06:57 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-06-27 15:58:47 +0000 |
commit | 31eaea9eef0594117e83733aa01f8bbda940e4da (patch) | |
tree | 40a0ff08e018c379dd92823aa60c2a64ce1b9a4a /extras/hs-test/topo-containers/single.yaml | |
parent | fe965a3a17fd543cb5a7caf37b25729c1683865b (diff) |
hs-test: add nginx+quic test
Type: test
Change-Id: I15e4f2fb84cb4f34b6fea95978db000854a63e78
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-containers/single.yaml')
-rw-r--r-- | extras/hs-test/topo-containers/single.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extras/hs-test/topo-containers/single.yaml b/extras/hs-test/topo-containers/single.yaml index 83212c88b3d..6fd4d31bed8 100644 --- a/extras/hs-test/topo-containers/single.yaml +++ b/extras/hs-test/topo-containers/single.yaml @@ -9,6 +9,7 @@ containers: - <<: *shared-vol container-dir: "/tmp/vpp" is-default-work-dir: true + - name: "nginx" volumes: - <<: *shared-vol @@ -16,11 +17,31 @@ containers: is-default-work-dir: true image: "hs-test/nginx-ldp" is-optional: true + + - name: "nginx-http3" + volumes: + - <<: *shared-vol + container-dir: "/tmp/nginx" + is-default-work-dir: true + - host-dir: $HST_DIR/resources/cert + container-dir: "/etc/nginx/ssl" + image: "hs-test/nginx-http3" + is-optional: true + - name: "ab" image: "jordi/ab" is-optional: true run-detached: false + - name: "wrk" image: "skandyla/wrk" is-optional: true + run-detached: false + + - name: "curl" + vars: + - name: LD_LIBRARY_PATH + value: "/usr/local/lib" + image: "hs-test/curl" + is-optional: true run-detached: false
\ No newline at end of file |