Skip to content
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

feat(logging): include support for test logging #13

Merged
merged 8 commits into from
Dec 18, 2023
Merged

Conversation

Diogo21Costa
Copy link
Member

@Diogo21Costa Diogo21Costa commented Oct 10, 2023

PR Description

This pull request incorporates a logging monitor into the test framework.

Types of Changes

  • feat: Connection Support
    • Logical Unit: connection.py

The commit 52b2b59 introduces the functions needed to connect the framework to a test target platform, enabling result logging.

  • feat: Logging Results
    • Logical Unit: test_framework.py

The commit 9787aca integrates the logging monitor, allowing for result tracing after deploying the test platform.

  • feat: Platform Deployment
    • Logical Unit: src/platform

The commit 17ac782 includes the necessary script to launch the test target platform (i.e., the qemu emulator). This folder will be expanded with scripts for deploying different platforms in the future.

Checklist:

  • I have run the CI checkers before submitting the PR to avoid unnecessary runs of the workflow.

framework/test_framework.py Outdated Show resolved Hide resolved
framework/test_framework.py Outdated Show resolved Hide resolved
framework/platform/qemu/run.sh Outdated Show resolved Hide resolved
framework/platform/qemu/run.sh Outdated Show resolved Hide resolved
src/platform/qemu/run.sh Outdated Show resolved Hide resolved
@ESCristiano ESCristiano self-requested a review December 18, 2023 14:09
@ESCristiano ESCristiano merged commit 9dbfa1a into main Dec 18, 2023
5 checks passed
@ESCristiano ESCristiano deleted the feat/logging branch December 18, 2023 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants