Message ID | 20120209203210.23251.91014.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/client/lmc_utils.py' --- lava_dispatcher/client/lmc_utils.py 2012-02-07 19:16:17 +0000 +++ lava_dispatcher/client/lmc_utils.py 2012-02-09 20:19:49 +0000 @@ -181,6 +181,7 @@ 'expectations': { "TI TSPA Software License Agreement": 'accept-tspa', "SNOWBALL CLICK-WRAP": 'accept-snowball', + "LIMITED LICENSE AGREEMENT FOR APPLICATION DEVELOPERS": 'accept-snowball', }, 'timeout': 3600, }, @@ -197,7 +198,7 @@ }, 'say-yes': { 'expectations': { - " <Yes>": 'say-yes-tab', + " <(Yes|Ok)>": 'say-yes-tab', "\\033\[41m<(Yes|Ok)>": 'say-yes-space', }, 'timeout': 1,