Lines Matching refs:int
91 verify(int(r2.get_child_max()) == 1)
110 verify(int(info['Rloc'], 16) == int(r2.get_rloc16(), 16))
116 verify(int(info['Rloc'], 16) == int(r1.get_rloc16(), 16))
117 verify(int(info['Link Quality In']) == 1)
118 verify(int(info['Link Quality Out']) == 1)
120 verify(int(cli.Node.parse_list(fed.get_mle_counter())['Better Parent Attach Attempts']) == 0)
130 verify(int(cli.Node.parse_list(fed.get_mle_counter())['Better Parent Attach Attempts']) == 1)
137 verify(int(info['Rloc'], 16) == int(r1.get_rloc16(), 16))
146 verify(int(cli.Node.parse_list(fed.get_mle_counter())['Better Parent Attach Attempts']) == 1)
159 verify(int(counters['Better Parent Attach Attempts']) == 2)
160 verify(int(counters['Parent Changes']) == 1)
163 verify(int(info['Rloc'], 16) == int(r3.get_rloc16(), 16))
164 verify(int(info['Link Quality In']) == 3)
165 verify(int(info['Link Quality Out']) == 3)