Add tests

This commit is contained in:
Gregory Hellings 2019-08-27 22:15:36 -05:00
parent fddb031c12
commit 6ad2f353df
2 changed files with 17 additions and 0 deletions

7
tests/installmgr.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -ex
OPTS="--allow-internet-access-and-risk-tracing-and-jail-or-martyrdom"
installmgr $OPTS -init
installmgr $OPTS -sc
installmgr $OPTS -r CrossWire

10
tests/tests.yml Normal file
View File

@ -0,0 +1,10 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
- container
tests:
- installmgr:
dir: .
run: installmgr.sh