1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-07 14:11:05 +00:00

tests: Test CRL checks on client side

This commit is contained in:
2017-05-04 07:38:49 +00:00
parent 68f6b9f6f6
commit 2ffcc64d86
3 changed files with 42 additions and 28 deletions

View File

@@ -19,9 +19,8 @@ install:
script:
- sudo find /home/ -type d -exec chmod 755 {} \; # Allow certidude serve to read templates
- sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
- sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
- sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' -c "User Bot,,,"
- sudo chmod 777 . # Allow forked processes to write .coverage files
- sudo mkdir -p /etc/NetworkManager/system-connections/ # Allow config file creation without having NM installed
- sudo coverage run --parallel-mode --source certidude -m py.test tests
- sudo coverage combine
- sudo coverage report