Lines Matching refs:verify
29 from cli import verify
91 verify(int(r2.get_child_max()) == 1)
101 verify(r1.get_state() == 'leader')
102 verify(fed.get_state() == 'child')
103 verify(r2.get_state() == 'router')
104 verify(c2.get_state() == 'child')
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)
154 verify(r3.get_state() == 'router')
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)