[ooni-probe/develop] Bump the version number on HandshakeTest, and rename the usageOptions attribute.

commit c78574914e47ec13a8490a02fe34f98785aa4e4d Author: Isis Lovecruft <isis@torproject.org> Date: Mon Apr 22 00:23:57 2013 +0000 Bump the version number on HandshakeTest, and rename the usageOptions attribute. --- nettests/experimental/tls_handshake.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nettests/experimental/tls_handshake.py b/nettests/experimental/tls_handshake.py index e834a3e..8aa7edf 100644 --- a/nettests/experimental/tls_handshake.py +++ b/nettests/experimental/tls_handshake.py @@ -127,10 +127,10 @@ class HandshakeTest(nettest.NetTestCase): name = 'tls-handshake' author = 'Isis Lovecruft <isis@torproject.org>' description = 'A test to determing if we can complete a TLS hankshake.' - version = '0.0.2' + version = '0.0.3' requiresRoot = False - usageOptions = UsageOptions + usageOptions = HandshakeOptions inputFile = ['file', 'f', None, 'List of <IP>:<PORT>s to test']
participants (1)
-
isis@torproject.org