jbr_jag_test.py: updates usage example

Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
Jed Reynolds
2021-08-17 15:47:45 -07:00
parent 894a120e65
commit ed18428414

View File

@@ -5,7 +5,10 @@ NAME: jbr_jag_test.py
PURPOSE: exercises the LANforge/lf_json_autogen.py library
EXAMPLE:
./jbr_jag_test.py --host ct521a-jana --test foo
$ ./jbr_jag_test.py --host ct521a-jana --test set_port
To enable using lf_json_autogen in other parts of the codebase, set LF_USE_AUTOGEN=1:
$ LF_USE_AUTOGEN=1 ./jbr_jag_test.py --test set_port --host ct521a-lion
NOTES: