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
This commit is contained in:
parent
9336e2c4e1
commit
6d195980d2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user