summaryrefslogtreecommitdiffhomepage
path: root/test/lib
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2017-12-11 16:50:16 +0900
committerIWASE Yusuke <iwase.yusuke0@gmail.com>2018-01-09 16:15:11 +0900
commit14a6bf184e16c5126967d99996154ca8b56e6089 (patch)
tree2bf64e04570df186c1e373672c72a322b3077aa7 /test/lib
parent53df6493e1ca981c3bde8e2c15832625c8cce2da (diff)
test/lib/base: Fix typos
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/base.py b/test/lib/base.py
index 9a543c45..d7d33f40 100644
--- a/test/lib/base.py
+++ b/test/lib/base.py
@@ -477,7 +477,7 @@ class BGPContainer(Container):
def get_neighbor_state(self, peer_id):
raise Exception('implement get_neighbor() method')
- def get_reachablily(self, prefix, timeout=20):
+ def get_reachability(self, prefix, timeout=20):
version = netaddr.IPNetwork(prefix).version
addr = prefix.split('/')[0]
if version == 4: