Skip to content

Commit

Permalink
Restore correct default AS number
Browse files Browse the repository at this point in the history
This was accidentally changed from 64514 to 12345, while this test was
disabled, by commit 03fec6d.
  • Loading branch information
Neil Jerram committed Dec 1, 2017
1 parent fa5d7fe commit 0758c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calico_node/tests/st/bgp/test_single_route_reflector.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _test_single_route_reflector(self, backend='bird'):

# Set the default AS number - as this is used by the RR mesh, and
# turn off the node-to-node mesh (do this from any host).
update_bgp_config(host1, asNum=12345, nodeMesh=False)
update_bgp_config(host1, asNum=64514, nodeMesh=False)

# Create a workload on each host in the same network.
network1 = host1.create_network("subnet1")
Expand Down

0 comments on commit 0758c9e

Please sign in to comment.