From 2af342777d3d4e54283e4b94b219fbdf58d3bd10 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Mon, 26 Jul 2021 06:41:38 -0600 Subject: [PATCH] lf_check.py : comments updates Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index e4d196f7..817d5aa9 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -32,8 +32,8 @@ Using .json: 2. update lf_check.json to enable (TRUE) tests to be run in the test suite, the default TEST_DICTIONARY NOTES: getting radio information: -1. curl -H 'Accept: application/json' http://localhost:8080/radiostatus/all | json_pp | less -2. response = self.json_get("/radiostatus/all") +1. (Using Curl) curl -H 'Accept: application/json' http://localhost:8080/radiostatus/all | json_pp | less +2. (using Python) response = self.json_get("/radiostatus/all") GENERIC NOTES: Starting LANforge: