Blob Blame History Raw
summary: Basic smoke test
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
prepare:
  how: install
  package: unzip
execute:
  how: tmt