9a1f67fbc2
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
28 lines
765 B
YAML
28 lines
765 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: 45m
|
|
environment:
|
|
QUADLET: /usr/libexec/podman/quadlet
|
|
- 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: 45m
|
|
environment:
|
|
QUADLET: /usr/libexec/podman/quadlet
|