summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/pim.py
diff options
context:
space:
mode:
authorY Bharath <y.bharath@samsung.com>2025-03-18 14:47:54 +0530
committerY Bharath <y.bharath@samsung.com>2025-03-18 14:47:54 +0530
commit066dcf6c209fb06b7ce51f24d7ffad8a8a95eaee (patch)
treec0069496310cc567ec3b72c01d8337e8d7e8bf24 /tests/topotests/lib/pim.py
parentc288e5fbaf73bafb9aa15ade13969fc321e321db (diff)
tests: Corrected input dict at pim.py
Corrected input dict at pim.py Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'tests/topotests/lib/pim.py')
-rw-r--r--tests/topotests/lib/pim.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/topotests/lib/pim.py b/tests/topotests/lib/pim.py
index 349b82aab4..30f214d7cb 100644
--- a/tests/topotests/lib/pim.py
+++ b/tests/topotests/lib/pim.py
@@ -53,20 +53,20 @@ def create_pim_config(tgen, topo, input_dict=None, build=False, load_config=True
"pim": {
"join-prune-interval": "5",
"rp": [{
- "rp_addr" : "1.0.3.17".
- "keep-alive-timer": "100"
- "group_addr_range": ["224.1.1.0/24", "225.1.1.0/24"]
- "prefix-list": "pf_list_1"
+ "rp_addr" : "1.0.3.17",
+ "keep-alive-timer": "100",
+ "group_addr_range": ["224.1.1.0/24", "225.1.1.0/24"],
+ "prefix-list": "pf_list_1",
"delete": True
}]
},
"pim6": {
"disable" : ["l1-i1-eth1"],
"rp": [{
- "rp_addr" : "2001:db8:f::5:17".
- "keep-alive-timer": "100"
- "group_addr_range": ["FF00::/8"]
- "prefix-list": "pf_list_1"
+ "rp_addr" : "2001:db8:f::5:17",
+ "keep-alive-timer": "100",
+ "group_addr_range": ["FF00::/8"],
+ "prefix-list": "pf_list_1",
"delete": True
}]
}
@@ -268,7 +268,7 @@ def create_igmp_config(tgen, topo, input_dict=None, build=False):
"r1-r0-eth0" :{
"igmp":{
"version": "2",
- "delete": True
+ "delete": True,
"query": {
"query-interval" : 100,
"query-max-response-time": 200