This test tries to teardown a SIP session between other users.
Alice Bob Mallory | INVITE | | |-------------------------->| | | 200 | | |<--------------------------| | | ACK | | |-------------------------->| | | | BYE | | |<--------------------------| | | 200 | | |-------------------------->|
Definition at line 35 of file TestTeardown.py.
Public Member Functions | |
def | initTestCase |
This function is called by the __init__ function from the parent. | |
def | test |
implementation of a SIP session teardown |
def initTestCase | ( | self | ) |
This function is called by the __init__ function from the parent.
Don't define your own __init__ here!
Reimplemented from TestCase.
Definition at line 42 of file TestTeardown.py.
def test | ( | self | ) |
implementation of a SIP session teardown
Reimplemented from TestCase.
Definition at line 55 of file TestTeardown.py.