test_spaceToGroundTransmitter
- test_spaceToGroundTransmitter.test_baudRate(deviceStatus, accessStatus)[source]
Validation Test Description
Whether the simpleTransmitter provides the right output message (baudRate) while on;
Whether the simpleTransmitter provides the right output message (baudRate) while off.
Whether the simpleTransmitter provides the right output message (baudRate) while out of access.
- test_spaceToGroundTransmitter.test_downlink(partition_data_0s, partition_data_2s, partition_data_5s, packetSize)[source]
Validation Test Description
Whether the packetSize is correctly set in the spaceToGroundTransmitter module;
Whether the spaceToGroundTransmitter module correctly downlinks data from the simpleStorageUnit;
Whether the spaceToGroundTransmitter module correctly handles data less than the packet size;
- test_spaceToGroundTransmitter.test_downlink_from_partition(partition_data_0s, partition_data_2s, partition_data_5s, packetSize)[source]
Validation Test Description
Whether the spaceToGroundTransmitter module correctly downlinks data from the partitionedStorageUnit;
Whether the spaceToGroundTransmitter module correctly handles data less than the packet size;
Whether the spaceToGroundTransmitter module completely empties the partitionedStorageUnit after downlinking data.;
- test_spaceToGroundTransmitter.test_downlink_with_disrupted_connection(partition_data_0s, partition_data_2s, partition_data_5s, packetSize)[source]
Validation Test Description
Whether the spaceToGroundTransmitter module correctly downlinks data from the partitionedStorageUnit with interrupted connection with ground station;