ADCSng v1.1.0dev Regression Tests

Start Time: 2020-04-27 19:24:37

Duration: 64 ms

Summary: Total: 24, Pass: 8, Error: 16

__main__.TestRegression Status
test_bepic_1_runADCSng____ Error

Executing ADCSng v1.1.0dev for BepiColombo

AttributeError: 'NoneType' object has no attribute 'replace'

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 143, in test_bepic_1_runADCSng____ bepicolombo.runADCSng(version) File "/Users/mcosta/adcsng/adcsng/tests/bepic/bepicolombo.py", line 24, in runADCSng print_html(f"Executing ADCSng v{version} for BepiColombo") File "/Users/mcosta/adcsng/adcsng/utils/files.py", line 374, in print_html print(string).replace("\n", "
") AttributeError: 'NoneType' object has no attribute 'replace'

test_bepic_2_SPKcompare___ Pass
test_bepic_3_CKcompare____ Error

NameError: CK Kernel ker_gen/ck/bc_mpo_sc_fsp_00042_20190110_20190124_f20181127_v04.bc does not exist

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 150, in test_bepic_3_CKcompare____ bepicolombo.CKcompare() File "/Users/mcosta/adcsng/adcsng/tests/bepic/bepicolombo.py", line 156, in CKcompare if not os.path.exists(ck_1): raise NameError(f"CK Kernel {ck_1} does not exist") NameError: CK Kernel ker_gen/ck/bc_mpo_sc_fsp_00042_20190110_20190124_f20181127_v04.bc does not exist

test_bepic_4_SCLKcompare__ Pass
test_bepic_5_MKcompare____ Error

NameError: No MK Kernels available

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 156, in test_bepic_5_MKcompare____ bepicolombo.MKcompare() File "/Users/mcosta/adcsng/adcsng/tests/bepic/bepicolombo.py", line 238, in MKcompare raise NameError("No MK Kernels available") NameError: No MK Kernels available

test_bepic_6_LOGcompare___ Error

IndexError: list index out of range

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 159, in test_bepic_6_LOGcompare___ bepicolombo.LOGcompare() File "/Users/mcosta/adcsng/adcsng/tests/bepic/bepicolombo.py", line 275, in LOGcompare if sorted(logs[0]) != sorted(logs[1]): IndexError: list index out of range

test_em16__1_runMkADCSng__ Error

Executing ADCSng v1.1.0dev for ExoMars2016

AttributeError: 'NoneType' object has no attribute 'replace'

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 84, in test_em16__1_runMkADCSng__ exomars2016.runMkADCSng(version) File "/Users/mcosta/adcsng/adcsng/tests/em16/exomars2016.py", line 33, in runMkADCSng print_html(f"Executing ADCSng v{version} for ExoMars2016") File "/Users/mcosta/adcsng/adcsng/utils/files.py", line 374, in print_html print(string).replace("\n", "
") AttributeError: 'NoneType' object has no attribute 'replace'

test_em16__2_runADCSng____ Error

Executing ADCSng v1.1.0dev for ExoMars2016

AttributeError: 'NoneType' object has no attribute 'replace'

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 87, in test_em16__2_runADCSng____ exomars2016.runADCSng(version) File "/Users/mcosta/adcsng/adcsng/tests/em16/exomars2016.py", line 24, in runADCSng print_html(f"Executing ADCSng v{version} for ExoMars2016") File "/Users/mcosta/adcsng/adcsng/utils/files.py", line 374, in print_html print(string).replace("\n", "
") AttributeError: 'NoneType' object has no attribute 'replace'

test_em16__3_SPKcompare___ Pass
test_em16__4_CKcompare____ Error

NameError: CK Kernel ker_gen/ck/em16_tgo_sc_fmp_007_01_20181006_20181006_f20180215_v02.bc does not exist

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 94, in test_em16__4_CKcompare____ exomars2016.CKcompare() File "/Users/mcosta/adcsng/adcsng/tests/em16/exomars2016.py", line 170, in CKcompare if not os.path.exists(ck_2): raise NameError(f"CK Kernel {ck_2} does not exist") NameError: CK Kernel ker_gen/ck/em16_tgo_sc_fmp_007_01_20181006_20181006_f20180215_v02.bc does not exist

test_em16__5_SCLKcompare__ Pass
test_em16__6_MKcompare____ Error

NameError: No MK Kernels available

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 100, in test_em16__6_MKcompare____ exomars2016.MKcompare() File "/Users/mcosta/adcsng/adcsng/tests/em16/exomars2016.py", line 251, in MKcompare raise NameError("No MK Kernels available") NameError: No MK Kernels available

test_emrsp_1_runADCSng____ Error

Executing ADCSng v1.1.0dev for ExoMarsRSP

AttributeError: 'NoneType' object has no attribute 'replace'

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 107, in test_emrsp_1_runADCSng____ exomarsrsp.runADCSng(version) File "/Users/mcosta/adcsng/adcsng/tests/emrsp/exomarsrsp.py", line 24, in runADCSng print_html(f"Executing ADCSng v{version} for ExoMarsRSP") File "/Users/mcosta/adcsng/adcsng/utils/files.py", line 374, in print_html print(string).replace("\n", "
") AttributeError: 'NoneType' object has no attribute 'replace'

test_emrsp_2_SPKcompare___ Pass
test_emrsp_3_CKcompare____ Error

NameError: CK Kernel ker_gen/ck/emrsp_rm_surf_gnc-tlm_0001_v001.bc does not exist

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 113, in test_emrsp_3_CKcompare____ exomarsrsp.CKcompare() File "/Users/mcosta/adcsng/adcsng/tests/emrsp/exomarsrsp.py", line 145, in CKcompare if not os.path.exists(ck_2): raise NameError(f"CK Kernel {ck_2} does not exist") NameError: CK Kernel ker_gen/ck/emrsp_rm_surf_gnc-tlm_0001_v001.bc does not exist

test_emrsp_4_MKcompare____ Error

NameError: No MK Kernels available

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 119, in test_emrsp_4_MKcompare____ exomarsrsp.MKcompare() File "/Users/mcosta/adcsng/adcsng/tests/emrsp/exomarsrsp.py", line 226, in MKcompare raise NameError("No MK Kernels available") NameError: No MK Kernels available

test_mex___1_runADCSng____ Error

Executing ADCSng v1.1.0dev for Mars-Express

AttributeError: 'NoneType' object has no attribute 'replace'

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 166, in test_mex___1_runADCSng____ mars_express.runADCSng(version) File "/Users/mcosta/adcsng/adcsng/tests/mex/mars_express.py", line 25, in runADCSng print_html(f"Executing ADCSng v{version} for Mars-Express") File "/Users/mcosta/adcsng/adcsng/utils/files.py", line 374, in print_html print(string).replace("\n", "
") AttributeError: 'NoneType' object has no attribute 'replace'

test_mex___2_SPKcompare___ Pass
test_mex___3_MKcompare____ Error

NameError: No MK Kernels available

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 173, in test_mex___3_MKcompare____ mars_express.MKcompare() File "/Users/mcosta/adcsng/adcsng/tests/mex/mars_express.py", line 121, in MKcompare raise NameError("No MK Kernels available") NameError: No MK Kernels available

test_mex___4_ORBNUMcompare Pass
test_solo__1_runADCSng____ Error

Executing ADCSng v1.1.0dev for Solar Orbiter

AttributeError: 'NoneType' object has no attribute 'replace'

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 126, in test_solo__1_runADCSng____ solar_orbiter.runADCSng(version) File "/Users/mcosta/adcsng/adcsng/tests/solo/solar_orbiter.py", line 30, in runADCSng print_html(f"Executing ADCSng v{version} for Solar Orbiter") File "/Users/mcosta/adcsng/adcsng/utils/files.py", line 374, in print_html print(string).replace("\n", "
") AttributeError: 'NoneType' object has no attribute 'replace'

test_solo__2_SPKcompare___ Pass
test_solo__3_CKcompare____ Error

NameError: CK Kernel ker_gen/ck/solo_ANC_soc-default-att_20200210-20200210_L000_V0_00000_V01.bc does not exist

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 133, in test_solo__3_CKcompare____ solar_orbiter.CKcompare() File "/Users/mcosta/adcsng/adcsng/tests/solo/solar_orbiter.py", line 152, in CKcompare if not os.path.exists(ck_1): raise NameError(f"CK Kernel {ck_1} does not exist") NameError: CK Kernel ker_gen/ck/solo_ANC_soc-default-att_20200210-20200210_L000_V0_00000_V01.bc does not exist

test_solo__4_MKcompare____ Error

NameError: No MK Kernels available

Traceback (most recent call last): File "/Users/mcosta/adcsng/adcsng/tests/test_regression.py", line 136, in test_solo__4_MKcompare____ solar_orbiter.MKcompare() File "/Users/mcosta/adcsng/adcsng/tests/solo/solar_orbiter.py", line 197, in MKcompare raise NameError("No MK Kernels available") NameError: No MK Kernels available

Total: 24, Pass: 8, Error: 16 -- Duration: 64 ms