Issue/fix test
Created by: arnaudsjs
Description
The VyOS instance used by the CI pipeline has a management IP in the range 10.0.0.0/24 (eth0). Therefore the test cases should not associate an IP address in the same range to the eth1 interface. This leads to routing issues. This PR fixes that issue.
Self Check:
-
Attached issue to pull request -
Changelog entry -
Version number is bumped to dev version -
Code is clear and sufficiently documented -
Sufficient test cases (reproduces the bug/tests the requested feature) -
Correct, in line with design -
End user documentation is included or an issue is created for end-user documentation
Reviewer Checklist:
-
Sufficient test cases (reproduces the bug/tests the requested feature) -
Code is clear and sufficiently documented -
Correct, in line with design