[Fuego] [PATCH 25/30] ftc: put a fixthis for the documentation

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Mon Jun 4 07:17:59 UTC 2018


with argparse it would be automatic

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

diff --git a/engine/scripts/ftc b/engine/scripts/ftc
index bfdc3d4..d0b6a94 100755
--- a/engine/scripts/ftc
+++ b/engine/scripts/ftc
@@ -100,7 +100,8 @@ command_help = {
   list for the <board> argument. e.g.
      ftc add-jobs -b board1,board2 -t Functional.foo
 
-  This interface may change in the future."""),
+  This interface may change in the future.
+  FIXTHIS: add documentation about timeout,reboot,rebuild"""),
 
 "rm-jobs": ("Removes jobs from Jenkins.",
     """Usage: ftc rm-jobs [--remove-logs] <board>.<testspec>.<testtype>.<testcase>
@@ -239,6 +240,9 @@ would run the pre_test, pre_check, build and deploy phases of the test.
 This is useful during development of a test (ie. for testing tests).
 Use caution running later phases of a test without their normal
 precursors (e.g. run, without build or deploy).
+
+FIXTHIS: add documentation about timeout,reboot,rebuild,dynamic-vars
+
 """),
 
 "build-jobs": ("Build one or more jobs (to execute tests) in Jenkins.",
-- 
2.7.4




More information about the Fuego mailing list