Skip to content
Snippets Groups Projects
Commit f433b9d2 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix failing tests

Factory boy doesn't reset the sequence between tests.
We use a sequence to generate unique IP addresses in the InterfaceFactory.
When the sequence number gets too high, the IP is not in the network
range anymore.

To fix the issue, we reset the sequence number when initializing a new
session.
parent 72752481
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment