Skip to content

Commit 424aa4a

Browse files
committed
Adding PEER ipv4 definition to test
Signed-off-by: Nikola Dancejic <[email protected]>
1 parent d91e336 commit 424aa4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_neighbor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class TestNeighbor(object):
99
CONFIG_PEER_SWITCH = "PEER_SWITCH"
1010
PEER_SWITCH_HOST = "peer_switch_hostname"
11+
PEER_IPV4 = "10.1.0.33"
1112

1213
DEFAULT_PEER_SWITCH_PARAMS = {
1314
"address_ipv4": PEER_IPV4

0 commit comments

Comments
 (0)