Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | cherry pick from "break on every deploy error" | elijah | |
2016-09-01 | fix paths for gitlab ci | elijah | |
2016-09-01 | move platform ci tests to tests/platform-ci | elijah | |
2016-09-01 | moved vagrant example provider to tests/example-provider | elijah | |
2016-09-01 | moved infrastructure tests run by `leap run` to tests/server-tests | elijah | |
2016-08-31 | mx test: skip email delivery test if clamd is not running because signature ↵ | elijah | |
files are still downloading. | |||
2016-08-31 | [CI] Test catalog with all available services | varac | |
2016-08-30 | use experimental-0.9 deb repo for ci builds | varac | |
2016-08-17 | [bug] check privileges and db access separately | Victor Shyba | |
This commit introduces a way to check if db exists and then check if it is properly set in two asserts, so we can have two distinct phrases to avoid confusion. - Resolves: #8388 | |||
2016-08-17 | [test] soledad doesnt have design docs anymore | Victor Shyba | |
This code was testing for it and should be removed. | |||
2016-07-22 | Test all services on CI | varac | |
2016-07-16 | Add catalogtest node, remove single node | varac | |
2016-07-16 | Use bin/ci-build.sh as build script | varac | |
- Use dynamic build vm names | |||
2016-07-14 | Use bundled version of leap_cli for tests | varac | |
2016-07-05 | Polish platform buils config file | varac | |
2016-07-05 | add gitlab-runners pubkey | varac | |
2016-07-05 | Update .gitlab-ci.yml and build config for local builds | varac | |
2016-07-05 | remove private stuff from test provider dir | varac | |
2016-07-05 | prevent users from configuring a node and an environment with the same name | elijah | |
2016-07-05 | use single node with vagrant | varac | |
2016-06-30 | Remove bigcouch (#8056) | Micah | |
Change-Id: I0c6e27298c63bd37de1410985d054799818c22a4 | |||
2016-06-21 | minor ruby linting | elijah | |
2016-06-17 | tests - default to admin access when testing existence of a db | elijah | |
2016-06-16 | fix tests/puppet/hiera.yaml for catalog test | varac | |
2016-06-11 | add test provider for catalog compile test | varac | |
2016-05-16 | [test] added tests that use postmap -q to verify that leap_mx is returning ↵ | elijah | |
results | |||
2016-04-25 | [tests] better error message when identity test cannot contact api. closes #8046 | elijah | |
2016-04-13 | test: ensure that checkmk always gets the same list of tests | elijah | |
2016-04-05 | testing: adds mx delivery tests | elijah | |
2016-03-18 | tests: fix mx test, ensure password is redacted. | elijah | |
2016-03-17 | mx test: query identities table for a random record. closes #6406 | elijah | |
2016-03-17 | add whitebox test for opendkim (#7649) | Micah | |
Change-Id: I8c8ec225d703e3caf6c77fc72305da847cea9560 | |||
2016-03-17 | [bug] Fix query for clamav signature files | varac | |
2016-03-17 | [bug] Clamav test depends on multiple files | varac | |
The systemd clamav service depends on these files, see the `/lib/systemd/system/clamav-daemon.service` unit file: ConditionPathExistsGlob=/var/lib/clamav/main.{c[vl]d,inc} ConditionPathExistsGlob=/var/lib/clamav/daily.{c[vl]d,inc} Also, leap test should always check for the freshclam daemon. - Resolves: #7683 | |||
2016-03-15 | tabs are evil. please don't use them. | elijah | |
2016-02-26 | skip clamd process test if clamav sig file has not yet been downloaded, ↵ | elijah | |
closes #7683 | |||
2016-02-25 | [bug] remove tempdir after soledad sync test | Kali Kaneko | |
Closes: #7921 | |||
2016-02-24 | fix time comparison bug in network test | elijah | |
2016-02-24 | check server cert expiry in tests, closes #7910 | elijah | |
2016-01-26 | [bug] add errback to log failure | Kali Kaneko | |
2015-12-07 | tac file was renamed | Christoph Kluenter | |
2015-12-03 | improve whitebox tests to match on more specific processes (#7655, #7676) | Micah | |
Change-Id: I9f267ba38130ceb308d284c926b14d2cee9f87be | |||
2015-12-02 | [bug] catch 401 return code instead of 200 for user-db-created check | Kali Kaneko | |
2015-12-01 | Merge pull request #89 from pixelated/webapp_test | varac | |
Webapp test: don't check in database if user was deleted. | |||
2015-12-01 | don't check in database if user was deleted. | Christoph Kluenter | |
we already check if the webapp returned success when it deleted the user. If the webapp had failed it would not have returned success. leap_web has tests that prove this. This fixes https://leap.se/code/issues/7625 | |||
2015-12-01 | Check for clamav processes on mx nodes (#7648) | Micah | |
Change-Id: I751985c0537d430b568a670a2f70d1906b0f0f35 | |||
2015-12-01 | Revert "Disable webapp usercreation and soledad sync test" | Christoph Kluenter | |
This reverts commit 58c4e6878561dc9772070e3ca9b666b9e1abdc7a. The test was fine. The assert_tmp_user was testing the database without using credentials. will be fixed in next commit | |||
2015-11-30 | Disable webapp usercreation and soledad sync test | varac | |
2015-11-19 | [feat] Check for postfwd procs on mx nodes | varac | |
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. |