commit | 376f503f9f75526f54f6d307cf649ea422215a26 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Thu Jan 27 16:16:29 2022 -0800 |
committer | Jon Hall <jhall@ciena.com> | Thu Jan 27 16:17:18 2022 -0800 |
tree | 877bc1caada1398986e1d5e432b3211ce74e3e28 | |
parent | a19751964139efa5a224ea9eecbe2ea7451e7261 [diff] |
Fix onos pod name for UP4 test Change-Id: If60e0a81e0378e47e9e7a4013d71885731010314
diff --git a/TestON/drivers/common/cli/p4runtimeclidriver.py b/TestON/drivers/common/cli/p4runtimeclidriver.py index 4de91be..abf9620 100644 --- a/TestON/drivers/common/cli/p4runtimeclidriver.py +++ b/TestON/drivers/common/cli/p4runtimeclidriver.py
@@ -383,7 +383,7 @@ # clear buffer if debug: main.log.warn("%s expect loop iteration" % i) - self.handle.expect(self.p4rtShPrompt, timeout=5) + self.handle.expect(self.p4rtShPrompt, timeout=2) response += self.cleanOutput(self.handle.before, debug) except pexpect.TIMEOUT: return response