zuul-registry/playbooks/functional-test/localtest.yaml
James E. Blair f99d2ffad3 Add podman buildset test
This tests the registry in a namespaced buildset configuration with
podman.

Change-Id: I17c2ac3ba3c733ace05ce0103dc6cf431fbf197e
2019-10-10 16:49:37 -07:00

18 lines
514 B
YAML

- hosts: localhost
vars:
workspace: /tmp/registry-test
local: true
tasks:
- name: Run setup tasks
include_tasks: setup.yaml
- name: Run docker test tasks
include_tasks: docker.yaml
- name: Run docker buildset test tasks
include_tasks: docker-buildset.yaml
- name: Run docker buildset test tasks
include_tasks: podman-buildset.yaml
- name: Run podman test tasks
include_tasks: podman.yaml
- name: Run cleanup tasks
include_tasks: cleanup.yaml