We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a5199 commit 568bab2Copy full SHA for 568bab2
1 file changed
tests/bgp/test_traffic_shift_sup.py
@@ -59,7 +59,8 @@ def run_cmd_on_sup(self, cmd):
59
self.dutuser, self.dutip),
60
timeout=300)
61
client.expect(["admin@{}'s password:".format(self.dutip)])
62
-
+ client.sendline(self.dutpass)
63
+ client.expect("admin*")
64
client.sendline(cmd)
65
client.expect("Password .*")
66
client.sendline(self.dutpass)
0 commit comments