Lines Matching +full:- +full:- +full:retry

34 # -------------------------------------------------------------------------------------------------…
39 # query retry and snoop optimization.
43 # r3 ---- r1 ---- r2
49 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
50 print('-' * 120)
53 # -------------------------------------------------------------------------------------------------…
65 # -------------------------------------------------------------------------------------------------…
98 # -------------------------------------------------------------------------------------------------…
116 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
129 # Add IPv6 addresses matching the on-mesh prefix on all nodes
141 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
171 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
172 # Check the retry-query behavior
175 # enter "retry-query" state.
182 verify(fields[2] == 'retry')
192 # Try sending again to same addresses which are all in "retry" state.
197 # Make sure the entries stayed in retry-query state as before.
208 verify(fields[2] == 'retry')
240 verify(fields[2] == 'retry')
256 verify(fields[2] == 'retry')
266 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
277 # At most two of them should be marked as non-evictable.
320 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
384 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
390 # From r1 send to non-existing addresses.
442 # -------------------------------------------------------------------------------------------------…