File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
ingredients/disks/сonsistency_groups Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414# flake8: noqa
1515
16-
17- # This file is automatically generated. Please do not modify it directly.
18- # Find the relevant recipe file in the samples/recipes or samples/ingredients
19- # directory and apply your changes there.
20-
2116from google .cloud import compute_v1
2217
2318
Original file line number Diff line number Diff line change 1717from google .api_core .exceptions import NotFound
1818import google .auth
1919from google .cloud import compute_v1 , kms_v1
20+
2021import pytest
2122
2223from ..disks .attach_disk import attach_disk
5051from ..disks .сonsistency_groups .remove_disk_consistency_group import (
5152 remove_disk_consistency_group ,
5253)
53- from ..disks .сonsistency_groups .add_disk_consistency_group import (
54- add_disk_consistency_group ,
55- )
56- from ..disks .сonsistency_groups .create_consistency_group import create_consistency_group
57- from ..disks .сonsistency_groups .delete_consistency_group import delete_consistency_group
58- from ..disks .сonsistency_groups .remove_disk_consistency_group import (
59- remove_disk_consistency_group ,
60- )
6154from ..disks .сonsistency_groups .stop_replication_consistency_group import (
6255 stop_replication_consistency_group ,
6356)
6861from ..snapshots .create import create_snapshot
6962from ..snapshots .delete import delete_snapshot
7063
71-
7264PROJECT = google .auth .default ()[1 ]
7365ZONE = "europe-west2-c"
7466ZONE_SECONDARY = "europe-west1-c"
You can’t perform that action at this time.
0 commit comments