mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 13:27:53 +00:00
tests: remove unnecessary wildcard fields from pim acl test
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
This commit is contained in:
parent
7e3d4048a6
commit
8b4b88d4d6
@ -135,12 +135,10 @@ def test_pim_asm_igmp_join_acl():
|
|||||||
expected = {
|
expected = {
|
||||||
"r1-eth0":{
|
"r1-eth0":{
|
||||||
"name":"r1-eth0",
|
"name":"r1-eth0",
|
||||||
"224.0.1.40":"*",
|
|
||||||
"229.1.1.1":None
|
"229.1.1.1":None
|
||||||
},
|
},
|
||||||
"r1-eth2":{
|
"r1-eth2":{
|
||||||
"name":"r1-eth2",
|
"name":"r1-eth2",
|
||||||
"224.0.1.40":"*",
|
|
||||||
"229.1.1.1":None
|
"229.1.1.1":None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -166,9 +164,7 @@ def test_pim_asm_igmp_join_acl():
|
|||||||
"sources":[
|
"sources":[
|
||||||
{
|
{
|
||||||
"source":"*",
|
"source":"*",
|
||||||
"timer":"--:--",
|
|
||||||
"forwarded":False,
|
"forwarded":False,
|
||||||
"uptime":"*"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -227,8 +223,6 @@ def test_pim_asm_igmp_join_acl():
|
|||||||
"source":"*",
|
"source":"*",
|
||||||
"group":"229.1.1.1",
|
"group":"229.1.1.1",
|
||||||
"primaryAddr":"10.0.20.2",
|
"primaryAddr":"10.0.20.2",
|
||||||
"sockFd":"*",
|
|
||||||
"upTime":"*"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -286,13 +280,11 @@ def test_pim_ssm_igmp_join_acl():
|
|||||||
expected = {
|
expected = {
|
||||||
"r1-eth0":{
|
"r1-eth0":{
|
||||||
"name":"r1-eth0",
|
"name":"r1-eth0",
|
||||||
"224.0.1.40":"*",
|
|
||||||
"229.1.1.1":None,
|
"229.1.1.1":None,
|
||||||
"232.1.1.1":None
|
"232.1.1.1":None
|
||||||
},
|
},
|
||||||
"r1-eth2":{
|
"r1-eth2":{
|
||||||
"name":"r1-eth2",
|
"name":"r1-eth2",
|
||||||
"224.0.1.40":"*",
|
|
||||||
"229.1.1.1":None,
|
"229.1.1.1":None,
|
||||||
"232.1.1.1":None
|
"232.1.1.1":None
|
||||||
}
|
}
|
||||||
@ -319,9 +311,7 @@ def test_pim_ssm_igmp_join_acl():
|
|||||||
"sources":[
|
"sources":[
|
||||||
{
|
{
|
||||||
"source":"10.0.20.2",
|
"source":"10.0.20.2",
|
||||||
"timer":"*",
|
|
||||||
"forwarded":False,
|
"forwarded":False,
|
||||||
"uptime":"*"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -397,9 +387,7 @@ def test_pim_ssm_igmp_join_acl():
|
|||||||
"sources":[
|
"sources":[
|
||||||
{
|
{
|
||||||
"source":"10.0.20.2",
|
"source":"10.0.20.2",
|
||||||
"timer":"*",
|
|
||||||
"forwarded":False,
|
"forwarded":False,
|
||||||
"uptime":"*"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -422,8 +410,6 @@ def test_pim_ssm_igmp_join_acl():
|
|||||||
"source":"10.0.20.2",
|
"source":"10.0.20.2",
|
||||||
"group":"232.1.1.1",
|
"group":"232.1.1.1",
|
||||||
"primaryAddr":"10.0.20.2",
|
"primaryAddr":"10.0.20.2",
|
||||||
"sockFd":"*",
|
|
||||||
"upTime":"*"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -491,9 +477,7 @@ def test_pim_ssm_igmp_join_acl():
|
|||||||
"sources":[
|
"sources":[
|
||||||
{
|
{
|
||||||
"source":"10.0.40.4",
|
"source":"10.0.40.4",
|
||||||
"timer":"*",
|
|
||||||
"forwarded":False,
|
"forwarded":False,
|
||||||
"uptime":"*"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user