mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-06 03:56:57 +00:00
tests: Drop interfaceIp
from OSPF tests
Deprecated. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
e24ff4c275
commit
3cc01bb00b
@ -140,22 +140,6 @@ def verify_p2mp_interface(tgen, router, nbr_cnt, nbr_adj_cnt, nbr_filter):
|
|||||||
"interfaces": {
|
"interfaces": {
|
||||||
"r1-eth0": {
|
"r1-eth0": {
|
||||||
"ospfEnabled": True,
|
"ospfEnabled": True,
|
||||||
"interfaceIp": {
|
|
||||||
"10.1.0.1": {
|
|
||||||
"ipAddress": "10.1.0.1",
|
|
||||||
"ipAddressPrefixlen": 24,
|
|
||||||
"ospfIfType": "Broadcast",
|
|
||||||
"routerId": "1.1.1.1",
|
|
||||||
"networkType": "POINTOMULTIPOINT",
|
|
||||||
"cost": 10,
|
|
||||||
"state": "Point-To-Point",
|
|
||||||
"nbrCount": nbr_cnt,
|
|
||||||
"nbrAdjacentCount": nbr_adj_cnt,
|
|
||||||
"prefixSuppression": False,
|
|
||||||
"p2mpDelayReflood": False,
|
|
||||||
"nbrFilterPrefixList": nbr_filter,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ipAddress": "10.1.0.1",
|
"ipAddress": "10.1.0.1",
|
||||||
"ipAddressPrefixlen": 24,
|
"ipAddressPrefixlen": 24,
|
||||||
"ospfIfType": "Broadcast",
|
"ospfIfType": "Broadcast",
|
||||||
@ -201,17 +185,6 @@ def verify_non_p2mp_interface(tgen):
|
|||||||
"interfaces": {
|
"interfaces": {
|
||||||
"r1-eth0": {
|
"r1-eth0": {
|
||||||
"ospfEnabled": True,
|
"ospfEnabled": True,
|
||||||
"interfaceIp": {
|
|
||||||
"10.1.0.1": {
|
|
||||||
"ipAddress": "10.1.0.1",
|
|
||||||
"ipAddressPrefixlen": 24,
|
|
||||||
"ospfIfType": "Broadcast",
|
|
||||||
"routerId": "1.1.1.1",
|
|
||||||
"networkType": "BROADCAST",
|
|
||||||
"cost": 10,
|
|
||||||
"prefixSuppression": False,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ipAddress": "10.1.0.1",
|
"ipAddress": "10.1.0.1",
|
||||||
"ipAddressPrefixlen": 24,
|
"ipAddressPrefixlen": 24,
|
||||||
"ospfIfType": "Broadcast",
|
"ospfIfType": "Broadcast",
|
||||||
|
@ -144,22 +144,6 @@ def verify_p2mp_interface(tgen, router, nbr_cnt, nbr_adj_cnt, non_broadcast):
|
|||||||
"interfaces": {
|
"interfaces": {
|
||||||
"r1-eth0": {
|
"r1-eth0": {
|
||||||
"ospfEnabled": True,
|
"ospfEnabled": True,
|
||||||
"interfaceIp": {
|
|
||||||
"10.1.0.1": {
|
|
||||||
"ipAddress": "10.1.0.1",
|
|
||||||
"ipAddressPrefixlen": 24,
|
|
||||||
"ospfIfType": "Broadcast",
|
|
||||||
"routerId": "1.1.1.1",
|
|
||||||
"networkType": "POINTOMULTIPOINT",
|
|
||||||
"cost": 10,
|
|
||||||
"state": "Point-To-Point",
|
|
||||||
"nbrCount": nbr_cnt,
|
|
||||||
"nbrAdjacentCount": nbr_adj_cnt,
|
|
||||||
"prefixSuppression": False,
|
|
||||||
"p2mpDelayReflood": False,
|
|
||||||
"p2mpNonBroadcast": non_broadcast,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ipAddress": "10.1.0.1",
|
"ipAddress": "10.1.0.1",
|
||||||
"ipAddressPrefixlen": 24,
|
"ipAddressPrefixlen": 24,
|
||||||
"ospfIfType": "Broadcast",
|
"ospfIfType": "Broadcast",
|
||||||
|
Loading…
Reference in New Issue
Block a user