summaryrefslogtreecommitdiffstats
path: root/test/vpp_controler.py
diff options
context:
space:
mode:
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):