]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: Fix perticular spelling
authorDonald Sharp <sharpd@nvidia.com>
Fri, 1 Apr 2022 20:23:27 +0000 (16:23 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 1 Apr 2022 20:24:33 +0000 (16:24 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_ibgp_nbr.py
tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_nbr.py
tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_unnumbered_nbr.py
tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ibgp_nbr.py
tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ibgp_unnumbered_nbr.py
tests/topotests/lib/common_config.py
tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py
tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp_lan.py
tests/topotests/ospfv3_basic_functionality/test_ospfv3_rte_calc.py

index e9de3a5e15891dbeaccced8b1bff0d445d07fa82..37786d07c4c3fd1d0dcc8a55b7bbff9f50726019 100644 (file)
@@ -155,7 +155,7 @@ def teardown_module():
 
 def get_llip(onrouter, intf):
     """
-    API to get the link local ipv6 address of a perticular interface
+    API to get the link local ipv6 address of a particular interface
 
     Parameters
     ----------
@@ -182,7 +182,7 @@ def get_llip(onrouter, intf):
 
 def get_glipv6(onrouter, intf):
     """
-    API to get the global ipv6 address of a perticular interface
+    API to get the global ipv6 address of a particular interface
 
     Parameters
     ----------
index b31c8499e8716fe1c67f25ee6b58fb02bda5e3de..d98eafe36f01831240351b2ea41020cd9bb35271 100644 (file)
@@ -161,7 +161,7 @@ def teardown_module():
 
 def get_llip(onrouter, intf):
     """
-    API to get the link local ipv6 address of a perticular interface
+    API to get the link local ipv6 address of a particular interface
 
     Parameters
     ----------
@@ -188,7 +188,7 @@ def get_llip(onrouter, intf):
 
 def get_glipv6(onrouter, intf):
     """
-    API to get the global ipv6 address of a perticular interface
+    API to get the global ipv6 address of a particular interface
 
     Parameters
     ----------
index bc5c4ddcd7bcf2918114f9a7eee061e6fd211deb..0e6e7eb321dfe9a97068567ca63a6024e9c1b3b8 100644 (file)
@@ -154,7 +154,7 @@ def teardown_module():
 
 def get_llip(onrouter, intf):
     """
-    API to get the link local ipv6 address of a perticular interface
+    API to get the link local ipv6 address of a particular interface
 
     Parameters
     ----------
@@ -181,7 +181,7 @@ def get_llip(onrouter, intf):
 
 def get_glipv6(onrouter, intf):
     """
-    API to get the global ipv6 address of a perticular interface
+    API to get the global ipv6 address of a particular interface
 
     Parameters
     ----------
index 3ce0293ffe17ea3da8abc16d5489ee91561cf4d0..8168817d5998f2c4e2c95981f70f85b79a729e53 100644 (file)
@@ -152,7 +152,7 @@ def teardown_module():
 
 def get_llip(onrouter, intf):
     """
-    API to get the link local ipv6 address of a perticular interface
+    API to get the link local ipv6 address of a particular interface
 
     Parameters
     ----------
@@ -180,7 +180,7 @@ def get_llip(onrouter, intf):
 
 def get_glipv6(onrouter, intf):
     """
-    API to get the global ipv6 address of a perticular interface
+    API to get the global ipv6 address of a particular interface
 
     Parameters
     ----------
index a5a8b5fe6831b6cc2f4ff4ac3ed595ade966fe2b..48533da8b9fc1aaf8bbe24f81fed56ab7deabce5 100644 (file)
@@ -141,7 +141,7 @@ def teardown_module():
 
 def get_llip(onrouter, intf):
     """
-    API to get the link local ipv6 address of a perticular interface
+    API to get the link local ipv6 address of a particular interface
 
     Parameters
     ----------
@@ -169,7 +169,7 @@ def get_llip(onrouter, intf):
 
 def get_glipv6(onrouter, intf):
     """
-    API to get the global ipv6 address of a perticular interface
+    API to get the global ipv6 address of a particular interface
 
     Parameters
     ----------
index 0b97637c1ea2509d2fede5f3dd0851b72e0b471a..d5ef152d2b895e88729f4ef6d128b2feb28af88b 100644 (file)
@@ -4207,7 +4207,7 @@ def verify_bgp_community(tgen, addr_type, router, network, input_dict=None):
 
 def get_ipv6_linklocal_address(topo, node, intf):
     """
-    API to get the link local ipv6 address of a perticular interface
+    API to get the link local ipv6 address of a particular interface
 
     Parameters
     ----------
index 9353cd923b877af955747f148b3104ce043f8aa6..d33c6b278763d9e7eb77834249be351252706a99 100644 (file)
@@ -195,7 +195,7 @@ def red_connected(dut, config=True):
 
 def get_llip(onrouter, intf):
     """
-    API to get the link local ipv6 address of a perticular interface
+    API to get the link local ipv6 address of a particular interface
 
     Parameters
     ----------
@@ -222,7 +222,7 @@ def get_llip(onrouter, intf):
 
 def get_glipv6(onrouter, intf):
     """
-    API to get the global ipv6 address of a perticular interface
+    API to get the global ipv6 address of a particular interface
 
     Parameters
     ----------
index fe8be0a4b364276efba0ed94cd48edc0ac680a78..a28c0d7fc01a7a5b48a3b8713604ae0404037130 100644 (file)
@@ -218,7 +218,7 @@ def red_connected(dut, config=True):
 
 def get_llip(onrouter, intf):
     """
-    API to get the link local ipv6 address of a perticular interface
+    API to get the link local ipv6 address of a particular interface
 
     Parameters
     ----------
@@ -245,7 +245,7 @@ def get_llip(onrouter, intf):
 
 def get_glipv6(onrouter, intf):
     """
-    API to get the global ipv6 address of a perticular interface
+    API to get the global ipv6 address of a particular interface
 
     Parameters
     ----------
index 21d03fadfbebdebca54d2dd5e4ab427eda2ceaeb..2e2f227976d120f00f78acc655759b1e0028f843 100644 (file)
@@ -166,7 +166,7 @@ def teardown_module(mod):
 
 def get_llip(onrouter, intf):
     """
-    API to get the link local ipv6 address of a perticular interface
+    API to get the link local ipv6 address of a particular interface
 
     Parameters
     ----------
@@ -193,7 +193,7 @@ def get_llip(onrouter, intf):
 
 def get_glipv6(onrouter, intf):
     """
-    API to get the global ipv6 address of a perticular interface
+    API to get the global ipv6 address of a particular interface
 
     Parameters
     ----------