nasa / CTF

This is a new repository for a new tool to be added to the cFS ecosystem called cFS Test Framework (CTF).
27 stars 6 forks source link

StartCfs fails if preceded by SP0_Connect #22

Closed buerge3 closed 2 years ago

buerge3 commented 2 years ago

CTF fails to start CFS on SP0 if there is a SP0_Connect instruction earlier in the script. StartCfs fails even if there is a SP0_Disconnect function in between the SP0_Connect and StartCfs instructions. The StartCfs instruction fails with the following error: "(CFS cfs_vx1) Sorry, session limit reached." I think there probably is a bug with the SP0_Disconnect instruction since it seems that this instruction is not actually disconnecting the SP0 console. See attached log archive for more details. I have also put in the log archive the CTF script for reproducing the error.

buerge3 commented 2 years ago

I have tested it on-target and the problem is now fixed when using the branch https://js-er-code.jsc.nasa.gov/aes/ctf/-/tree/AESCFS-666-ctf-sp0-exit

blueoceanwater commented 2 years ago

It is completed and will be officially released in v1.6.