From d94247cb9f7746f75b176cbed0a32e9e902e7e7d Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Fri, 20 Jan 2017 00:32:45 +0100 Subject: API keys are now provided in the config file. Also added CA cert verification for internal TLS connections. --- test/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index c92c30d..f311208 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,6 +11,7 @@ tests-wait: sleep 5 tests-makemk: + cat $(PREFIX)/test/catlfish-test.cfg.in | sed 's/@[A-Z0-9-]*@//' > $(PREFIX)/test/catlfish-test.cfg $(PREFIX)/tools/compileconfig.py --config=$(PREFIX)/test/catlfish-test.cfg --testshellvars=$(PREFIX)/test/test.shvars --machines 1 tests: -- cgit v1.1 From a490e6616882ea698a23f1f780ff442479dda0ba Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Mon, 23 Jan 2017 15:40:42 +0100 Subject: Remove old @-style preprocessing code. --- test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index f311208..a033de6 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,8 +11,7 @@ tests-wait: sleep 5 tests-makemk: - cat $(PREFIX)/test/catlfish-test.cfg.in | sed 's/@[A-Z0-9-]*@//' > $(PREFIX)/test/catlfish-test.cfg - $(PREFIX)/tools/compileconfig.py --config=$(PREFIX)/test/catlfish-test.cfg --testshellvars=$(PREFIX)/test/test.shvars --machines 1 + $(PREFIX)/tools/compileconfig.py --config=$(PREFIX)/test/catlfish-test.cfg.in --testshellvars=$(PREFIX)/test/test.shvars --machines 1 tests: @make tests-makemk -- cgit v1.1