12 lines
242 B
YAML
12 lines
242 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
environment:
|
|
PATH: ".:{{ ansible_env.PATH }}"
|
|
tests:
|
|
- upstream_test_suite:
|
|
dir: .
|
|
run: ./testsuite
|