Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-21 | skip soledad db test for now (closes #8899) | elijah | |
2017-11-27 | fix tests - webapp test should only depend on soledad if soledad service is ↵ | elijah | |
present | |||
2017-11-16 | CI: Change the soledad test to run before webapp | Micah Anderson | |
It is more useful to check to see if Soledad is running before running the webapp tests that require soledad to be running. | |||
2017-09-05 | Bug: fix vpn network problem caused by vagrant fact | elijah | |
Boolean facts must be escaped with str2bool. This commit includes new tests to catch VPN problems like this in the future. | |||
2017-03-15 | [8144] Remove Haproxy tests | varac | |
2017-02-09 | tests: check process by either process scan or service name. closes #8753 | elijah | |
2017-01-10 | New unbound runs with debug flag by default | varac | |
2016-12-23 | Change regex for soledad process check | varac | |
2016-11-09 | Don't do strict checking for nickserver | varac | |
Sometimes nickserver is listed with `ruby /usr/bin/nickserver start` in the process table, sometimes with `/usr/bin/ruby /usr/bin/nickserver start`. We should do proper checking with `systemctl status nickserver` to make sure the service is up though (https://leap.se/code/issues/8579). Meanwhile it's ok to not do strict checking. | |||
2016-11-08 | New nickserver is using fully qualified ruby path now | varac | |
2016-10-18 | Fix Are_daemons_running test for nickserver | varac | |
2016-09-01 | moved infrastructure tests run by `leap run` to tests/server-tests | elijah | |