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:
@@ -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
|
||||
|
Reference in New Issue
Block a user