diff options
| author | Yevhenii Shapovalov <yshapova@redhat.com> | 2017-12-12 13:28:04 +0200 |
|---|---|---|
| committer | Yevhenii Shapovalov <yshapova@redhat.com> | 2017-12-12 13:28:04 +0200 |
| commit | e671b026e23409916843dcdaa52c4a0093954266 (patch) | |
| tree | a2fb57055b78416e767af184e79167071524eefb /tests/binary.yml | |
| parent | c55445e494a75fedd4b351d71c6d9e0a0fcae85e (diff) | |
| download | buildah-add_tests.tar.gz buildah-add_tests.tar.xz buildah-add_tests.zip | |
add testsadd_tests
Diffstat (limited to 'tests/binary.yml')
| -rw-r--r-- | tests/binary.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/binary.yml b/tests/binary.yml new file mode 100644 index 0000000..1c7803d --- /dev/null +++ b/tests/binary.yml @@ -0,0 +1,10 @@ +--- +# test buildah +- hosts: all + become: true + tags: + - classic + roles: + - binary + - prepare-env + - cli |
