Skip to content

Commit

Permalink
Adding PEER ipv4 definition to test
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Dancejic <ndancejic@microsoft.com>
  • Loading branch information
Ndancejic committed Aug 25, 2022
1 parent d91e336 commit 424aa4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_neighbor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class TestNeighbor(object):
CONFIG_PEER_SWITCH = "PEER_SWITCH"
PEER_SWITCH_HOST = "peer_switch_hostname"
PEER_IPV4 = "10.1.0.33"

DEFAULT_PEER_SWITCH_PARAMS = {
"address_ipv4": PEER_IPV4
Expand Down

0 comments on commit 424aa4a

Please sign in to comment.