summaryrefslogtreecommitdiffstats
path: root/build/BuildAndTestOVS.sh
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2017-01-26 12:31:26 -0500
committerThomas F Herbert <therbert@redhat.com>2017-01-26 12:37:58 -0500
commit4bf728e6fcf73602c05eb7af5392b0ad18602183 (patch)
tree26f23c89edc67b3bed634f1f1805f3ee82e1b729 /build/BuildAndTestOVS.sh
parent5be83facc4d003b1d34afbd887865317cfdfd5ef (diff)
Fix build errors.
Change-Id: I06f30ff4dcbbea3464f02e61ce63c56af0f807c6 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'build/BuildAndTestOVS.sh')
-rwxr-xr-xbuild/BuildAndTestOVS.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/build/BuildAndTestOVS.sh b/build/BuildAndTestOVS.sh
index 0a5f357..57d2d2d 100755
--- a/build/BuildAndTestOVS.sh
+++ b/build/BuildAndTestOVS.sh
@@ -157,16 +157,7 @@ echo "==============================="
echo build OVS rpm locally
echo
./build_ovs_rpm.sh $setnocheck -g $TAG $setdpdk $setkmod -p $OVS_PATCH -u $OVS_REPO_URL
-#
-# Test rpm
-#
-if [ ! -z $TESTRPM ]; then
- ./test_ovs_rpm.sh $setdpdk $setkmod
-fi
-#
-# If tests pass, copy rpms to release dir
-#
echo "==============================="
echo copy rpms to release dir
echo
@@ -184,16 +175,7 @@ echo "==================================================="
echo build OVS without DPDK, apply patches and build kmod.
echo
./build_ovs_rpm.sh $setnocheck -g $TAG $setdpdk $setkmod -p $OVS_PATCH -u $OVS_REPO_URL
-#
-# Test rpm
-#
-if [ ! -z $TESTRPM ]; then
- ./test_ovs_rpm.sh $setdpdk $setkmod
-fi
-#
-# If tests pass, copy rpms to release dir
-#
echo "==============================="
echo copy rpms to release dir and add experimental tag
echo