mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	lf_kpi_csv.py , test_l3_longevity.py : bug fix test-details is test details
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -55,7 +55,7 @@ class lf_kpi_csv:
 | 
				
			|||||||
    def __init__(self,
 | 
					    def __init__(self,
 | 
				
			||||||
                _kpi_headers = ['Date','test-rig','test-tag','dut-hw-version','dut-sw-version','dut-model-num','dut-serial-num',
 | 
					                _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-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_filename = 'kpi.csv', #Currently this is the only file name accepted
 | 
				
			||||||
                _kpi_path = "",
 | 
					                _kpi_path = "",
 | 
				
			||||||
                _kpi_test_rig = "TEST_RIG",
 | 
					                _kpi_test_rig = "TEST_RIG",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1516,7 +1516,7 @@ class L3VariableTime(Realm):
 | 
				
			|||||||
    '''
 | 
					    '''
 | 
				
			||||||
     _kpi_headers = ['Date','test-rig','test-tag','dut-hw-version','dut-sw-version','dut-model-num',
 | 
					     _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-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):
 | 
					    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
 | 
					    short-description : short description of the test
 | 
				
			||||||
    pass/fail : set blank for performance tests
 | 
					    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
 | 
					    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
 | 
					    Units : units used for the numeric-scort
 | 
				
			||||||
    Graph-Group - For the lf_qa.py dashboard
 | 
					    Graph-Group - For the lf_qa.py dashboard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user