b59412c3f2
rust-ssh-key-dir is tested upstream and downstream thus add an initial basic functionnal test. Resolves: rhbz#2038292
10 lines
169 B
YAML
10 lines
169 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: "/usr/libexec/ssh-key-dir --help"
|