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

WIP: Add basic tests for VLAN #482

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andreaskaris
Copy link
Contributor

@andreaskaris andreaskaris commented Jan 22, 2025

Fixes #479

How to test:

cd tests
python3 -m flake8 && python3 -m pytest test_skb.py

@andreaskaris andreaskaris marked this pull request as draft January 22, 2025 19:21
@andreaskaris andreaskaris force-pushed the issue479 branch 2 times, most recently from a5cd80c to 45d89e3 Compare January 22, 2025 19:28
Signed-off-by: Andreas Karis <[email protected]>
@atenart
Copy link
Contributor

atenart commented Jan 23, 2025

@andreaskaris runtime CI tests are triggered only if a PR has the run-functional-tests set. Do you want me to set it here?

@amorenoz amorenoz added the run-functional-tests Request functional tests to be run by CI label Jan 23, 2025
@amorenoz
Copy link
Contributor

Done, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-functional-tests Request functional tests to be run by CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write tests for vlan feature
3 participants