diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..2771533 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + annocheck: off diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..d21d167 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- 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