logging.error("UE infrastructure yaml file cannot be found")
sys.exit("UE infrastructure file cannot be found")
InfraUE=cls_ci_ueinfra.InfraUE()#initialize UE infrastructure class
InfraUE.Get_UE_Infra("ci_ueinfra.yaml")#read the UE infra, filename is hardcoded and unique for the moment but should be passed as parameter from the test suite
InfraUE.Get_UE_Infra(yaml_file)#read the UE infra, filename is hardcoded and unique for the moment but should be passed as parameter from the test suite