aboutsummaryrefslogtreecommitdiffstats
path: root/conf/04_vnf.conf
diff options
context:
space:
mode:
authorOtto Sabart <osabart@redhat.com>2016-10-10 10:46:19 +0200
committerOtto Sabart <seberm@seberm.com>2016-10-11 12:33:14 +0000
commita4e76fdb316d3f7901f24f36e077c6936bd679c2 (patch)
tree806176fdae12527173bdf64ddeaf1287f55b51cd /conf/04_vnf.conf
parent1dfb1ffbcedf8208c14343fa4b8a7f125ff3a30d (diff)
vsperf: launch should not depend on current $PWD
JIRA: VSPERF-392 Change-Id: I44866b7d3298617003b87b015eb08bf32c4014f7 Signed-off-by: Otto Sabart <osabart@redhat.com>
Diffstat (limited to 'conf/04_vnf.conf')
-rw-r--r--conf/04_vnf.conf2
1 files changed, 1 insertions, 1 deletions
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