Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: d351ef2402ca57e499128565c66eab2b09a86a10
https://github.com/tribe29/checkmk/commit/d351ef2402ca57e499128565c66eab2b0…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
A tests-py3/unit/cmk/base/data_sources/test_host_sections.py
R tests-py3/unit/cmk/base/test_host_sections.py
Log Message:
-----------
move test_host_sections.py
Change-Id: I3640bd199772b61b0517e827f79abd8bbc4fe662
Commit: dbb23899c2daafdfb6b394dfd031026400864bbd
https://github.com/tribe29/checkmk/commit/dbb23899c2daafdfb6b394dfd03102640…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M tests-py3/unit/cmk/base/data_sources/test_host_sections.py
Log Message:
-----------
host section tests: factor out set up & make pylint happy
Change-Id: I7f077f5104fe7ceabc4a2b0f90e079f136d0e896
Commit: b216947dba6fbe6202f21ff7fdc949149dd96091
https://github.com/tribe29/checkmk/commit/b216947dba6fbe6202f21ff7fdc949149…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M tests-py3/unit/cmk/base/data_sources/test_host_sections.py
Log Message:
-----------
add test for mutli_host_sections
Change-Id: I7f5b78bf38e981d678e2e38e0eaa554d8a393c48
Commit: f8944a8b6d05bc67d54bff2609e769289267bca7
https://github.com/tribe29/checkmk/commit/f8944a8b6d05bc67d54bff2609e769289…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M cmk/base/data_sources/host_sections.py
M cmk/base/discovery.py
M tests-py3/unit/cmk/base/data_sources/test_host_sections.py
Log Message:
-----------
CheckAPI: add two methods to get parsed section kwargs
The new check- and discovery functions get their arguments
in an new way:
*Every* section gets parsed, and then passed to the function
by a separate named argument.
In case of a cluster check function a dict-layer introduced,
such that every section contains its data by node name.
Change-Id: I15425f26091307e7c1277b39bec6ee4d06fe6fb7
Compare:
https://github.com/tribe29/checkmk/compare/974c35048eca...f8944a8b6d05