diff options
| author | Yevhenii Shapovalov <yshapova@redhat.com> | 2017-12-12 13:28:04 +0200 |
|---|---|---|
| committer | Yevhenii Shapovalov <yshapova@redhat.com> | 2017-12-20 18:07:07 +0200 |
| commit | 1963bfea4d0791fe084c866ccaa7d79cb5fa2cf7 (patch) | |
| tree | a2fb57055b78416e767af184e79167071524eefb /tests/tests.yml | |
| parent | 180200710c86049c6c6a4f5410a9fb39cfb6bf57 (diff) | |
| download | buildah-add_tests_f27.tar.gz buildah-add_tests_f27.tar.xz buildah-add_tests_f27.zip | |
add testsadd_tests_f27
Diffstat (limited to 'tests/tests.yml')
| -rw-r--r-- | tests/tests.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..74f63e8 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,12 @@ +--- +# test buildah +- hosts: localhost + become: true + tags: + - classic + roles: + - prepare-env + - role: cli + tags: + - cli + - tear-down |
