From a4e76fdb316d3f7901f24f36e077c6936bd679c2 Mon Sep 17 00:00:00 2001 From: Otto Sabart Date: Mon, 10 Oct 2016 10:46:19 +0200 Subject: vsperf: launch should not depend on current $PWD JIRA: VSPERF-392 Change-Id: I44866b7d3298617003b87b015eb08bf32c4014f7 Signed-off-by: Otto Sabart --- conf/04_vnf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/04_vnf.conf') diff --git a/conf/04_vnf.conf b/conf/04_vnf.conf index e0c72b10..e3a4824b 100644 --- a/conf/04_vnf.conf +++ b/conf/04_vnf.conf @@ -15,7 +15,7 @@ # ############################ # VNF configuration # ############################ -VNF_DIR = 'vnfs/' +VNF_DIR = os.path.join(ROOT_DIR, 'vnfs/') VNF = 'QemuDpdkVhostUser' VNF_AFFINITIZATION_ON = True -- cgit 1.2.3-korg