def _get_cloud_instance(self): return OCI( tag='oci-integration-test' )
def _get_cloud_instance(self): return OCI(tag='oci-integration-test', compartment_id=self.settings.OCI_COMPARTMENT_ID)