From 3a8c9be33d13be9dca5741dcf04dae0f92e4e9aa Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Thu, 8 Apr 2021 16:09:23 -0600 Subject: [PATCH] moved cvtest_report.py to cv_test_report.py to be consistant with cv_test_manager.py also update lf_wifi_capacity.py Signed-off-by: Chuck SmileyRekiere --- py-json/{cvtest_reports.py => cv_test_reports.py} | 0 py-scripts/lf_wifi_capacity.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename py-json/{cvtest_reports.py => cv_test_reports.py} (100%) diff --git a/py-json/cvtest_reports.py b/py-json/cv_test_reports.py similarity index 100% rename from py-json/cvtest_reports.py rename to py-json/cv_test_reports.py diff --git a/py-scripts/lf_wifi_capacity.py b/py-scripts/lf_wifi_capacity.py index 4b65c64c..24739fef 100644 --- a/py-scripts/lf_wifi_capacity.py +++ b/py-scripts/lf_wifi_capacity.py @@ -14,7 +14,7 @@ if 'py-json' not in sys.path: from cv_test_manager import cv_test as cvtest from chamberview import chamberview as cv -from cvtest_reports import lanforge_reports as lf_rpt +from cv_test_reports import lanforge_reports as lf_rpt def main(): config_name = "WFC_scenario1" # Test Config Name (new)