Пример #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)