From: Dave Wallace Date: Tue, 24 Oct 2017 19:39:44 +0000 (-0400) Subject: VCL: Fix vcl test scripts to check vcl.am instead of uri.am X-Git-Tag: v18.04-rc0~405 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=4f6c3a9a13d92e507823c24580dd0715bcfea4ce;hp=149ba779cff4ffc48d87ca67a2a8d4afd49b05f5;p=vpp.git VCL: Fix vcl test scripts to check vcl.am instead of uri.am Change-Id: I34ab79ddf0a612be1f2a4223e46811516e5b317e Signed-off-by: Dave Wallace --- diff --git a/extras/vagrant/vcl_test.sh b/extras/vagrant/vcl_test.sh index 3be185170d9..2203db66d8f 100755 --- a/extras/vagrant/vcl_test.sh +++ b/extras/vagrant/vcl_test.sh @@ -12,7 +12,7 @@ fi echo 'Building VCL test apps' cd $VPP_DIR -$SUDOCMD perl -pi -e 's/noinst_PROGRAMS/bin_PROGRAMS/g' $VPP_DIR/src/uri.am +$SUDOCMD perl -pi -e 's/noinst_PROGRAMS/bin_PROGRAMS/g' $VPP_DIR/src/vcl.am $SUDOCMD make dpdk-install-dev build-release sudo sysctl -p$VPP_DIR/src/vpp/conf/80-vpp.conf sudo modprobe uio_pci_generic diff --git a/test/scripts/socket_test.sh b/test/scripts/socket_test.sh index 35e9c0be67c..1ff9af78bdc 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -254,7 +254,7 @@ if [ -z "$WS_ROOT" ] ; then exit 1 fi -if [[ "$(grep bin_PROGRAMS $WS_ROOT/src/uri.am)" = "" ]] ; then +if [[ "$(grep bin_PROGRAMS $WS_ROOT/src/vcl.am)" = "" ]] ; then $WS_ROOT/extras/vagrant/vcl_test.sh $WS_ROOT $USER (cd $WS_ROOT; make build) fi