From 4b269fba0ca273dfa3acf44c9f5490f01e0c3d87 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 22 Sep 2017 12:23:36 -0700 Subject: Rename pharos-dashboard and pharos-validator As subdirectories of the pharos-tools repo, there is little need to keep the pharos prefix. Change-Id: Ica3d79411f409df638647300036c0664183c2725 Signed-off-by: Trevor Bramwell --- validator/src/validation_tool/tests/test_server.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 validator/src/validation_tool/tests/test_server.py (limited to 'validator/src/validation_tool/tests/test_server.py') diff --git a/validator/src/validation_tool/tests/test_server.py b/validator/src/validation_tool/tests/test_server.py new file mode 100644 index 0000000..35388b6 --- /dev/null +++ b/validator/src/validation_tool/tests/test_server.py @@ -0,0 +1,9 @@ +#!/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) + + + -- cgit 1.2.3-korg