Change-Id: Ic2cf0de85bcead71c81bc878a09b6c58a04c597b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
from pathlib import Path
-# Get ${HOME} from local machine
-home = str(Path.home())
# NS and VNF descriptor package folder
vnfd_pkg = 'ubuntu_cloudinit_vnf'
nsd_pkg = 'ubuntu_cloudinit_ns'
from pathlib import Path
-# Get ${HOME} from local machine
-home = str(Path.home())
# NS and VNF descriptor package folder
vnfd_pkg = 'charm-packages/nopasswd_proxy_charm_vnf'
nsd_pkg = 'charm-packages/nopasswd_proxy_charm_ns'
from pathlib import Path
-# Get ${HOME} from local machine
-home = str(Path.home())
# User, project and roles to use
user_name = 'basic_15_test_user'
user_password = 'basic_15_user_pass'
from pathlib import Path
-# Get ${HOME} from local machine
-home = str(Path.home())
# VNFD package to use during test
vnfd_name = 'hackfest_basic_vnf'
# Project names to use
metric_1_filter = 'ifIndex=1'
metric_2_name = 'ifMtu'
metric_2_filter = 'ifIndex=2'
-# Get ${HOME} from local machine
-home = str(Path.home())
# NS and VNF descriptor package folder
vnfd_pkg = 'snmp_ee_vnf'
nsd_pkg = 'snmp_ee_ns'