Check manual page of robotmk_test

Robotmk Test

Distribution Official part of Checkmk
License GPLv2
Supported Agents Windows
Provides information about the status of a single Robot Framework test.

The service will go stale if:

- the age of the rebot result (current_time - rebot_execution_timestamp) is more than 2 times higher than the configured execution interval. The result is considered as outdated then.

- the test was skipped due to a 'robot:exit' tag

The check will deliver information about the test name and the test status. If the test passed, information about the runtime will be present as well. In addition to the test status, also runtimes can be monitored:

- test runtime: overall runtime of the whole test

- keyword runtime: by configuring regex patterns for keywords.

Runtime metrics are only emitted when the test/keyword has PASSed.

Discovery

One service is created per Robotmk test. The item is a combination of the Plan ID, the sub-suite names to which the test belongs and the test name.