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/roles/cli/tasks/containers.yaml | |
| 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/roles/cli/tasks/containers.yaml')
| -rw-r--r-- | tests/roles/cli/tasks/containers.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/roles/cli/tasks/containers.yaml b/tests/roles/cli/tasks/containers.yaml new file mode 100644 index 0000000..fa9add6 --- /dev/null +++ b/tests/roles/cli/tasks/containers.yaml @@ -0,0 +1,18 @@ +--- +- name: buildah containers + shell: buildah containers | grep nginxc + +- name: buildah containers -q + shell: buildah containers -q | grep -v nginxc + +- name: buildah containers -n + shell: buildah containers -n | grep -v NAME + +- name: buildah containers --notruncate + command: buildah containers -- notruncate + +- name: buildah containers --all + command: buildah containers --all + +- name: buildah containers --json + command: buildah containers --json |
