c228f09cb9
- Move from the deprecated standard-test-scripts to the better supported standard-test-basic. This can install test dependencies. - Drop the obsolete standard-test-overlay, it does not even exist any more. - Drop test-canary. This was being used to test the CI gating, but this has been done now.
18 lines
278 B
YAML
18 lines
278 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- cockpit
|
|
tests:
|
|
- smoke:
|
|
dir: ./source/tools/debian/tests/
|
|
run: ./smoke
|