23 lines
468 B
YAML
23 lines
468 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- atomic
|
|
repositories:
|
|
- repo: "https://gitlab.cee.redhat.com/java-qa/TckScripts.git"
|
|
dest: "TckScripts"
|
|
tests:
|
|
- hello:
|
|
dir: ~
|
|
run: set -ex; useradd franta1; su franta1 -c 'echo hello';
|
|
run: set -ex; echo hello;
|
|
required_packages:
|
|
- git
|
|
- tar
|
|
- wget
|