X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Ftest-ports-nofeature.sh;h=84f4a6968d0110cbe2502b3b3b987fe00ee41868;hb=c4a91d06d9f33063ecbfda7b368d15382d208931;hp=a6cc205e184b80e8a12430d6bcf6731582b32c9e;hpb=7fb6a1f7d1a58393de3354881e7e2fec6a9c5620;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"