hs-test: add nginx test

Type: test

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Idd5352f254df0d1f36c1270e73440c9287247b81
This commit is contained in:
Filip Tehlar
2022-12-21 08:59:16 +01:00
parent 227660b996
commit c204c87c18
11 changed files with 170 additions and 5 deletions

View File

@@ -11,3 +11,4 @@ cp ${VPP_WS}/build-root/build-vpp_debug-native/vpp/bin/* ${bin}
cp -r ${VPP_WS}/build-root/build-vpp_debug-native/vpp/lib/x86_64-linux-gnu/* ${lib}
docker build -t hs-test/vpp -f Dockerfile.vpp .
docker build -t hs-test/nginx-ldp -f Dockerfile.nginx .