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

Clear User Reserved Memory prior to rebooting SP0 #36

Closed dmknutsen closed 2 years ago

dmknutsen commented 2 years ago

Please include a command to clear the User Reserved Memory (URM) prior to sending the reboot command in sp0_protocol:sp0_reboot_thread. This will mimic the behavior of a Power On Reset (POR) and ensure that all verification tests have the same starting conditions when testing against SP0.

Example: self.send_command("cmd rm -r /ffx0/URM/*\n",blocking=False) Global.time_manager.wait(10) self.send_command("reboot()\n", blocking=False)