Skip to content
Snippets Groups Projects
Verified Commit bc0b8be0 authored by Neda Moeini's avatar Neda Moeini Committed by Karel van Klink
Browse files

Fix the tests issue.

parent 6786759d
No related branches found
No related tags found
1 merge request!298Add BFD configuration to Service binding ports
...@@ -95,7 +95,7 @@ def initialize_subscription(subscription: ImportedNRENL3CoreServiceInactive, ser ...@@ -95,7 +95,7 @@ def initialize_subscription(subscription: ImportedNRENL3CoreServiceInactive, ser
BGPSession.new( BGPSession.new(
subscription_id=uuid4(), subscription_id=uuid4(),
ip_type=IPTypes.IPV4 ip_type=IPTypes.IPV4
if session["families"] in {IPFamily.V4UNICAST, IPFamily.V4MULTICAST} if any(family in {IPFamily.V4UNICAST, IPFamily.V4MULTICAST} for family in session["families"])
else IPTypes.IPV6, else IPTypes.IPV6,
**session, **session,
) )
......
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