diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/smoke.fmf b/plans/smoke.fmf new file mode 100644 index 0000000..93eeceb --- /dev/null +++ b/plans/smoke.fmf @@ -0,0 +1,2 @@ +execute: + script: /usr/libexec/greenboot/greenboot check diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index d21d167..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,9 +0,0 @@ -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - tests: - - simple: - dir: . # switch to subfolder. This parameter is REQUIRED, use `dir: .` for current folder - run: /usr/libexec/greenboot/greenboot check # this is your test command, its exit code is the outcome of the test