967f9534f2
A small handful of bugs have blocked us from running podman-remote in gating tests. Those are all fixed; it's time to enable testing. Signed-off-by: Ed Santiago <santiago@redhat.com>
18 lines
406 B
YAML
18 lines
406 B
YAML
---
|
|
- name: "podman-remote | install"
|
|
dnf: name="podman-remote" state=installed
|
|
|
|
- include_role:
|
|
name: run_bats_tests
|
|
vars:
|
|
tests:
|
|
- name: podman-remote root
|
|
package: podman
|
|
environment:
|
|
PODMAN: /usr/bin/podman-remote
|
|
- name: podman-remote rootless
|
|
package: podman
|
|
environment:
|
|
PODMAN: /usr/bin/podman-remote
|
|
become: true
|