Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 10, 2024
1 parent e5da466 commit e91b1a1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
metric: 10
route_map: bar
include_connected: true
as_number: '65000'
as_number: "65000"
state: merged

- name: Assert that correct set of commands were generated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
metric: 10
route_map: bar
include_connected: true
as_number: '65000'
as_number: "65000"
state: rendered

- name: Assert that change was false
Expand Down
32 changes: 16 additions & 16 deletions tests/integration/targets/ios_bgp_address_family/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ merged:
metric: 10
process_id: 124
route_map: bar
as_number: '65000'
as_number: "65000"

overridden:
commands:
Expand Down Expand Up @@ -174,11 +174,11 @@ overridden:
type_1: true
metric: 15
route_map: foo
- afi: 'ipv4'
- afi: "ipv4"
aggregate_addresses:
- address: '192.0.2.1'
- address: "192.0.2.1"
as_confed_set: true
netmask: '255.255.255.255'
netmask: "255.255.255.255"
bgp:
aggregate_timer: 10
dampening:
Expand All @@ -190,15 +190,15 @@ overridden:
detection:
threshold: 150
networks:
- address: '198.51.110.10'
- address: "198.51.110.10"
backdoor: true
mask: '255.255.255.255'
safi: 'multicast'
mask: "255.255.255.255"
safi: "multicast"
# vrf: "blue"
- afi: 'ipv4'
safi: 'mdt'
- afi: 'ipv6'
- afi: 'ipv6'
- afi: "ipv4"
safi: "mdt"
- afi: "ipv6"
- afi: "ipv6"
bgp:
aggregate_timer: 10
dampening:
Expand All @@ -212,8 +212,8 @@ overridden:
networks:
- address: 2001:DB8:0:3::/64
route_map: test_ipv6
safi: 'multicast'
as_number: '65000'
safi: "multicast"
as_number: "65000"

replaced:
commands:
Expand Down Expand Up @@ -300,7 +300,7 @@ replaced:
metric: 10
route_map: bar
include_connected: true
as_number: '65000'
as_number: "65000"

deleted:
commands:
Expand Down Expand Up @@ -335,7 +335,7 @@ rendered:

deleted_all:
after:
as_number: '65000'
as_number: "65000"

parsed:
config:
Expand All @@ -352,4 +352,4 @@ parsed:
- address: 192.0.2.0
- address: 192.0.3.0
- address: 192.0.4.0
as_number: '65536'
as_number: "65536"

0 comments on commit e91b1a1

Please sign in to comment.