From d529fcb7419269fb3d12f963bf43b2477e50eecc Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Thu, 21 Oct 2021 14:55:56 -0600 Subject: [PATCH] lf_kpi_csv.py , test_l3_longevity.py : bug fix test-details is test details Signed-off-by: Chuck SmileyRekiere --- py-scripts/lf_kpi_csv.py | 2 +- py-scripts/test_l3_longevity.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/py-scripts/lf_kpi_csv.py b/py-scripts/lf_kpi_csv.py index 55ae0874..077a7076 100644 --- a/py-scripts/lf_kpi_csv.py +++ b/py-scripts/lf_kpi_csv.py @@ -55,7 +55,7 @@ class lf_kpi_csv: def __init__(self, _kpi_headers = ['Date','test-rig','test-tag','dut-hw-version','dut-sw-version','dut-model-num','dut-serial-num', 'test-priority','test-id','short-description','pass/fail','numeric-score', - 'test-details','Units','Graph-Group','Subtest-Pass','Subtest-Fail'], + 'test details','Units','Graph-Group','Subtest-Pass','Subtest-Fail'], _kpi_filename = 'kpi.csv', #Currently this is the only file name accepted _kpi_path = "", _kpi_test_rig = "TEST_RIG", diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index f607fbfa..d37dd4a5 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -1516,7 +1516,7 @@ class L3VariableTime(Realm): ''' _kpi_headers = ['Date','test-rig','test-tag','dut-hw-version','dut-sw-version','dut-model-num', 'test-priority','test-id','short-description','pass/fail','numeric-score', - 'test-details','Units','Graph-Group','Subtest-Pass','Subtest-Fail'], + 'test details','Units','Graph-Group','Subtest-Pass','Subtest-Fail'], ''' def record_kpi_csv(self, sta_count, ul, dl, ul_pdu, dl_pdu, atten, total_dl_bps, total_ul_bps, total_dl_ll_bps, total_ul_ll_bps): @@ -1843,7 +1843,7 @@ python3 .\\test_l3_longevity.py --test_duration 4m --endp_type \"lf_tcp lf_udp m short-description : short description of the test pass/fail : set blank for performance tests numeric-score : this is the value for the y-axis (x-axis is a timestamp), numeric value of what was measured - test-details : what was measured in the numeric-score, e.g. bits per second, bytes per second, upload speed, minimum cx time (ms) + test details : what was measured in the numeric-score, e.g. bits per second, bytes per second, upload speed, minimum cx time (ms) Units : units used for the numeric-scort Graph-Group - For the lf_qa.py dashboard