The interval test is not testing what it expects because it checks for receipt of address twice, but:
- the reception list is not cleared in between
- there should be no addr message because there is no new addr to send
- the getavaaddr message might even not be processed (yet) when the test assumes it is
This diff fixes these issues and check no extra message is sent.