Skip to content

Commit

Permalink
tests: remove unnecessary wildcard fields from pim acl test
Browse files Browse the repository at this point in the history
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
  • Loading branch information
Jafaral committed Jan 10, 2025
1 parent 7e3d404 commit 8b4b88d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/topotests/pim_boundary_acl/test_pim_boundary_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,10 @@ def test_pim_asm_igmp_join_acl():
expected = {
"r1-eth0":{
"name":"r1-eth0",
"224.0.1.40":"*",
"229.1.1.1":None
},
"r1-eth2":{
"name":"r1-eth2",
"224.0.1.40":"*",
"229.1.1.1":None
}
}
Expand All @@ -166,9 +164,7 @@ def test_pim_asm_igmp_join_acl():
"sources":[
{
"source":"*",
"timer":"--:--",
"forwarded":False,
"uptime":"*"
}
]
}
Expand Down Expand Up @@ -227,8 +223,6 @@ def test_pim_asm_igmp_join_acl():
"source":"*",
"group":"229.1.1.1",
"primaryAddr":"10.0.20.2",
"sockFd":"*",
"upTime":"*"
}
]
}
Expand Down Expand Up @@ -286,13 +280,11 @@ def test_pim_ssm_igmp_join_acl():
expected = {
"r1-eth0":{
"name":"r1-eth0",
"224.0.1.40":"*",
"229.1.1.1":None,
"232.1.1.1":None
},
"r1-eth2":{
"name":"r1-eth2",
"224.0.1.40":"*",
"229.1.1.1":None,
"232.1.1.1":None
}
Expand All @@ -319,9 +311,7 @@ def test_pim_ssm_igmp_join_acl():
"sources":[
{
"source":"10.0.20.2",
"timer":"*",
"forwarded":False,
"uptime":"*"
}
]
}
Expand Down Expand Up @@ -397,9 +387,7 @@ def test_pim_ssm_igmp_join_acl():
"sources":[
{
"source":"10.0.20.2",
"timer":"*",
"forwarded":False,
"uptime":"*"
}
]
}
Expand All @@ -422,8 +410,6 @@ def test_pim_ssm_igmp_join_acl():
"source":"10.0.20.2",
"group":"232.1.1.1",
"primaryAddr":"10.0.20.2",
"sockFd":"*",
"upTime":"*"
}
]
}
Expand Down Expand Up @@ -491,9 +477,7 @@ def test_pim_ssm_igmp_join_acl():
"sources":[
{
"source":"10.0.40.4",
"timer":"*",
"forwarded":False,
"uptime":"*"
}
]
}
Expand Down

0 comments on commit 8b4b88d

Please # to comment.