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

Introduce automated testing #80

Merged
merged 7 commits into from
Sep 1, 2023
Merged

Introduce automated testing #80

merged 7 commits into from
Sep 1, 2023

Conversation

guvenc
Copy link
Collaborator

@guvenc guvenc commented Sep 1, 2023

Introduce automated testing for metalnet. The tests rely on the existence of the dp-service and metalbond.
The tests do not have any hardware dependency and they can run with TAP device based dp-service.

dp-service can be started with:
./test/dp_service.py --no-init
and metalbond can be started with
./metalbond server --listen [::1]:4711 --http [::1]:4712 --keepalive 3

on the same machine where the make test of the metalnet is being run.

@github-actions github-actions bot added size/XXL enhancement New feature or request labels Sep 1, 2023
@guvenc guvenc force-pushed the feature/automated_testing_vl branch from 425b61e to 2423ab0 Compare September 1, 2023 13:34
@guvenc guvenc merged commit 62f3fda into main Sep 1, 2023
6 of 7 checks passed
@guvenc guvenc deleted the feature/automated_testing_vl branch September 1, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants