diff --git a/octal/oc-lte-testbench/pyscripts/script/system/.test28.ini b/octal/oc-lte-testbench/pyscripts/script/system/.test28.ini index be297aace4..a6d4ca16bb 100644 --- a/octal/oc-lte-testbench/pyscripts/script/system/.test28.ini +++ b/octal/oc-lte-testbench/pyscripts/script/system/.test28.ini @@ -2,7 +2,7 @@ #Calib files PREPROCESS_FOLDER = 'measures' -POSTPROCESS_FOLDER = 'calib' +POSTPROCESS_FOLDER = 'cal' POSTPROCESS_BW_SUB_FOLDER = 'bw' FILE_NAME = 'cal.tgz' REMOTE_CALIB_FOLDER = '/tmp/cal/calib' diff --git a/octal/oc-lte-testbench/pyscripts/script/system/.test3.ini b/octal/oc-lte-testbench/pyscripts/script/system/.test3.ini index 505484285f..45a93daece 100644 --- a/octal/oc-lte-testbench/pyscripts/script/system/.test3.ini +++ b/octal/oc-lte-testbench/pyscripts/script/system/.test3.ini @@ -2,7 +2,7 @@ #Calib files PREPROCESS_FOLDER = 'measures' -POSTPROCESS_FOLDER = 'calib' +POSTPROCESS_FOLDER = 'cal' POSTPROCESS_BW_SUB_FOLDER = 'bw' FILE_NAME = 'cal.tgz' REMOTE_CALIB_FOLDER = '/tmp/cal/calib' diff --git a/octal/oc-lte-testbench/pyscripts/script/system/.test5.ini b/octal/oc-lte-testbench/pyscripts/script/system/.test5.ini index 11f2511d8e..43b162a74e 100644 --- a/octal/oc-lte-testbench/pyscripts/script/system/.test5.ini +++ b/octal/oc-lte-testbench/pyscripts/script/system/.test5.ini @@ -2,7 +2,7 @@ #Calib files PREPROCESS_FOLDER = 'measures' -POSTPROCESS_FOLDER = 'calib' +POSTPROCESS_FOLDER = 'cal' POSTPROCESS_BW_SUB_FOLDER = 'bw' FILE_NAME = 'cal.tgz' REMOTE_CALIB_FOLDER = '/tmp/cal/calib' diff --git a/octal/oc-lte-testbench/pyscripts/script/system/system_tx.py b/octal/oc-lte-testbench/pyscripts/script/system/system_tx.py index da9632acf4..3c29faf248 100644 --- a/octal/oc-lte-testbench/pyscripts/script/system/system_tx.py +++ b/octal/oc-lte-testbench/pyscripts/script/system/system_tx.py @@ -93,7 +93,7 @@ class SystemCalib10MHz(): bw= 10 lte_calib.generate_postprocess_tables(context, bw) #FIXME for now ignore these steps below, scp the tgz doesn't work and eeprom validation not working - lte_calib.create_cal_tgz_to_remote(context, '/tmp/') + lte_calib.create_cal_tgz_to_remote(context, '/mnt/app/') #FIXME splitting to validate one ant at a time and commenting out ant2 #lte_calib.validate_eeprom_calibration_both_tx_at_BMT_2_rand(context, bw, cal_tgz_path='/tmp/') #lte_calib.validate_eeprom_calibration_single_tx_at_BMT_2_rand(context, bw, cal_tgz_path='/tmp/', tx=0)