Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-19 | [bug] do not fail if no requests/srp dependencies present | Kali Kaneko | |
client_side_db helper has some extra functions that can be useful in the future for further tests, but right now it shouldn't depend on requests, since it already get all the relevant soledad info passed as arguments. for the same reason, it doesn't need to depend on srp, since we pass the token. | |||
2015-11-17 | [bug] [jessie] check for 1 stunnel instance only | varac | |
- Resolves: #7574 | |||
2015-11-17 | Merge pull request #86 from kalikaneko/new-soledad-test | varac | |
New soledad test | |||
2015-11-17 | [bug] [jessie] check for 1 stunnel instance only | varac | |
- Resolves: #7574 | |||
2015-11-17 | remove keymanager | Kali Kaneko | |
2015-11-17 | new soledad-sync test | Kali Kaneko | |
this new test uses leap.soledad.client to perform an actual sync against the soledad server. closes: #7523 | |||
2015-11-13 | re-enable user creation and soledad-sync test | Kali Kaneko | |
2015-10-26 | [bug] Disable user-creation and soledad test | varac | |
Until we have a proper fix for #7523, we disable this test. - Tested: [unstable.bitmask.net] - Related: #7523 | |||
2015-10-23 | Merge remote-tracking branch 'alster-hamburgers/invite_codes' into develop | varac | |
2015-10-12 | Fix soledad test when invite codes are enabled | ankonym | |
This provides an invite code when invite codes are enabled while the test runs (but it does not get deleted yet afterwards) | |||
2015-10-07 | Modify bonafide_helper to improve user creation test with invites | ankonym | |
Will now use the correct user to generate invite codes and only add invite code parameter when invite codes are enabled | |||
2015-10-07 | Change webapp tests to work with enabled invite codes | ankonym | |
This will generate an invite code so test_05_Can_create_and_authenticate_and_delete_user_via_API? will work correctly (when invite codes are required for signups). | |||
2015-10-06 | [feat] Remove tapicero from more places | varac | |
Remove from: - platform white-box tests (couchdb user ACLs, tapicero daemon test) - provider_base/ dir that handles the compilation of the hiera config file - Resolves: #7501 | |||
2015-06-30 | more verbose stunnel test errors | elijah | |
2015-05-07 | better user db test. | elijah | |
2015-04-09 | fix tests (don't dump dummy records in tmp_users) | elijah | |
2015-04-08 | move rotated db creation to site_couchdb and fix rotated db tests | elijah | |
2015-02-03 | increase the sleep time for soledad test | elijah | |
2015-01-27 | skip tests that require user registration if it is disabled | elijah | |
2014-12-17 | tests: don't run soledad test if there are no soledad nodes | elijah | |
2014-12-15 | bugfix: identities of test users must be also destroyed. closes #6550. | elijah | |
2014-12-09 | added http verb to test error messages | elijah | |
2014-12-04 | tests - better errors, ensure tmp users are deleted, remove bad 'pass()' ↵ | elijah | |
call that made tmp_user tests always succeed. | |||
2014-12-02 | add soledad sync test to `leap test`. closes #6431 | elijah | |
2014-11-30 | minor: ensure there is only one tapicero process | elijah | |
2014-11-25 | atomic tests for webapp api | elijah | |
2014-11-19 | test if soledad daemon is running | elijah | |
2014-11-10 | tests - added test that creates user, authenticates, deletes user | elijah | |
2014-09-17 | disable ACL enforcement, because it's a known issue with bigcouch | varac | |
otherwise it will only confuse the user see https://leap.se/code/issues/6030 for more details | |||
2014-09-15 | tests: make shorewall optional | Micah Anderson | |
Change-Id: I1703ff7b3dafe5d0562a7c34c1851ebfedc569a8 | |||
2014-09-15 | tests: add 'ignore' command to tests | Micah Anderson | |
Change-Id: I8ac3b6edd6a0cf7eae5486d61d1680765a8fad13 | |||
2014-09-02 | tests: make warnings not produce a non-zero exit code, add 'ignore' command ↵ | elijah | |
to tests, make shorewall optional. | |||
2014-07-15 | adopt webapp test to new hiera couch clients format | Azul | |
2014-07-14 | fix couch tests to use admin credentials | Azul | |
2014-06-25 | fix tests for new 0.6 format | elijah | |
2014-06-25 | fix couchdb tests for plain couch | elijah | |
2014-06-25 | run_tests: clean up assert_get() | elijah | |
2014-06-23 | tests: fixed problem with showing couchdb password in process table, and ↵ | elijah | |
adding warnings for when ACL is not being respected (which is currently always). closes #5445 | |||
2014-06-22 | run_tests: allow for https in assert_get() | elijah | |
2014-05-13 | added simple shorewall whitebox test (close #5649) | elijah | |
2014-04-04 | Merge branch '0.5' into develop | Micah Anderson | |
Conflicts: provider_base/services/tor.json Change-Id: I826579945a0d93c43384f0fd12c9833762b084cf | |||
2014-03-26 | minor: fix message on stunnel test. | elijah | |
2014-03-18 | clean up the names of tests | elijah | |
2014-03-08 | allow for (optional) configured node order when running tests. requires ↵ | elijah | |
latest leap_cli to work, but won't break with older leap_cli | |||
2013-12-30 | tests -- added tests to check that the right processes are running | elijah | |
2013-12-27 | added more network tests and pgrep test helper | elijah | |
2013-12-27 | more couchdb tests | elijah | |
2013-12-27 | improve couchdb test | elijah | |
2013-12-27 | improved stunnel test | elijah | |
2013-12-27 | added some network tests for stunnel | elijah | |