From c0106b2d17ea40abe7c73529ade8b47452420771 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sat, 22 Feb 2014 13:21:03 -0800 Subject: [PATCH] Add query for bug 1268274 The actual KeyError should be fixed with this Tempest change: https://review.openstack.org/#/c/75610/ And the underlying nova/neutron bug is probably related to the info_cache race issues that are already being worked for Icehouse. This query is to fingerprint the existing KeyError failures and make sure they are classified. Related-Bug: #1268274 Change-Id: Ida32475f68d480dd62701b3a17068ca6d3b82aaa --- queries/1268274.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 queries/1268274.yaml diff --git a/queries/1268274.yaml b/queries/1268274.yaml new file mode 100644 index 00000000..701abda3 --- /dev/null +++ b/queries/1268274.yaml @@ -0,0 +1,2 @@ +query: > + message:"return server.networks[network_name][0]" AND filename:"console.html"