X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2Flib%2Fosm%2Fosm.py;h=f67cf57ea71fe46c941ccef0580bdcde809b0bf8;hb=9054244cd2a7451f75157d7fa3ec5d2ff88176be;hp=8798be898167048e841fa48190b9e5d521b64ecf;hpb=9829cae3e6c071bde28a69d5411bb895d967f010;p=osm%2Fdevops.git diff --git a/systest/lib/osm/osm.py b/systest/lib/osm/osm.py index 8798be89..f67cf57e 100644 --- a/systest/lib/osm/osm.py +++ b/systest/lib/osm/osm.py @@ -18,8 +18,8 @@ from osmclient.client import client class Osm(): - def __init__(self,osmhost,descriptors_dir=None,vnfd_descriptors_list=None,nsd_descriptors_list=None,ns_name_prefix=None): - self._OsmApi=client.Client(host=osmhost) + def __init__(self,osmhost,ro_host=None,descriptors_dir=None,vnfd_descriptors_list=None,nsd_descriptors_list=None,ns_name_prefix=None): + self._OsmApi=client.Client(host=osmhost,ro_host=ro_host) self._descriptors_dir = descriptors_dir self.vnfd_descriptors_list = vnfd_descriptors_list self.nsd_descriptors_list = nsd_descriptors_list