VCL: Fix vcl test scripts to check vcl.am instead of uri.am 02/9002/2
authorDave Wallace <dwallacelf@gmail.com>
Tue, 24 Oct 2017 19:39:44 +0000 (15:39 -0400)
committerKeith Burns <alagalah@gmail.com>
Wed, 25 Oct 2017 19:12:57 +0000 (19:12 +0000)
Change-Id: I34ab79ddf0a612be1f2a4223e46811516e5b317e
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
extras/vagrant/vcl_test.sh
test/scripts/socket_test.sh

index 3be1851..2203db6 100755 (executable)
@@ -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
index 35e9c0b..1ff9af7 100755 (executable)
@@ -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