misc: add test framework for host stack
Type: feature Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I5a64a2c095cae3a4d5f8fdc73e624b010339ec8e
This commit is contained in:

committed by
Florin Coras

parent
6cacc94de3
commit
229f5fcf18
13
extras/hs-test/script/build.sh
Executable file
13
extras/hs-test/script/build.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source vars
|
||||
|
||||
bin=vpp-data/bin
|
||||
lib=vpp-data/lib
|
||||
|
||||
mkdir -p ${bin} ${lib} || true
|
||||
|
||||
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 .
|
Reference in New Issue
Block a user