|
|
@@ -388,6 +388,16 @@ class TestExecClient(unittest.IsolatedAsyncioTestCase): |
|
|
|
|
|
|
|
self.assertEqual(ret, 1) |
|
|
|
|
|
|
|
@wsfwd.timeout(2) |
|
|
|
async def test_getauth(self): |
|
|
|
# that when the getauth command is run |
|
|
|
|
|
|
|
# that it runs the correct ssh command |
|
|
|
cmd = [ 'ssh', '-o', 'ProxyCommand bitelab contssh', '-l', |
|
|
|
'lab', 'bitelab' ] |
|
|
|
#assert False |
|
|
|
# XXX - TBD |
|
|
|
|
|
|
|
@wsfwd.timeout(2) |
|
|
|
async def test_contssh(self): |
|
|
|
class TestServer(wsfwd.WSFWDCommon): |
|
|
|