Home
last modified time | relevance | path

Searched refs:asserts (Results 1 – 12 of 12) sorted by relevance

/system/bt/gd/cert/
Dcert_self_test.py23 from mobly import asserts
153 asserts.fail("@metadata() should only raise signals.TestFailure, "
156 asserts.fail("@metadata() should not work")
169 asserts.fail("@metadata should only raise signals.TestFailure, "
172 asserts.fail("@metadata should not work")
185 asserts.fail("should only raise signals.TestFailure, "
188 asserts.fail("missing pts_test_id should not work")
201 asserts.fail("should only raise signals.TestFailure, "
204 asserts.fail("missing pts_test_name should not work")
215asserts.assert_true("pts_test_id" in e.extras, msg=("pts_test_id not in extra: %s" % str(e.extras)…
[all …]
Dmetadata.py19 from mobly import asserts
30 asserts.fail(msg)
60 asserts.fail("@metadata must be used in functional form such " "as @metadta(key=value)")
Dgd_base_test.py27 from acts import asserts, signals
69 asserts.assert_true(self.info['rootcanal_exist'],
71 asserts.assert_true(self.info['make_rootcanal_ports_available'],
75 asserts.assert_true(
78asserts.assert_true(self.info['is_subprocess_alive'], msg="root-canal stopped immediately after ru…
Dgd_device.py32 from acts import asserts
156asserts.assert_true(all(arguments), "All arguments to GdDeviceBase must not be None nor empty")
157 asserts.assert_true(all(cmd), "cmd list should not have None nor empty component")
192 asserts.assert_true(
211asserts.assert_true(self.backing_process, msg="Cannot start backing_process at " + " ".join(self.c…
212 asserts.assert_true(
292 asserts.fail("[%s] wait channel ready timeout" % self.label)
388 asserts.assert_true(
403 asserts.assert_true(serial_number, "serial_number must not be None nor empty")
409asserts.assert_true(self.adb.ensure_root(), "device %s cannot run as root", self.serial_number)
[all …]
Devent_stream.py23 from mobly import asserts
200 asserts.assert_true(
230 asserts.assert_true(
255 asserts.assert_true(
266asserts.assert_true(correct_order, "Events not received in correct order %s %s" % (match_fns, matc…
285asserts.assert_true(event is None, msg='Expected None matching, but got {}'.format(pretty_print(ev…
292asserts.assert_true(event is None, msg='Expected None, but got {}'.format(pretty_print(event)))
Dtruth.py19 from mobly.asserts import assert_true
20 from mobly.asserts import assert_false
Dcert_self_test_lib.py23 from mobly import asserts
171 asserts.skip("Skipping this test because it's blocked by b/xyz")
201 asserts.assert_true(len(wrapped.Serialize()) == 23, "Packet serialized incorrectly")
/system/bt/gd/rust/common/src/
Dlib.rs13 mod asserts; module
/system/bt/gd/l2cap/le/cert/
Dcert_le_l2cap.py29 from mobly import asserts
/system/bt/gd/security/cert/
Dle_security_test.py51 from mobly import asserts
98 asserts.skip("Unhandled race condition - Flaky test")
/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py18 from mobly import asserts
479 asserts.skip("Streaming not supported")
/system/core/fastboot/fuzzy_fastboot/
DREADME.md285 crash the bootloader. Invalid input MUST be handled gracefully. Using "asserts"