Browse Source

Formatting

Alex Payne 9 years ago
parent
commit
cd8bee604a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      tests.py

+ 0
- 2
tests.py View File

10
 TEST_PASSWORD = 'foo'
10
 TEST_PASSWORD = 'foo'
11
 CA_BUNDLE = 'roles/common/files/wildcard_ca.pem'
11
 CA_BUNDLE = 'roles/common/files/wildcard_ca.pem'
12
 
12
 
13
-
14
 socket.setdefaulttimeout(5)
13
 socket.setdefaulttimeout(5)
15
 os.environ['REQUESTS_CA_BUNDLE'] = CA_BUNDLE
14
 os.environ['REQUESTS_CA_BUNDLE'] = CA_BUNDLE
16
 
15
 
17
-
18
 class SSHTests(unittest.TestCase):
16
 class SSHTests(unittest.TestCase):
19
     def test_ssh_banner(self):
17
     def test_ssh_banner(self):
20
         """SSH is responding with its banner"""
18
         """SSH is responding with its banner"""

Loading…
Cancel
Save