conmon/tests/test_podman.yml
Ed Santiago ee8d49cc5e Gating tests: many fixes
1) Ugh. Update the podman test scaffolding so it invokes
    the magic 'loginctl enable-linger' command necessary
    for rootless podman to work.

    1a) [minor] update the rpm-versions and environment dump

 2) Bring gating.yaml up-to-date, including (ugh) duplication
    that will help us avoid maintenance burden when we fork f33

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-05-21 10:14:15 -06:00

24 lines
613 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
- container
required_packages:
- bats
- conmon
- podman
- podman-tests
tests:
- root-test:
dir: ./
run: ./test_podman.sh
timeout: 15m
- rootless-test:
# running the test with su doesn't create the directory for fedora user on /run/user/
# so create it manually
dir: ./
run: loginctl enable-linger fedora; su -c ${PWD}/test_podman.sh - fedora
timeout: 15m