Searched refs:Exception (Results 1 – 25 of 59) sorted by relevance
123
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | build_tree.py | 44 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')
|
D | test_case.py | 19 class MissingDescription(Exception): 22 class MissingFunction(Exception):
|
/openthread-latest/tools/harness-thci/ |
D | OpenThread_WpanCtl.py | 94 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 …]
|
D | OpenThread_BR.py | 109 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')
|
D | OpenThread.py | 127 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/ |
D | set_psa_test_dependencies.py | 201 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: {}'
|
D | test_generate_test_code.py | 954 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)
|
D | run_demos.py | 50 …raise Exception('No demos found. run_demos needs to operate from the Mbed TLS toplevel directory.')
|
/openthread-latest/tools/harness-sniffer/ |
D | OT_Sniffer.py | 45 except Exception as e: 58 except Exception as e: 103 except Exception as e:
|
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | bytes.py | 80 except Exception: 91 except Exception: 102 except Exception:
|
D | errors.py | 31 class Error(Exception):
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | generate_driver_wrappers.py | 28 class JsonValidationException(Exception): 34 class DriverReaderException(Exception): 152 def trace_exception(e: Exception, file=sys.stderr) -> None: argument
|
D | assemble_changelog.py | 34 class InputFormatError(Exception): 40 class CategoryParseError(Exception): 46 class LostContent(Exception): 51 class FilePathError(Exception):
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | exceptions.py | 31 class FailError(Exception):
|
D | harness_case.py | 311 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')
|
D | helpers.py | 41 except Exception:
|
/openthread-latest/tools/tcat_ble_client/ |
D | bbtc.py | 92 except Exception as e: 110 except Exception as e:
|
/openthread-latest/tools/otci/otci/ |
D | errors.py | 32 class OTCIError(Exception):
|
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/THCI/ |
D | OpenThread_Sim.py | 81 raise Exception('Password error') 127 except Exception:
|
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | test_srp_register_500_services_br.py | 72 except Exception:
|
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/Sniffer/ |
D | SimSniffer.py | 198 except Exception, e: 211 except Exception, e: 333 except Exception:
|
/openthread-latest/tools/tcat_ble_client/ble/ |
D | udp_stream.py | 58 … raise Exception('simulation UdpStream recv timeout - likely, TCAT is stopped on TCAT Device')
|
/openthread-latest/tests/scripts/thread-cert/ |
D | test_set_mliid.py | 61 self.assertRaises(Exception, lambda: self.nodes[LEADER].set_mliid('5566778811223344'))
|
/openthread-latest/tools/harness-automation/ |
D | parse_topofile.py | 122 except Exception as e:
|
/openthread-latest/tools/tcat_ble_client/cli/ |
D | cli.py | 111 raise Exception('Invalid command: {}'.format(command))
|
123