aboutsummaryrefslogtreecommitdiffstats
path: root/osmopy/osmotestvty.py
diff options
context:
space:
mode:
Diffstat (limited to 'osmopy/osmotestvty.py')
-rw-r--r--osmopy/osmotestvty.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/osmopy/osmotestvty.py b/osmopy/osmotestvty.py
index 8d9f3c4..9f8dd0a 100644
--- a/osmopy/osmotestvty.py
+++ b/osmopy/osmotestvty.py
@@ -48,6 +48,7 @@ class TestVTY(unittest.TestCase):
self.vty = obscvty.VTYInteract(appstring, "127.0.0.1", appport)
def tearDown(self):
+ self.vty._close_socket()
self.vty = None
osmoutil.end_proc(self.proc)