X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fpackaging.yaml;h=ed52c008bd813a89bed953712e821062d46ac59a;hb=cb52af35b0fa1272dec4181513fd3227b4df9f4c;hp=a0b99556ea1b0e3b264b100ed208c9ce8cd5ff7d;hpb=57c350ad8d790d362941006a099da123a62a028a;p=releng%2Fbuilder.git diff --git a/jjb/packaging/packaging.yaml b/jjb/packaging/packaging.yaml index a0b99556e..ed52c008b 100644 --- a/jjb/packaging/packaging.yaml +++ b/jjb/packaging/packaging.yaml @@ -19,6 +19,7 @@ project: 'integration/packaging' stream: + - fluorine - carbon - nitrogen - oxygen @@ -386,14 +387,16 @@ build-timeout: '{build-timeout}' builders: - - shell: !include-raw-escape: install-rpm.sh - - shell: !include-raw: start-odl.sh - shell: | # Install expect to interact with Karaf shell # Install nmap to check status of ODL's SSH port sudo yum install -y expect nmap + - shell: !include-raw-escape: install-rpm.sh + - 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