-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability for pytest / fit to issue file uplink commands #3084
Comments
Specifically this issue refers to "FileUplink". Yes this behavior is missing although one could call the file uplink class directly in a pinch. |
fprime-uplink-api.py.txt This file contains basic asserts that can support integration tests on an FPrime :author: koran from fprime.common.models.serialize.time_type import TimeType from fprime_gds.common.handlers import DataHandler class IntegrationTestAPI(DataHandler):
|
Feature Description
Need ability for
fprime-gds/src/fprime_gds/common/testing_fw/api.py
to be able to issue uplink commands.Would be good to have 2 options:
uplink
send onlyuplink_and_await_event
send uplink and allow to wait for EVR response (e.g.fileUplink.FileReceived EventSeverity.ACTIVITY_HI
) from FSW.Rationale
Currently there's no way to issue uplink commands through the testing framework and this would be needed to be able to fully automate a test script. Current work around is to pause a FIT test, send uplink command through GDS GUI and continue FIT test.
The text was updated successfully, but these errors were encountered: