Commit Graph

439 Commits

Author SHA1 Message Date
Lauri Võsandi c60fd6ac9e tests: Add requests.get for static serving tests 2017-05-01 21:37:56 +00:00
Lauri Võsandi 227902b563 tests: More debugging info for CRL API calls 2017-05-01 21:19:28 +00:00
Lauri Võsandi be561cc52f tests: Add test for export_crl() function 2017-05-01 21:06:28 +00:00
Lauri Võsandi 128369f6f6 tests: More detailed error captures for API calls 2017-05-01 20:49:25 +00:00
Lauri Võsandi ffdcbcc41a tests: Attempt to catch CRL export errors 2017-05-01 20:40:22 +00:00
Lauri Võsandi e228963bd2 api: More detailed logging for CRL API call 2017-05-01 20:25:08 +00:00
Lauri Võsandi a754c1275d tests: More API call tests 2017-05-01 20:15:45 +00:00
Lauri Võsandi 451e2b2ad8 tests: Attempt to extract more information 2017-05-01 19:57:53 +00:00
Lauri Võsandi 9668fa549b tests: More checks for CRL validation 2017-05-01 19:18:50 +00:00
Lauri Võsandi 26876ed972 tests: Fixes 2017-05-01 18:53:28 +00:00
Lauri Võsandi 986953f10f tests: Prevent nginx setup on Travis 2017-05-01 18:45:15 +00:00
Lauri Võsandi 3b5ef8f45f tests: Dump command output on exception 2017-05-01 18:37:34 +00:00
Lauri Võsandi e9c54e1dd1 tests: Disable output capture for pytest 2017-05-01 18:16:50 +00:00
Lauri Võsandi f7a27c6044 tests: More verbose output while setting up CA 2017-05-01 18:06:47 +00:00
Lauri Võsandi e0eb3ee471 tests: Create certidude user in advance 2017-05-01 17:56:10 +00:00
Lauri Võsandi f9eaa94230 tests: Install dependencies system-wide 2017-05-01 17:23:59 +00:00
Lauri Võsandi 6a8af36c99 tests: Run tests as root 2017-05-01 17:19:49 +00:00
Lauri Võsandi 960e7be1f1 tests: Fix typo 2017-05-01 17:13:35 +00:00
Lauri Võsandi c428be48ff tests: Modifying /etc/hosts need sudo 2017-05-01 17:10:11 +00:00
Lauri Võsandi 77d7d9fbab tests: Lazier imports 2017-05-01 17:06:39 +00:00
Lauri Võsandi bba1edb070 tests: Lazier const import to prevent early FQDN lookup 2017-05-01 16:57:43 +00:00
Lauri Võsandi bebfb137d6 tests: Attempt to reset hostnames via pytest 2017-05-01 16:49:11 +00:00
Lauri Võsandi f7248cb8d8 tests: Check for existence of /etc/openvpn 2017-05-01 16:39:12 +00:00
Lauri Võsandi 2629709709 Attempt to specify ca as alias for ca.example.lan 2017-05-01 16:32:06 +00:00
Lauri Võsandi 3f286aa1f8 Click not available in Ubuntu 14.04 repos 2017-05-01 16:26:26 +00:00
Lauri Võsandi b0683b268d Attempt to run client as part of unittests 2017-05-01 16:20:50 +00:00
Lauri Võsandi cc4f13086e Improve init/openvpn handler
* Create systemd service for signaling OpenVPN client after suspend
* Use tun instead of tap
* Update DNS server/domain upon (dis)connect
* Include necessary templates
2017-04-29 22:09:31 +03:00
Lauri Võsandi e87d1c574b Mode coverage for token tests 2017-04-26 09:26:14 +03:00
Lauri Võsandi 9aab212647 Add tests for token mechanism 2017-04-26 09:13:41 +03:00
Lauri Võsandi c3477ef635 Make sure signer is spawned before testing anything 2017-04-26 00:14:02 +03:00
Lauri Võsandi 5ddbf87ed2 Add test for fetching logs 2017-04-26 00:10:12 +03:00
Lauri Võsandi 0168b03f6b Remove dependency on nonexistant package python-sqlite2 2017-04-25 23:54:08 +03:00
Lauri Võsandi d6d998a9e6 Add tests for SQLite based logging 2017-04-25 23:42:55 +03:00
Lauri Võsandi b867eee67e Add more API tests for lease, attribs etc 2017-04-25 23:32:21 +03:00
Lauri Võsandi 1517b902d6 Add tests for certificate revocation via API 2017-04-25 22:52:49 +03:00
Lauri Võsandi 316fe7aba0 Another attempt to fix PAM auth 2017-04-25 22:29:49 +03:00
Lauri Võsandi b0f5306297 Attempt to fix PAM auth in Travis 2017-04-25 22:25:36 +03:00
Lauri Võsandi cd9e896206 Require sudo for Travis 2017-04-25 22:17:19 +03:00
Lauri Võsandi a5c776621b Attempt to create test users via Travis 2017-04-25 22:01:18 +03:00
Lauri Võsandi 9ff260c2ea Add simplepam as dependency for Travis 2017-04-25 21:53:02 +03:00
Lauri Võsandi 15ae064f55 Preliminary tests for auth 2017-04-25 21:47:41 +03:00
Lauri Võsandi 3ef4d96b1c Use application/x-pem-file mimetype for user certs 2017-04-25 16:48:04 +03:00
Lauri Võsandi f9429b2e94 Add autosign handling for request submission test 2017-04-25 16:40:33 +03:00
Lauri Võsandi 4c9744308a Better branch handling for request API calls 2017-04-25 16:15:39 +03:00
Lauri Võsandi 7225726d66 Add request submission API call tests 2017-04-25 16:04:11 +03:00
Lauri Võsandi 4eb3c4146f Add tests for non-existant certificate 2017-04-25 13:58:21 +03:00
Lauri Võsandi 108b6ebfaf Use Falcon framework testing modules 2017-04-25 13:52:10 +03:00
Lauri Võsandi d54982daed Attempt to handle multithreading in tests 2017-04-25 13:25:21 +03:00
Lauri Võsandi ba9dca910f Add tests for API calls 2017-04-25 13:06:59 +03:00
Lauri Võsandi d5edbe50c5 Token mechanism fixes 2017-04-24 20:33:55 +03:00