Remove home variable in all test resources where not used
[osm/tests.git] / robot-systest / resources / basic_05-instantiation_parameters_in_cloud_init_data.py
index d4e5312..4505d7e 100644 (file)
@@ -12,8 +12,6 @@
 
 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'