Reenables keys in e2e and removes monkeypatching

This commit is contained in:
Sergi Delgado Segura
2020-03-17 20:48:33 +01:00
parent d18944e2ba
commit a9e7eeb7f5
3 changed files with 21 additions and 41 deletions

View File

@@ -81,7 +81,8 @@ jobs:
. venv/bin/activate
cp test/teos/e2e/teos-conf.py teos/conf.py
python3 -m apps.generate_key -d ~/.teos/
python3 -m apps.generate_key -n cli -d ~/.teos/
python3 -m apps.generate_key -n cli -d ~/.teos_cli/
cp ~/.teos/teos_pk.der ~/.teos_cli/
# Run E2E tests