summaryrefslogtreecommitdiffstats
path: root/test/topology.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/topology.py')
-rw-r--r--test/topology.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/topology.py b/test/topology.py
index a8a2f15..26dc622 100644
--- a/test/topology.py
+++ b/test/topology.py
@@ -25,6 +25,7 @@ import psutil
import time
from ydk.providers import NetconfServiceProvider
+
class Topology:
debug = False
@@ -68,7 +69,6 @@ class Topology:
ip.addr('add', index=vpp1, address='192.168.0.2', prefixlen=24)
ip.addr('add', index=vpp2, address='192.168.1.2', prefixlen=24)
-
def _start_sysrepo(self):
print("Start sysrepo deamon.")
#TODO: Need property close.