summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/main.yaml
diff options
context:
space:
mode:
authorGuohua Ouyang <gouyang@redhat.com>2018-04-19 21:43:06 +0800
committerGuohua Ouyang <gouyang@redhat.com>2018-04-19 21:43:06 +0800
commit619163f3a6ef9c19a644bd314382b0ff6edbddbc (patch)
treeb620ef957f3ccf2de3c3e60a2165244707ccdf0f /tests/roles/cli/tasks/main.yaml
parent4770dbb8bf1af8c6a58c2cc154838bc613d939e4 (diff)
downloadbuildah-master.tar.gz
buildah-master.tar.xz
buildah-master.zip
Sync new tests from upstreamfirstHEADmaster
* the tests is quite old since it moved from upstreamfirst * lots of new cases are added, like option 'run', 'inspect' etc * save log to TEST_ARTIFACTS when the variable is set * always run tests with latest runc built from source Signed-off-by: Guohua Ouyang <gouyang@redhat.com>
Diffstat (limited to 'tests/roles/cli/tasks/main.yaml')
-rw-r--r--tests/roles/cli/tasks/main.yaml36
1 files changed, 28 insertions, 8 deletions
diff --git a/tests/roles/cli/tasks/main.yaml b/tests/roles/cli/tasks/main.yaml
index f709887..4586cd7 100644
--- a/tests/roles/cli/tasks/main.yaml
+++ b/tests/roles/cli/tasks/main.yaml
@@ -1,20 +1,20 @@
---
- block:
- - name: prepare containers nginxc
- import_tasks: prepare-containers.yaml
+ - name: buildah version
+ import_tasks: version.yaml
tags:
- - nginxc
-
- - name: buildah containers
- import_tasks: containers.yaml
- tags:
- - ctr
+ - version
- name: buildah from
import_tasks: from.yaml
tags:
- from
+ - name: buildah containers
+ import_tasks: containers.yaml
+ tags:
+ - ctr
+
- name: buildah mount
import_tasks: mount.yaml
tags:
@@ -30,6 +30,16 @@
tags:
- config
+ - name: buildah commit
+ import_tasks: commit.yaml
+ tags:
+ - commit
+
+ - name: buildah inspect
+ import_tasks: inspect.yaml
+ tags:
+ - inspect
+
- name: buildah push
import_tasks: push.yaml
tags:
@@ -40,5 +50,15 @@
tags:
- bud
+ - name: buildah images
+ import_tasks: images.yaml
+ tags:
+ - images
+
+ - name: buildah run
+ import_tasks: run.yaml
+ tags:
+ - run
+
always:
- import_tasks: cleanup.yaml