Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Sep 23, 2024
1 parent 56c9f7a commit d68c6ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ tenants:

expected_error_message: >-
Found duplicate objects with conflicting data while generating configuration for Ethernet Interfaces defined under point_to_point_services.
{'name': 'Ethernet6.1000', 'encapsulation_vlan': {'client': {'protocol': 'dot1q', 'vlan': 1000}, 'network': {'protocol': 'client'}}, 'peer_type': 'point_to_point_service'}
conflicts with {'name': 'Ethernet6.1000', 'encapsulation_vlan': None, 'peer_type': 'l3_interface'}.
{'name': 'Ethernet6.1000', 'encapsulation_vlan': {'client': {'protocol': 'dot1q', 'vlan': 1000}, 'network': {'protocol': 'client'}},
'peer_type': 'point_to_point_service'} conflicts with {'name': 'Ethernet6.1000', 'encapsulation_vlan': None, 'peer_type': 'l3_interface'}.

0 comments on commit d68c6ed

Please sign in to comment.