06c284b9ce
The test suite should use the latest build of the image for any given RHEL minor release. Otherwise, it won't detect any breakage caused by changes to the image. Resolves: #2000807
18 lines
372 B
YAML
18 lines
372 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
vars:
|
|
- artifacts: ./artifacts
|
|
roles:
|
|
- role: bats_installed
|
|
- role: set_image
|
|
- role: nonroot_user
|
|
- role: run_bats_tests
|
|
tests:
|
|
- name: toolbox
|
|
package: toolbox
|
|
environment:
|
|
PODMAN: /usr/bin/podman
|
|
TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5
|
|
become: true
|