move console.html -> console

For all the bugs that might show up in a tempest run, we need to
move tagging from console.html to console, as tempest does an
old run inside grenade, which is now in grenade.sh.log.

Change-Id: I2f3e3492f4713a5f13f44b65f1b3a275575490bc
This commit is contained in:
Sean Dague 2014-06-18 07:00:26 -04:00
parent 2e4df18812
commit e23c3e3b4e
8 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,3 @@
query: >
message:"Current status: HARD_REBOOT"
AND tags:"console.html"
AND tags:"console"

View File

@ -2,4 +2,4 @@ query: >
message:"Server"
AND message:"failed to reach PAUSED status and task state \"None\" within the required time"
AND message:"Current status: ACTIVE."
AND tags:"console.html"
AND tags:"console"

View File

@ -1,4 +1,4 @@
query: >
message:" possible networks found, use a Network ID to be more
specific. (HTTP 400)"
AND tags:"console.html"
AND tags:"console"

View File

@ -1,4 +1,4 @@
query: >
message:"Details: Timed out waiting for thing" AND
message:"to become ACTIVE" AND
tags:"console.html"
tags:"console"

View File

@ -1,3 +1,3 @@
query: >
message:"Quota exceeded for instances: Requested 1, but already used 10 of 10 instances"
AND tags:"console.html"
AND tags:"console"

View File

@ -2,4 +2,4 @@ query: >
message:"Details: Timed out waiting for thing" AND
message:"to become" AND
(message:"in-use" OR message:"available") AND
tags:"console.html"
tags:"console"

View File

@ -2,4 +2,4 @@ query: >
message:"Server" AND
message:"failed to reach RESCUE status and task state \"None\" within the required time" AND
message:"Current status: ACTIVE. Current task state: rescuing." AND
tags:"console.html"
tags:"console"

View File

@ -2,4 +2,4 @@ query: >
message:"Details: Server"
AND message:"failed to reach SHELVED_OFFLOADED status and task state \"None\" within the required time"
AND message:"Current status: SHELVED. Current task state: None."
AND tags:"console.html"
AND tags:"console"