diff options
Diffstat (limited to 'build/BuildAndTestOVS.sh')
-rwxr-xr-x | build/BuildAndTestOVS.sh | 18 |
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 |