From 6d195980d287fa202e1f0c04dbd2e63a7473c032 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 31 Aug 2015 12:27:21 -0400 Subject: [PATCH] update signature for another expression Neutron unit tests fail in another way from the netaddr incompatibility, match that as well. There is also a horizon specific signature for a test they have. Change-Id: I55f56f63cd3844f940fdb75fee01f835ed24f0bc Related-Bug: #1490374 --- queries/1490374.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/queries/1490374.yaml b/queries/1490374.yaml index 107261e9..d9d43cc2 100644 --- a/queries/1490374.yaml +++ b/queries/1490374.yaml @@ -2,5 +2,10 @@ query: >- ((message:"Error validating value" AND message:"Invalid MAC address") OR - (message:"Invalid mac address detected")) + (message:"Invalid mac address detected") + OR + (message:"invalid IPNetwork None/31") + OR + (message:"if (int(dst.network) >= int(rd.broadcast) or") + ) AND tags:console