userver: pytest_userver.chaos Namespace Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
pytest_userver.chaos Namespace Reference

Python module that provides testsuite support for chaos tests; see Chaos Testing for an introduction. More...

Classes

class  BaseGate
 This base class maintain endpoints of two types: More...
 
class  GateRoute
 Class that describes the route for TcpGate or UdpGate. More...
 
class  TcpGate
 Implements TCP chaos-proxy logic such as accepting incoming tcp client connections. More...
 
class  UdpGate
 Implements UDP chaos-proxy logic such as waiting for first message and setting up sockets for forwarding messages between udp-client and udp-server. More...
 

Detailed Description

Python module that provides testsuite support for chaos tests; see Chaos Testing for an introduction.