podman/tests/test_podman_remote.yml
Ed Santiago 967f9534f2 gating tests: run podman-remote too
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>
2021-09-17 14:22:05 -06:00

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