Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 59) sorted by relevance

123

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbuild_tree.py44 raise Exception('Neither Mbed TLS nor TF-PSA-Crypto source tree found')
55 raise Exception('Neither Mbed TLS nor TF-PSA-Crypto source tree found')
62 raise Exception("This script must be run from Mbed TLS root")
76 raise Exception('Mbed TLS source tree not found')
94 raise Exception('Neither Mbed TLS nor TF-PSA-Crypto source tree found')
107 raise Exception('Mbed TLS source tree not found')
120 raise Exception('TF-PSA-Crypto source tree not found')
Dtest_case.py19 class MissingDescription(Exception):
22 class MissingFunction(Exception):
/openthread-latest/tools/harness-thci/
DOpenThread_WpanCtl.py94 except Exception as e:
102 except Exception as e:
129 raise Exception('failed to find expected string[%s]' % expected)
220 except Exception as e:
271 raise Exception('%s: failed to find end of response' % self.port)
274 except Exception as e:
325 except Exception as e:
343 except Exception as e:
362 except Exception as e:
379 except Exception as e:
[all …]
DOpenThread_BR.py109 except Exception:
121 except Exception:
166 raise Exception('login fail')
174 except Exception:
204 raise Exception('%s: failed to find end of response' % self.port)
230 raise Exception('failed to find expected string[%s]' % expected)
684 raise Exception('No active Border Agents found')
DOpenThread.py127 except Exception as ex:
148 except Exception:
162 except Exception:
181 class CommandError(Exception):
334 raise Exception('%s: failed to find end of response: %s' % (self, response))
372 raise Exception('failed to find expected string[%s]' % expected)
393 except Exception:
601 raise Exception('failed to commit active dataset')
765 except Exception:
1294 except Exception:
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dset_psa_test_dependencies.py201 raise Exception('Not enough content lines in paragraph {} in {}'
204 raise Exception('Too many content lines in paragraph {} in {}'
225 raise Exception('Next-to-last line does not start with "depends_on:"'
275 raise Exception('File type not recognized: {}'
Dtest_generate_test_code.py954 raise Exception
963 self.assertRaises(Exception, parse_functions, stream)
975 raise Exception
985 self.assertRaises(Exception, parse_functions, stream)
999 raise Exception
1007 self.assertRaises(Exception, parse_functions, stream)
1020 raise Exception
1030 self.assertRaises(Exception, parse_functions, stream)
Drun_demos.py50 …raise Exception('No demos found. run_demos needs to operate from the Mbed TLS toplevel directory.')
/openthread-latest/tools/harness-sniffer/
DOT_Sniffer.py45 except Exception as e:
58 except Exception as e:
103 except Exception as e:
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dbytes.py80 except Exception:
91 except Exception:
102 except Exception:
Derrors.py31 class Error(Exception):
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_driver_wrappers.py28 class JsonValidationException(Exception):
34 class DriverReaderException(Exception):
152 def trace_exception(e: Exception, file=sys.stderr) -> None: argument
Dassemble_changelog.py34 class InputFormatError(Exception):
40 class CategoryParseError(Exception):
46 class LostContent(Exception):
51 class FilePathError(Exception):
/openthread-latest/tools/harness-automation/autothreadharness/
Dexceptions.py31 class FailError(Exception):
Dharness_case.py311 except Exception as e:
411 raise Exception('Unable to detect sniffer device')
443 raise Exception('Missing General Setup dialog')
589 except Exception as e:
803 raise Exception('Failed to load TestExecution page')
845 raise Exception('Failed to find the case')
854 raise Exception('Failed to start test case')
1011 raise Exception('No mesh local address found')
Dhelpers.py41 except Exception:
/openthread-latest/tools/tcat_ble_client/
Dbbtc.py92 except Exception as e:
110 except Exception as e:
/openthread-latest/tools/otci/otci/
Derrors.py32 class OTCIError(Exception):
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/THCI/
DOpenThread_Sim.py81 raise Exception('Password error')
127 except Exception:
/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_srp_register_500_services_br.py72 except Exception:
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/Sniffer/
DSimSniffer.py198 except Exception, e:
211 except Exception, e:
333 except Exception:
/openthread-latest/tools/tcat_ble_client/ble/
Dudp_stream.py58 … raise Exception('simulation UdpStream recv timeout - likely, TCAT is stopped on TCAT Device')
/openthread-latest/tests/scripts/thread-cert/
Dtest_set_mliid.py61 self.assertRaises(Exception, lambda: self.nodes[LEADER].set_mliid('5566778811223344'))
/openthread-latest/tools/harness-automation/
Dparse_topofile.py122 except Exception as e:
/openthread-latest/tools/tcat_ble_client/cli/
Dcli.py111 raise Exception('Invalid command: {}'.format(command))

123