From ae6e60913f70be5e7c2be37c2e41d4d4f772a555 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Fri, 15 Aug 2014 19:29:49 +0200 Subject: [PATCH] Add query for 1357476 The issue sounds similar to 1333654, but is in a Fix Released status. Now almost all match caused Failure 32 in 7 days, only 1 match from icehouse was successful. Because the 'check-tempest-dsvm-neutron-full-icehouse' is non voting it will be excluded from the query. VirtualInterfaceCreateException can happen even with nova-network so the 'Timeout waiting for vif plugging callback for instance' used in the query. Change-Id: I59d02fee9580bf55dd5ad2786ca9a2a5e4b1bcb3 Related-Bug: #1357476 Related-Bug: #1333654 --- queries/1357476.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1357476.yaml diff --git a/queries/1357476.yaml b/queries/1357476.yaml new file mode 100644 index 00000000..998d8811 --- /dev/null +++ b/queries/1357476.yaml @@ -0,0 +1,4 @@ +query: > + message:"Timeout waiting for vif plugging callback for instance" + AND tags:"screen-n-cpu.txt" + AND NOT build_name:"check-tempest-dsvm-neutron-full-icehouse"