X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Ftest-ports-nofeature.sh;h=84f4a6968d0110cbe2502b3b3b987fe00ee41868;hb=30273813ce78266be8e47eac1c9db5811c8d51a3;hp=a6cc205e184b80e8a12430d6bcf6731582b32c9e;hpb=a18648639efb03b109ce8e447feb77b8edf7a251;p=releng%2Fbuilder.git diff --git a/jjb/packaging/test-ports-nofeature.sh b/jjb/packaging/test-ports-nofeature.sh index a6cc205e1..84f4a6968 100644 --- a/jjb/packaging/test-ports-nofeature.sh +++ b/jjb/packaging/test-ports-nofeature.sh @@ -13,8 +13,7 @@ set -ex -o pipefail declare -a expected_ports=("1099" "8101" "44444") # Ports that should only be open after odl-nevirt-openstack is installed -# 8080 is Nitrogen and Carbon only, not Oxygen -declare -a unexpected_ports=("2550" "6633" "6640" "6644" "6653" "8080" "8181" "8185") +declare -a unexpected_ports=("2550" "6633" "6640" "6644" "6653" "8181" "8185") # Make sure expected ports open COUNT="0"