aboutsummaryrefslogtreecommitdiffstats
path: root/test/topology.py
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-05-30 13:53:07 +0200
committerAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-06-03 10:01:30 +0200
commite77922662052f0caec4129ee43ab9d176b806769 (patch)
treeb66dbd8426c9d485e10ea5499748d5824a7f247b /test/topology.py
parentadf44f2a5eeb056c5fece0454d3e09d08df160fe (diff)
[TEST] - automatic test run
- skript find all test file - start test function from test file Change-Id: I3b37247c960afa6bf788cd14f1d8d240af3100c6 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
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.