[Fuego] [PATCH] ftc: add field names to the where clause documentation

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Apr 17 02:46:07 UTC 2018


Note: it would be nice to use the tguid in the where clause.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/scripts/ftc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/engine/scripts/ftc b/engine/scripts/ftc
index 9be2595..68f1a0b 100755
--- a/engine/scripts/ftc
+++ b/engine/scripts/ftc
@@ -163,7 +163,8 @@ command_help = {
   The --where option can be used to specify one or more 'where' specifiers
   to filter the list of runs. Each where clause is separated by a comma.
   A 'where clause' consists of a field_name, an operator and a value.
-  Allowed field names are: test, type, spec, board, status and batch_id.
+  Allowed field names are: test, type, spec, board, start_time, result,
+  batch_id, status, and build_number.
   Allowed operators are: '=','<','<=','>','>=','!=','=~'.  The '=~' operator
   means the value is a regular expression to match, for the indicated field.
   Here are some example where options:
-- 
2.7.4




More information about the Fuego mailing list