예제 #1
0
def main():
    import sys
    from tests.xpra.clients.test_DoS_client import test_DoS
    test_DoS(TestTimeoutClient, sys.argv)
예제 #2
0
def main():
    import sys
    from tests.xpra.clients.test_DoS_client import test_DoS
    test_DoS(TestChangeSettings, sys.argv)
예제 #3
0
def main():
    import sys
    from tests.xpra.clients.test_DoS_client import test_DoS
    test_DoS(TestChangeSettings, sys.argv)
예제 #4
0
def main():
    import sys
    from tests.xpra.clients.test_DoS_client import test_DoS
    #test_DoS(TestGiberringCommandClient, sys.argv)
    test_DoS(TestGiberringCommandClientNoPacketSize, sys.argv)
예제 #5
0
def main():
    import sys
    from tests.xpra.clients.test_DoS_client import test_DoS
    test_DoS(TestIllegalCommandClient, sys.argv)
예제 #6
0
def main():
    import sys
    from tests.xpra.clients.test_DoS_client import test_DoS
    #test_DoS(TestGiberringCommandClient, sys.argv)
    test_DoS(TestGiberringCommandClientNoPacketSize, sys.argv)
예제 #7
0
def main():
    import sys
    from tests.xpra.clients.test_DoS_client import test_DoS
    test_DoS(TestIllegalCommandClient, sys.argv)