summaryrefslogtreecommitdiffstats
path: root/plugins/t/NPTest.cache.travis
AgeCommit message (Collapse)AuthorFilesLines
2021-04-30migrate travis ci to github actionsSven Nierlein1-54/+0
2019-02-04travis-ci: Use RSA keys for SSH testsrefs/pull/1580/headJan Wagner1-1/+1
2018-12-04tests: rework test parametersrefs/pull/1565/headSven Nierlein1-28/+18
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-06test: Add proxy tests via proxyrefs/pull/1476/headMarkus Frosch1-0/+2
On Travis with a local squid
2017-03-12remove hardcoded verisign.com testsSven Nierlein1-0/+2
and make it configurable Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-12-23check_dns: Small test cleanuprefs/pull/1456/headNicolai1-1/+1
2016-12-23check_dns: Fix travis testsNicolai1-0/+2
(or try to fix it...)
2016-11-20Creating and mounting randisk to make use of check_disk testsJan Wagner1-1/+1
2016-11-07tests: enable snmp testsSven Nierlein1-2/+2
Enabled snmp tests against snmpd on localhost. It was installed already in the travis file, we just need to enable the tests by setting the parameters in the answers file. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-10-01travis: fix http test hostSven Nierlein1-1/+1
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-04-22add check_ldap testSven Nierlein1-0/+2
install openldap on travis and grep base dn from slapcat. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-07-20travis-ci: Adding ports for check_hpjdJan Wagner1-0/+2
2014-06-24tests: always build and test on travisrefs/pull/1261/headSven Nierlein1-0/+54
also make test is now working on travis-ci Signed-off-by: Sven Nierlein <sven@nierlein.de>