From 805f733daec4d2063fe4d5a03ea66a7216e71b0e Mon Sep 17 00:00:00 2001 From: Armando Migliaccio Date: Fri, 2 Sep 2016 09:46:59 -0700 Subject: [PATCH] Expand query for bug 1617447 Add another message to the query to catch different failure modes caused by the same error. Change-Id: Ib2ab63b57880857a04b0889ead5d20a260e3c6ec Related-bug: #1617447 --- queries/1617447.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/1617447.yaml b/queries/1617447.yaml index 1cc213ee..dbe72f41 100644 --- a/queries/1617447.yaml +++ b/queries/1617447.yaml @@ -1,3 +1,3 @@ query: >- - message:"InterfaceAttachFailed: Failed to attach network adapter device to" AND - tags:screen-n-cpu.txt + (message: "InterfaceAttachFailed: Failed to attach network adapter device to" OR message: "already exists; can't create bridge with the same name") + AND tags:screen-n-cpu.txt