Closed Futabay closed 4 years ago
Found Bugs:
There seems to be an issue that dtype.py
encoding string args. dtype.py#L242
Further investigation is required.
@Futabay, can you rerun this with the merged fix from @nttoole and verify this works now?
If so we can close this out.
Confirmed the fix
(ait) LMC-062858:AIT kkallas$ ait-seq-send test.rts
2020-04-16T16:20:27.815 | WARNING | Config parameter dsn.cfdp.mib.path specifies nonexistent path /Users/kkallas/Documents/github/AIT/AIT-Core/config/mib
2020-04-16T16:20:27.816 | WARNING | Config parameter dsn.cfdp.datasink.outgoing.path specifies nonexistent path /Users/kkallas/Documents/github/AIT/AIT-Core/ait/dsn/cfdp/datasink/outgoing
2020-04-16T16:20:27.818 | WARNING | Config parameter dsn.cfdp.datasink.incoming.path specifies nonexistent path /Users/kkallas/Documents/github/AIT/AIT-Core/ait/dsn/cfdp/datasink/incoming
2020-04-16T16:20:27.819 | WARNING | Config parameter dsn.cfdp.datasink.tempfiles.path specifies nonexistent path /Users/kkallas/Documents/github/AIT/AIT-Core/ait/dsn/cfdp/datasink/tempfiles
2020-04-16T16:20:27.821 | WARNING | Config parameter dsn.cfdp.datasink.pdusink.path specifies nonexistent path /Users/kkallas/Documents/github/AIT/AIT-Core/ait/dsn/cfdp/datasink/pdusink
2020-04-16T16:20:27.822 | WARNING | Config parameter data.1553.path specifies nonexistent path /gds/dev/data/LMC-062858/2020/2020-107/downlink/1553
2020-04-16T16:20:27.824 | WARNING | Config parameter data.bad.path specifies nonexistent path /gds/dev/data/LMC-062858/2020/2020-107/downlink/bad
2020-04-16T16:20:27.826 | WARNING | Config parameter data.lehx.path specifies nonexistent path /gds/dev/data/LMC-062858/2020/2020-107/downlink/lehx
2020-04-16T16:20:27.827 | WARNING | Config parameter data.planning.path specifies nonexistent path /gds/dev/data/LMC-062858/2020/2020-107/planning
2020-04-16T16:20:27.828 | WARNING | Config parameter data.sdos.path specifies nonexistent path /gds/dev/data/LMC-062858/2020/2020-107/sdos
2020-04-16T16:20:27.830 | WARNING | Config parameter data.uplink.path specifies nonexistent path /gds/dev/data/LMC-062858/2020/2020-107/uplink
2020-04-16T16:20:27.831 | WARNING | Config parameter data.ats.path specifies nonexistent path /gds/dev/data/LMC-062858/2020/2020-107/ats
2020-04-16T16:20:28.499 | PROGRAM | /Users/kkallas/.virtualenvs/ait/bin/ait-seq-send test.rts
2020-04-16T16:20:30.508 | INFO | 2 SEND_STR_ARG 1
2020-04-16T16:20:30.511 | COMMAND | Sending to 127.0.0.1:3075: SEND_STR_ARG 1
2020-04-16T16:20:34.521 | INFO | 4 SEND_STR_ARG argument
2020-04-16T16:20:34.525 | COMMAND | Sending to 127.0.0.1:3075: SEND_STR_ARG argument
2020-04-16T16:20:40.528 | INFO | 6 SEND_STR_ARG 1.1
2020-04-16T16:20:40.530 | COMMAND | Sending to 127.0.0.1:3075: SEND_STR_ARG 1.1
2020-04-16T16:20:50.533 | INFO | 10 SEQ_ENABLE_DISABLE 21 ENABLED
2020-04-16T16:20:50.536 | COMMAND | Sending to 127.0.0.1:3075: SEQ_ENABLE_DISABLE 21 ENABLED
2020-04-16T16:20:50.539 | PROGRAM | done.
Precondition
Go to a terminal, invoke
ait-seq-send
command