-
Notifications
You must be signed in to change notification settings - Fork 20
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
Val: video test stubs and media-proxy related fixtures #304
base: main
Are you sure you want to change the base?
Conversation
* tx/rx send mock implemented
* Moving validation application into a separate folder * Adding a base for functional testing using pytest * Fixtures to build the newest validation app (Lappka) * Class-based structure for JSON building --------- Co-authored-by: Bartosz Krystowski <[email protected]> Co-authored-by: marcin-le <[email protected]> Co-authored-by: Pomian, Karolina <[email protected]>
This reverts commit a6b8945.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…el(R) from Media Communications Mesh
def remove_sent_file(file_path: str, app_path: str): | ||
# filepath "/x/y/z.yuv", app_path "/a/b/" | ||
# removes /a/b/z.yuv | ||
removal_path = f'{app_path}/{file_path.split("/")[-1]}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using Pathlib is more convenient I believe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is, let me change that, thanks for the suggestion :)
Add: stub for fixtures relating to media_proxy process lifecycle (spawning, killing)
Add: removal of sent file at the end of test to avoid disk full errors
Add: tests of mock for cluster and st2110 video transfers
Fix: wrong connection.st2110.transport value
Add: todos for further code extension
in tests/validation: Extending copyright with 2024-2025
in tests/validation: Removing 'Intel(R)' from Media Communications Mesh
Follow up to #296.