test_spaceToGroundTransmitter

test_spaceToGroundTransmitter.test_baudRate(deviceStatus, accessStatus)[source]

Validation Test Description

  1. Whether the simpleTransmitter provides the right output message (baudRate) while on;

  2. Whether the simpleTransmitter provides the right output message (baudRate) while off.

  3. Whether the simpleTransmitter provides the right output message (baudRate) while out of access.

Validation Test Description

  1. Whether the packetSize is correctly set in the spaceToGroundTransmitter module;

  2. Whether the spaceToGroundTransmitter module correctly downlinks data from the simpleStorageUnit;

  3. Whether the spaceToGroundTransmitter module correctly handles data less than the packet size;

Validation Test Description

  1. Whether the spaceToGroundTransmitter module correctly downlinks data from the partitionedStorageUnit;

  2. Whether the spaceToGroundTransmitter module correctly handles data less than the packet size;

  3. Whether the spaceToGroundTransmitter module completely empties the partitionedStorageUnit after downlinking data.;

Validation Test Description

  1. Whether the spaceToGroundTransmitter module correctly downlinks data from the partitionedStorageUnit with interrupted connection with ground station;