ssh: fix test to match updated log format.

This commit is contained in:
David Wilson 2019-01-28 01:00:34 +00:00
parent 77e7cadd22
commit 2fdbd0cfcd
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ class SshTest(testlib.DockerMixin, testlib.TestCase):
finally:
s = capture.stop()
self.assertTrue("'): debug1: Reading configuration data" in s)
expect = "%s: debug1: Reading configuration data" % (context.name,)
self.assertTrue(expect in s)
def test_stream_name(self):
context = self.docker_ssh(