From: Daniel Farrell Date: Tue, 27 Feb 2018 12:39:27 +0000 (-0500) Subject: Disable REST test until ODLPARENT-139 is fixed X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F68816%2F1;p=releng%2Fbuilder.git Disable REST test until ODLPARENT-139 is fixed As the Karaf expect script can't install odl-netvirt-openstack until ODLPARENT-139 is fixed, the REST script should't try to connect to the REST API since the expected port will not be open. Change-Id: I7083518a6455e52f1a080da21102f8a86ca47eb0 Signed-off-by: Daniel Farrell --- diff --git a/jjb/packaging/packaging.yaml b/jjb/packaging/packaging.yaml index afe5d1524..ed52c008b 100644 --- a/jjb/packaging/packaging.yaml +++ b/jjb/packaging/packaging.yaml @@ -395,7 +395,8 @@ - shell: !include-raw: start-odl.sh - shell: !include-raw-escape: test-ports-nofeature.sh - shell: !include-raw: test-karaf.expect - - shell: !include-raw-escape: test-rest-ok.sh + # Disable this test until ODLPARENT-139 is fixed + # - shell: !include-raw-escape: test-rest-ok.sh - shell: !include-raw: stop-odl.sh - shell: !include-raw: uninstall-rpm.sh