gnome-calculator/tests/provision.fmf
Petr Schindler efa91a0598 Add CI tests using standard test interface
Adding tests according to the CI wiki [0] and standard test interface [1]

Dogtail tests for gnome-calculator can be found in pagure [2]

[0] https://fedoraproject.org/wiki/CI
[1] https://fedoraproject.org/wiki/Changes/InvokingTests
[2] https://pagure.io/desktop-qa/gnome-calculator
2018-08-20 15:12:43 +02:00

12 lines
225 B
YAML

---
# qemu options: https://qemu.weilnetz.de/doc/qemu-doc.html
standard-inventory-qcow2:
qemu:
# RAM size in megabytes. Optionally, a suffix of “M” or “G”.
m: 3G
# vim:ft=yaml: ts=2 sts=2 sw=2 expandtab