Пример #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)