Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-04 | Merge branch 'master' into feature_check_curl | Andreas Baumann | 1 | -9/+9 | |
2019-02-04 | travis-ci: Use RSA keys for SSH testsrefs/pull/1580/head | Jan Wagner | 1 | -2/+2 | |
2019-02-02 | travis-ci: Restart mysql | Jan Wagner | 1 | -0/+1 | |
2019-02-02 | travis-ci: The package name is now 'squid' | Jan Wagner | 1 | -3/+3 | |
2019-02-02 | travis-ci: Remove backports ppa | Jan Wagner | 1 | -1/+0 | |
2019-02-02 | travis-ci: Switch over to xenial | Jan Wagner | 1 | -1/+1 | |
2018-12-04 | tests: rework test parametersrefs/pull/1565/head | Sven Nierlein | 1 | -4/+2 | |
there were 2 variants of calling getTestParameter: - parameter, description, default value - parameter, env value, default value, description, scope While scope was never actually used and having 2 names for the same value led to having 2 different entries in the cache file for the same configuration. This commit removes the variants and simplifies tests parameters by only using the first 3 parameter variant. | |||||
2018-11-06 | test: Add proxy tests via proxyrefs/pull/1476/head | Markus Frosch | 1 | -1/+3 | |
On Travis with a local squid | |||||
2018-10-24 | check_curl: fix builds if curl is not enabled | Sven Nierlein | 1 | -0/+1 | |
2018-10-24 | travis: --enable-check-curl is no longer required | Sven Nierlein | 1 | -1/+1 | |
2018-10-22 | fixed some printf bugs and switched to libcurl4-openssl for Travis tests | Andreas Baumann | 1 | -1/+1 | |
2018-10-22 | added check|_curl enabler in right position in configure in Travis script | Andreas Baumann | 1 | -2/+2 | |
2018-10-22 | fixed redirect sticky port handling in redir | Andreas Baumann | 1 | -1/+2 | |
2017-04-20 | Merge pull request #1461 from philipowen/file-size-lessthan | Sven Nierlein | 1 | -0/+1 | |
Enable check_file_age to test for maximum file size | |||||
2017-04-05 | resolve issues from code reviewrefs/pull/1461/head | phowen | 1 | -0/+1 | |
2017-03-12 | remove hardcoded verisign.com tests | Sven Nierlein | 1 | -1/+7 | |
and make it configurable Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2017-03-12 | make travis tests more reliable | Sven Nierlein | 1 | -2/+3 | |
- add-apt-repository might be missing, so install it to be sure - killing ntp might fail if there is none - removing ipv6 from etc/hosts should not fail Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-12-08 | travis-ci: Install mariadb only if no MySQL is present | Jan Wagner | 1 | -1/+1 | |
2016-11-29 | Revert "travis-ci: Workaround travis-ci/travis-ci#329" | Jan Wagner | 1 | -5/+1 | |
Encrypted env variables are not available for PRs This reverts commit fe69d3680a1104adcc35d3722f38ac05a976e21f. | |||||
2016-11-29 | travis-ci: Drop clang++, which makes no sense here | Jan Wagner | 1 | -1/+0 | |
2016-11-29 | travis-ci: Disable notification via mail | Jan Wagner | 1 | -1/+1 | |
2016-11-29 | travis-ci: Workaround travis-ci/travis-ci#329 | Jan Wagner | 1 | -2/+6 | |
By encrypting the notification settings. This still fail for ppl with push access to the origin repro while pushing to their own clone. | |||||
2016-11-21 | travis-ci: Adding clang to the matrix | Jan Wagner | 1 | -0/+5 | |
See https://docs.travis-ci.com/user/multi-os/#Example-Multi-OS-Build-Matrix for Multi OS matrix | |||||
2016-11-21 | travis-ci: Implement a matrix | Jan Wagner | 1 | -15/+22 | |
See https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix | |||||
2016-11-20 | Creating and mounting randisk to make use of check_disk tests | Jan Wagner | 1 | -0/+1 | |
2016-11-15 | This patch adds support for using the readcli lib. | Jan Wagner | 1 | -1/+1 | |
http://radcli.github.io/radcli/ (Closes #1437) | |||||
2016-11-11 | clean cpan installation | Sven Nierlein | 1 | -3/+0 | |
HTTP::Daemon::SSL gets installed as pkg already. | |||||
2016-11-11 | travis: install HTTP::Daemon::SSL perl module | Sven Nierlein | 1 | -0/+3 | |
which is required for plugins/tests/check_http.t Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-10-21 | travis-ci: Adding spwaspace to trusty env | Jan Wagner | 1 | -0/+2 | |
2015-10-21 | travis-ci: Stop local running ntpd | Jan Wagner | 1 | -0/+2 | |
2015-10-21 | travis-ci: Detect LDAP config | Jan Wagner | 1 | -0/+2 | |
2015-10-21 | travis-ci: Add ppa:waja/precise-backports for fixed faketime | Jan Wagner | 1 | -0/+1 | |
2015-10-20 | travis-ci: Clearly documentx why we need install mariadb | Jan Wagner | 1 | -0/+1 | |
2015-10-20 | travis-ci: Work around broken /etc/hosts on trusty env | Jan Wagner | 1 | -0/+4 | |
2015-10-19 | travis-ci: Adding multiverse repository as long it's not default. ↵ | Jan Wagner | 1 | -0/+1 | |
snmp-mibs-downloader is located there | |||||
2015-10-19 | travis-ci: Install mariadb-client and mariadb-server | Jan Wagner | 1 | -2/+6 | |
2015-10-19 | travis-ci: Migrating to Trusty CI env | Jan Wagner | 1 | -1/+2 | |
2015-10-04 | travis-ci: Add dependencies to run 'perl -wc' | Jan Wagner | 1 | -0/+1 | |
2015-10-02 | add faketime based tests for check_http | Sven Nierlein | 1 | -0/+1 | |
2015-04-22 | add check_ldap test | Sven Nierlein | 1 | -0/+1 | |
install openldap on travis and grep base dn from slapcat. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-04-12 | install snmpd on travis tests | Sven Nierlein | 1 | -1/+1 | |
because its required for ./plugins/tests/check_snmp.t Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-04-12 | enable libtab on travis builds | Sven Nierlein | 1 | -1/+1 | |
to enable some more tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-04-12 | add perl snmp to travis dependencies | Sven Nierlein | 1 | -1/+1 | |
it is required for the check_snmp tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2014-07-30 | travis-ci: create MySQL database 'test' | Jan Wagner | 1 | -0/+2 | |
2014-07-21 | travis-ci: Installing libhttp-daemon-ssl-perl to make ↵ | Jan Wagner | 1 | -1/+1 | |
plugins/tests/check_http.t possible to run | |||||
2014-07-21 | travis-ci: Using libfreeradius-client-dev as build-dep | Jan Wagner | 1 | -1/+2 | |
2014-06-24 | tests: always build and test on travisrefs/pull/1261/head | Sven Nierlein | 1 | -1/+11 | |
also make test is now working on travis-ci Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2014-02-28 | travis-ci: remove mawk build-deps | Jan Wagner | 1 | -1/+1 | |
2014-02-27 | travis-ci: Remove gawk to build against mawk | Jan Wagner | 1 | -0/+1 | |
2014-02-20 | travis-ci: Don't use Clang | Holger Weiss | 1 | -10/+0 | |
Currently, there doesn't seem to be a way to configure Travis CI to omit the Clang build on the coverity/* branches. See: https://github.com/travis-ci/travis-ci/issues/1975 |