lfcli_base.py: moves comments from sandbox about LF_USE_AUTOGEN to here

this is the appropriate file to have that comment in

Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
Jed Reynolds
2022-06-01 14:47:43 -07:00
committed by shivam
parent bbdf98235b
commit b73395646a
3 changed files with 4 additions and 7 deletions

View File

@@ -7,9 +7,6 @@ PURPOSE: create a wanlink
EXAMPLE:
$ ./jbr_create_wanlink.py --host ct521a-jana --wl_name snail
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:
@@ -130,4 +127,3 @@ def main():
if __name__ == "__main__":
main()
#

View File

@@ -7,9 +7,6 @@ PURPOSE: exercises the LANforge/lf_json_autogen.py library
EXAMPLE:
$ ./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:
this has not been worked on in a while, many parameters have changed