-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
05-single-hop-route: initial import of automated tests #162
Conversation
543c7eb
to
6516b4f
Compare
Rebased to current master |
6516b4f
to
19f7311
Compare
Rebased to current master |
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.
tested:
collected 4 items
05-single-hop-route/test_spec05.py::test_task01[nodes0] PASSED [ 25%]
05-single-hop-route/test_spec05.py::test_task02[nodes0] PASSED [ 50%]
05-single-hop-route/test_spec05.py::test_task03[nodes0] PASSED [ 75%]
05-single-hop-route/test_spec05.py::test_task04[nodes0] PASSED [100%]
---------------------------------------------------------- generated xml file: /home/francisco/workspace/Release-Specs/test-report.xml ----------------------------------------------------------
================================================================================= 4 passed in 199.26s (0:03:19) =================================================================================
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.
A single comment, you can squash right away.
Co-Authored-By: Alexandre Abadie <alexandre.abadie@inria.fr> Co-Authored-By: Jose Alamos <jose.alamos@haw-hamburg.de> Co-Authored-By: Martine S. Lenders <m.lenders@fu-berlin.de>
19f7311
to
ae1c303
Compare
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.
ACK
Taken out of the original #155, this provides automated tests (where possible with the current framework) for spec 5 to the new, pytest-based framework.
Requires #155