示例#1
0
 def _get_cloud_instance(self):
     return OCI(
         tag='oci-integration-test'
     )
示例#2
0
 def _get_cloud_instance(self):
     return OCI(tag='oci-integration-test',
                compartment_id=self.settings.OCI_COMPARTMENT_ID)