summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-10-18Use leap vm for ci buildsvarac
2016-10-18Dont track facts.json and users/gitlab-runnervarac
2016-10-18Dont track provider/files/ssh/known_hostsvarac
2016-10-18Lint ci-build.shvarac
2016-10-11Use puppet-catalog-test from git to circumvent deprecation warnvarac
2016-09-01cherry pick from "break on every deploy error"elijah
2016-09-01fix paths for gitlab cielijah
2016-09-01move platform ci tests to tests/platform-cielijah
2016-09-01moved vagrant example provider to tests/example-providerelijah
2016-09-01moved infrastructure tests run by `leap run` to tests/server-testselijah
2016-08-31mx 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 servicesvarac
2016-08-30use experimental-0.9 deb repo for ci buildsvarac
2016-08-17[bug] check privileges and db access separatelyVictor 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 anymoreVictor Shyba
This code was testing for it and should be removed.
2016-07-22Test all services on CIvarac
2016-07-16Add catalogtest node, remove single nodevarac
2016-07-16Use bin/ci-build.sh as build scriptvarac
- Use dynamic build vm names
2016-07-14Use bundled version of leap_cli for testsvarac
2016-07-05Polish platform buils config filevarac
2016-07-05add gitlab-runners pubkeyvarac
2016-07-05Update .gitlab-ci.yml and build config for local buildsvarac
2016-07-05remove private stuff from test provider dirvarac
2016-07-05prevent users from configuring a node and an environment with the same nameelijah
2016-07-05use single node with vagrantvarac
2016-06-30Remove bigcouch (#8056)Micah
Change-Id: I0c6e27298c63bd37de1410985d054799818c22a4
2016-06-21minor ruby lintingelijah
2016-06-17tests - default to admin access when testing existence of a dbelijah
2016-06-16fix tests/puppet/hiera.yaml for catalog testvarac
2016-06-11add test provider for catalog compile testvarac
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 #8046elijah
2016-04-13test: ensure that checkmk always gets the same list of testselijah
2016-04-05testing: adds mx delivery testselijah
2016-03-18tests: fix mx test, ensure password is redacted.elijah
2016-03-17mx test: query identities table for a random record. closes #6406elijah
2016-03-17add whitebox test for opendkim (#7649)Micah
Change-Id: I8c8ec225d703e3caf6c77fc72305da847cea9560
2016-03-17[bug] Fix query for clamav signature filesvarac
2016-03-17[bug] Clamav test depends on multiple filesvarac
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-15tabs are evil. please don't use them.elijah
2016-02-26skip clamd process test if clamav sig file has not yet been downloaded, ↵elijah
closes #7683
2016-02-25[bug] remove tempdir after soledad sync testKali Kaneko
Closes: #7921
2016-02-24fix time comparison bug in network testelijah
2016-02-24check server cert expiry in tests, closes #7910elijah
2016-01-26[bug] add errback to log failureKali Kaneko
2015-12-07tac file was renamedChristoph Kluenter
2015-12-03improve 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 checkKali Kaneko
2015-12-01Merge pull request #89 from pixelated/webapp_testvarac
Webapp test: don't check in database if user was deleted.
2015-12-01don'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