update ubuntu14.04 log pattern

Change-Id: I0020b2a7ec7c2042347cc7438c1c8f8f1d3a6874
This commit is contained in:
xiaodongwang 2015-04-03 00:09:43 -07:00
parent 6e1738ee9b
commit 31c4395e19

View File

@ -86,17 +86,6 @@ OS_INSTALLER_CONFIGURATIONS = {
progress=.35,
message_template='partman-base selected',
unmatch_nextline_next_matcher_name='partman-base',
match_nextline_next_matcher_name='bootstrap-base'
),
'bootstrap-base': LineMatcher(
pattern=(
r'Menu.*item.*\'bootstrap-base\'.*selected'
),
progress=.40,
message_template='bootstrap-base selected',
unmatch_nextline_next_matcher_name=(
'bootstrap-base'
),
match_nextline_next_matcher_name='apt-setup-udeb'
),
'apt-setup-udeb': LineMatcher(