diff options
Diffstat (limited to 'tools/pharos-validator/src/validation_tool/tests/test_server.py')
-rw-r--r-- | tools/pharos-validator/src/validation_tool/tests/test_server.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/pharos-validator/src/validation_tool/tests/test_server.py b/tools/pharos-validator/src/validation_tool/tests/test_server.py deleted file mode 100644 index 35388b6d..00000000 --- a/tools/pharos-validator/src/validation_tool/tests/test_server.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python3 - -def test_ssh_thread(): - """Test to see if ssh connections are attempted the proper amount of times""" - from pharosvalidator.server import ssh_thread - ssh_thread("127.0.0.1", "0.0.0.0", "1", 10) - - - |