Add basic REST API check to RPM tests
[releng/builder.git] / jjb / packaging / packaging-macros.yaml
1 # Integration/Packaging macros
2 ---
3 - builder:
4     name: install-test-uninstall-rpm
5     builders:
6       - inject:
7           properties-content: 'URL=/home/$USER/rpmbuild/RPMS/noarch/*.rpm'
8       - shell: !include-raw: test-rpm-deps.sh
9       - shell: !include-raw-escape: install-rpm.sh
10       - shell: !include-raw: start-odl.sh
11       # Install deps needed interactive Karaf shell tests
12       - shell: |
13           # Install expect to interact with Karaf shell
14           # Install nmap to check status of ODL's SSH port
15           sudo yum install -y expect nmap
16       - shell: !include-raw: test-karaf.expect
17       - shell: !include-raw: test-rest-ok.sh
18       - shell: !include-raw: stop-odl.sh
19       - shell: !include-raw: uninstall-rpm.sh
20       - shell: |
21           # Remove old host key so future installs don't fail to SSH
22           rm /home/jenkins/.ssh/known_hosts