diff --git a/scripts/tests/Ice/idleTimeout.py b/scripts/tests/Ice/idleTimeout.py new file mode 100644 index 00000000000..5aa7c3234c4 --- /dev/null +++ b/scripts/tests/Ice/idleTimeout.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8 -*- +# Copyright (c) ZeroC, Inc. + +# Enable some tracing to allow investigating test failures +from Util import ClientServerTestCase, TestSuite + + +traceProps = {"Ice.Trace.Network": 2, "Ice.Trace.Protocol": 1} + +TestSuite(__name__, [ClientServerTestCase(traceProps=traceProps)], options={"compress": [False], "serialize": [False]})