byteblower.test_cases.docsis_atp.exceptions module

Exception related to the LL-04-40 test implementation.

exception byteblower.test_cases.docsis_atp.exceptions.DocsisAtpException

Bases: Exception

Base exception for all DOCSIS 4.0 ATP tests related exceptions.

exception byteblower.test_cases.docsis_atp.exceptions.InvalidInput

Bases: DocsisAtpException

Raised when the user provided invalid input values.

exception byteblower.test_cases.docsis_atp.exceptions.NoPacketsReceived

Bases: DocsisAtpException

Raised when the destination did not receive any packets.

__init__(*args: object, flow: Flow | None = None) None