Changes e2e teos config file format and updates circleci conf

This commit is contained in:
Sergi Delgado Segura
2020-03-23 11:17:02 +01:00
parent 09f32b09aa
commit d622827de8
3 changed files with 21 additions and 27 deletions

View File

@@ -73,10 +73,10 @@ jobs:
name: Setup teos
command: |
. venv/bin/activate
cp test/teos/e2e/teos-conf.py teos/conf.py
python3 -m generate_keys -d ~/.teos/
python3 -m generate_keys -n cli -d ~/.teos_cli/
cp ~/.teos/teos_pk.der ~/.teos_cli/
cp test/teos/e2e/teos.conf ~/.teos/
# Run E2E tests