Skip to content

Draft: Add interface for handling custom events

Krzysztof Mochocki requested to merge kmochocki/custom_events into master

This implementation allows to wait for any, not already handled by test-tools, notification from hived.

interface:

node = tt.InitNode()
node.run()

node.event.benchmark.get(timeout=5.5)
Edited by Piotr Batko

Merge request reports