diff options
author | Magnus Ahltorp <map@kth.se> | 2017-01-20 00:32:45 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-01-20 00:32:45 +0100 |
commit | d94247cb9f7746f75b176cbed0a32e9e902e7e7d (patch) | |
tree | 2aefb213f8c66c4bf464f58c62b81994f751dcab /test/Makefile | |
parent | 1fecbcbcc5b7ae8453e68f3df6f25a140aa6df72 (diff) |
API keys are now provided in the config file.
Also added CA cert verification for internal TLS connections.
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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: |