Relative Content

Tag Archive for canoe

Canoe using signal of previous testcase

I am sending the same signal in two seperate testcases. I am waiting in both testcases for the signal with an “await value match”. This is done without an “wait for signal updates”, because of timing risk. The problem here is that, if testcase1 sends the signal testcase2 will pass always without the need for my device to actually send it.
Is there an Option in canoe or vttest to clear the list of signals for every testcase?