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.
Please register or sign in to comment