-
Notifications
You must be signed in to change notification settings - Fork 30
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 integration tests #422
Open
joaoantoniocardoso
wants to merge
15
commits into
mavlink:master
Choose a base branch
from
joaoantoniocardoso:add_integration_tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add integration tests #422
joaoantoniocardoso
wants to merge
15
commits into
mavlink:master
from
joaoantoniocardoso:add_integration_tests
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joaoantoniocardoso
force-pushed
the
add_integration_tests
branch
5 times, most recently
from
July 18, 2024 20:36
76d8a58
to
1677dd8
Compare
joaoantoniocardoso
force-pushed
the
add_integration_tests
branch
2 times, most recently
from
July 22, 2024 19:20
21006ab
to
4eda092
Compare
joaoantoniocardoso
force-pushed
the
add_integration_tests
branch
from
August 3, 2024 02:52
4eda092
to
5d4d90c
Compare
joaoantoniocardoso
force-pushed
the
add_integration_tests
branch
18 times, most recently
from
October 1, 2024 11:44
c5f0d3f
to
a2506c8
Compare
joaoantoniocardoso
force-pushed
the
add_integration_tests
branch
2 times, most recently
from
October 1, 2024 19:22
07c8b16
to
8b7b654
Compare
joaoantoniocardoso
force-pushed
the
add_integration_tests
branch
from
October 1, 2024 19:44
8b7b654
to
ca80596
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First step towards #378
How to test locally
1. Install v4l2loopback:
sudo apt-get install -y v4l2loopback-dkms
sudo pacman -S v4l2loopback-dkms v4l2loopback-utils
2. Add a v4l2loopback device:
3. Get qrtimestamp plugins:
4. Run the test
cargo test --release --locked --test v4l2_latency_and_jitter
5. Clean up