Message ID | 20120606041213.14054.19472.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/client/master.py' --- lava_dispatcher/client/master.py 2012-06-01 04:40:24 +0000 +++ lava_dispatcher/client/master.py 2012-06-06 04:10:19 +0000 @@ -307,13 +307,11 @@ retry_limit = 3 port_stuck_message = 'Data Buffering Suspended\.' - hot_key_message = 'Type the hot key to suspend the connection:.*\r' conn_closed_message = 'Connection closed by foreign host\.' expectations = { port_stuck_message: 'reset-port', 'Connected\.\r': 'all-good', - hot_key_message: 'all-good', conn_closed_message: 'retry', pexpect.TIMEOUT: 'all-good', }