Commit Graph

99 Commits

Author SHA1 Message Date
Gunnar Beutner 02fc3278c8 Implement missing operators for the Value class.
Fixes #5804
2014-03-20 13:02:31 +01:00
Michael Friedrich ce737ff2f3 Change copyright header (again).
Fixes #5424
2014-03-19 11:42:47 +01:00
Johannes Meyer de79c1232d Add verbosity levels to the vm-test-runner and add more debug output 2014-02-20 11:15:21 +01:00
Johannes Meyer f867029180 Let all vm-tests output filesystem paths when they work with them 2014-02-20 11:15:21 +01:00
Johannes Meyer 7c280bcfff Fix that the vm-test-runner is not using the new result attributes 2014-02-14 17:07:40 +01:00
Johannes Meyer b39b241591 Refactor output of all vm-tests 2014-02-14 16:05:58 +01:00
Johannes Meyer 86a87b7583 Fix external command tests and make livestatus a default in the vagrant vm 2014-02-14 11:32:46 +01:00
Johannes Meyer a6a13ab86c Fix invalid testing configuration 2014-02-05 14:22:58 +01:00
Johannes Meyer 862f61d93b Fix the vm-test runner's error handling 2014-02-05 14:22:57 +01:00
Johannes Meyer a7e237640f Fix external command tests 2014-02-05 14:22:57 +01:00
Johannes Meyer 6bc1f3cf8d Fix test-vm bootstrapping 2014-02-05 14:22:57 +01:00
Johannes Meyer 876587d727 Merge branch 'feature/test-external-commands-5345' into next
resolves #5345
2014-01-20 17:21:19 +01:00
Michael Friedrich 555d72150a Update copyright header.
Fixes #5424
2014-01-09 00:32:11 +01:00
Johannes Meyer 1022adf172 Add nsca-ng test
resolves #5392
2013-12-20 15:32:45 +01:00
Johannes Meyer a4ba11bd13 Add eventhandler test
resolves #5372
2013-12-20 09:59:12 +01:00
Michael Friedrich 7fa9188df8 Add String::Contains().
Refs #5355
2013-12-17 18:34:05 +01:00
Gunnar Beutner 9bf44b9b1d Fix: Missing warn/crit/min/max values are incorrectly set to 0.
Fixes #5358
2013-12-17 14:47:19 +01:00
Johannes Meyer ba4286b549 Drop dummy test and fix livestatus utility class
refs #5223
2013-12-16 15:39:31 +01:00
Johannes Meyer 6832625bcc Add external commands test [WIP]
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer 02d24200bb Refactor IDO query code
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer d5dc65a752 Add check to the statusdata test for regular file updates
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer f8887c2f89 Update readme file
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer 6eb169b215 Fix vm bootstrapping
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer a443e4a4fc Refactor vm bootstrapping
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer 42687a3616 Add --output switch to the test runner
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 8a9c6c7342 Add checkresult tests
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 45e5d34ec4 Let the IDO tests take reschedule actions into account
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer c1d31179ef Fix command execution over SSH
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 7f64e58c32 Make setup output quiet
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 17e36fe1cc Add IDO tests
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 3b04b4dcf5 Add file existence tests
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer cd05686a70 Add state tests
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 518d0bfd10 Fix settings section in configuration file
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 9d87ce571b Add configuration aware test runner
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 9229aa4948 Merge branch 'feature/Array-insert-functionality' into next
resolves #5320
2013-12-12 13:53:27 +01:00
Gunnar Beutner aa4c2b9542 Add unit test for Stream::ReadLine.
Fixes #5077
2013-12-05 09:57:12 +01:00
Gunnar Beutner f05858d3ad Avoid unnecessary copies when iterating over dictionaries.
Refs #5246
2013-12-02 11:07:38 +01:00
Gunnar Beutner e368c43081 Remove unused file.
Refs #4635
2013-11-26 18:34:17 +01:00
Gunnar Beutner 378b0bca03 Add test script for Jenkins.
Refs #4635
2013-11-26 18:34:17 +01:00
Gunnar Beutner 0f28e55925 Implement support for non-standard "multi" performance data.
Refs #5082
2013-11-17 03:29:43 +01:00
Michael Friedrich e6128a0a96 Livestatus: Fix invalid livestatus query crashes Icinga 2.
Fixes #5076
2013-11-15 10:56:14 +01:00
Gunnar Beutner 2dacc047ec Remove quotes from perfdata keys.
Fixes #5031
2013-11-13 15:43:59 +01:00
Gunnar Beutner 6ccf4497f2 Fix unit tests on Windows.
Fixes #5068
2013-11-13 09:08:17 +01:00
Gunnar Beutner 4f1cb83f31 Fix Convert::ToString.
Fixes #5054
2013-11-11 13:04:18 +01:00
Gunnar Beutner c3fde98677 Fix compilation on openSUSE 12.3.
Fixes #5038
2013-11-09 08:26:53 +01:00
Gunnar Beutner 49435b80a3 Fix unit tests.
Refs #5036
2013-11-08 21:56:42 +01:00
Gunnar Beutner ba6f64a0ec Remove GetType().
Refs #5036
2013-11-08 21:37:21 +01:00
Gunnar Beutner a84536bea3 Implement serializer support for arbitrary classes.
Fixes #5024
2013-11-08 14:08:59 +01:00
Gunnar Beutner ceb0a54baf Implement support for performance data unit prefixes.
Fixes #5026
2013-11-08 08:39:05 +01:00
Gunnar Beutner e246170374 Fix unit test name.
Refs #2710
2013-11-07 18:21:55 +01:00