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:
Chuck SmileyRekiere
2021-10-21 14:55:56 -06:00
parent bde2e41459
commit d529fcb741
2 changed files with 3 additions and 3 deletions

View File

@@ -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",