Draft: Add interface for handling custom events
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