From 76a1b7f09b277f1ce9771d60e4eb6d7f2a9cfbcb Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 15 Jun 2021 09:59:05 -0600 Subject: [PATCH] lf_dataplane_test.py : update comments for using -cli-socket 3990 -s LF_MGR Signed-off-by: Chuck SmileyRekiere --- py-scripts/lf_dataplane_test.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/py-scripts/lf_dataplane_test.py b/py-scripts/lf_dataplane_test.py index da22bf55..c22feacc 100755 --- a/py-scripts/lf_dataplane_test.py +++ b/py-scripts/lf_dataplane_test.py @@ -216,6 +216,13 @@ class DataplaneTest(cv_test): def main(): parser = argparse.ArgumentParser(description=""" + + IMPORTANT: Start lanforge with socket 3990 : ./lfclient.bash -cli-socket 3990 + lfclient.bash is located in the LANforgeGUI_X.X.X directory + + On local or remote system: ./lfclient.bash -cli-socket 3990 -s LF_MGR + On local system the -s LF_MGR will be local_host if not provided + Open this file in an editor and read the top notes for more details. Example: ./lf_dataplane_test.py --mgr localhost --port 8080 --lf_user lanforge --lf_password lanforge \