summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck9
1 files changed, 9 insertions, 0 deletions
diff --git a/check b/check
index 72acaa7..0fdede0 100755
--- a/check
+++ b/check
@@ -38,6 +38,15 @@ cat subplot/*.yaml roles/*/subplot.yaml > "$dir/subplot.yaml"
# Fix private key permissions. git doesn't preserve them.
chmod 0600 ssh/id
+# Create configuration for the test VMs used by the test suite.
+cat > test.cfg <<EOF
+name: debian-ansible-test
+base_image: "$HOME/tmp/debian-10-openstack-amd64.qcow2"
+username: debian
+cpus: 2
+memory: 1024
+EOF
+
$hideok python3 test.py --log test.log "$@"
echo "Everything seems to be in order."