summaryrefslogtreecommitdiffstats
path: root/test/vpp_controler.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/vpp_controler.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/vpp_controler.py')
-rw-r--r--test/vpp_controler.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/vpp_controler.py b/test/vpp_controler.py
index 32d6d70..b29f00e 100644
--- a/test/vpp_controler.py
+++ b/test/vpp_controler.py
@@ -28,12 +28,11 @@ class Vpp_controler:
self.cmd = "vpp"
self.ccmd = "vppctl"
self.rootPath = os.getcwd()
- self.configuration = self.rootPath + "/vpp.conf"
+ self.configuration = self.rootPath + "/test/conf/vpp.conf"
self.process = None
self.debug = debug
def __del__(self):
- #self.kill()
self.terminate()
def _default_conf_vpp(self):