Searched refs:assertIsInstanceOrNull (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | test_layer_fields.py | 86 self.assertIsInstanceOrNull(coap.token, int) 87 self.assertIsInstanceOrNull(coap.opt.uri_path_recon, str) 88 self.assertIsInstanceOrNull(coap.payload, bytearray) 92 self.assertIsInstanceOrNull(coap.tlv.type, list) 100 self.assertIsInstanceOrNull(mle.tlv.mode.receiver_on_idle, int) 101 self.assertIsInstanceOrNull(mle.tlv.mode.reserved1, int) 102 self.assertIsInstanceOrNull(mle.tlv.mode.reserved2, int) 103 self.assertIsInstanceOrNull(mle.tlv.mode.device_type_bit, int) 104 self.assertIsInstanceOrNull(mle.tlv.mode.network_data, int) 105 self.assertIsInstanceOrNull(mle.tlv.challenge, Bytes) [all …]
|