aqute-bnd/plans/smoke.fmf

17 lines
413 B
Plaintext
Raw Normal View History

2022-05-10 17:06:58 +00:00
summary: Basic smoke test
2022-08-25 07:38:51 +00:00
discover:
how: shell
tests:
- name: /smoke/wrap
test: |
set -x
bnd wrap -b foo -v 1.2.3 /usr/share/java/ant/ant-bootstrap.jar
unzip ant-bootstrap.jar META-INF/MANIFEST.MF
grep ^Bundle-SymbolicName:.foo META-INF/MANIFEST.MF
grep ^Bundle-Version:.1.2.3 META-INF/MANIFEST.MF
2022-05-10 17:06:58 +00:00
prepare:
how: install
package: unzip
execute:
2022-08-25 07:38:51 +00:00
how: tmt