MCPcopy Create free account
hub / github.com/F-Stack/f-stack / BlockingTestSuiteError

Class BlockingTestSuiteError

dpdk/dts/framework/exception.py:153–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153class BlockingTestSuiteError(DTSError):
154 suite_name: str
155 severity: ClassVar[ErrorSeverity] = ErrorSeverity.BLOCKING_TESTSUITE_ERR
156
157 def __init__(self, suite_name: str) -> None:
158 self.suite_name = suite_name
159
160 def __str__(self) -> str:
161 return f"Blocking suite {self.suite_name} failed."

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by 1

runMethod · 0.68