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:
parent
2e4df18812
commit
e23c3e3b4e
@ -1,3 +1,3 @@
|
||||
query: >
|
||||
message:"Current status: HARD_REBOOT"
|
||||
AND tags:"console.html"
|
||||
AND tags:"console"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
query: >
|
||||
message:"Details: Timed out waiting for thing" AND
|
||||
message:"to become ACTIVE" AND
|
||||
tags:"console.html"
|
||||
tags:"console"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user