From 8be4a57cdb3851f127f1d91c56921d7ad58f36d6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 10 Oct 2020 10:12:44 +0300 Subject: test: make test configurable Create test.cfg in the source tree for this. Currently, ./check does that with hardcoded values. I may change that later if need be, but this is simple for now. --- check | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'check') 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 <