Backport tests from Fedora

This commit is contained in:
Mikolaj Izdebski 2024-07-02 11:36:41 +02:00
parent aac5d0a589
commit 0da3b37139
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>