summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/containers.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roles/cli/tasks/containers.yaml')
-rw-r--r--tests/roles/cli/tasks/containers.yaml18
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