nasa-jpl / ION-DTN

NASA Open Source ION Software implementation of Delay Tolerant Networking. ION development is managed by the Jet Propulsion Lab; regression testing and code management are provided by Ohio University.
https://nasa-jpl.github.io/ION-DTN/
Other
23 stars 6 forks source link

tc-dtka test does not say that it will sleep for 8 minutes #38

Open 250MHz opened 3 weeks ago

250MHz commented 3 weeks ago

The tc-dtka test sleeps for 8 minutes without telling the user that it will be sleeping. The comment above incorrectly says 7 minutes. https://github.com/nasa-jpl/ION-DTN/blob/bf89726f4039c1f1d0aa545f5c3ab7e8d1dd1df8/tests/tc-dtka/runtest#L216-L217 This gives the impression that something broke in the test. In contrast, when the test sleeps for 6 minutes, it does say so: https://github.com/nasa-jpl/ION-DTN/blob/bf89726f4039c1f1d0aa545f5c3ab7e8d1dd1df8/tests/tc-dtka/runtest#L185-L189