Switch to smoke tests from external git repo

This commit is contained in:
Mikolaj Izdebski 2024-02-13 12:54:48 +01:00
commit 4cc59de76e
2 changed files with 3 additions and 14 deletions

View file

@ -1,12 +1,6 @@
summary: Basic smoke test
summary: Basic smoke tests
discover:
how: shell
tests:
- name: /smoke/show-version
test: ant -version
- name: /smoke/show-diagnostics
test: ant -diagnostics
- name: /smoke/hello-world
test: ant -v -f plans/smoke.xml hello
how: fmf
url: https://src.fedoraproject.org/tests/ant
execute:
how: tmt

View file

@ -1,5 +0,0 @@
<project>
<target name="hello">
<echo message="Hello, world"/>
</target>
</project>