-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor] CCE: Refactor CCE Nodepools (#2763)
[Refactor] CCE: Refactor CCE Nodepools Summary of the Pull Request Apply changes from gopher in provider PR Checklist Tests added/passed. Release notes added. Acceptance Steps Performed === NAME TestAccCCENodePoolsV3EncryptedVolume cluster.go:117: Cluster is released by the test. 4 test(s) are still using cluster. --- PASS: TestAccCCENodePoolsV3EncryptedVolume (598.32s) === NAME TestAccCCENodePoolsV3_randomAZ cluster.go:117: Cluster is released by the test. 3 test(s) are still using cluster. --- PASS: TestAccCCENodePoolsV3_randomAZ (598.59s) === NAME TestAccCCENodePoolsV3ExtendParams cluster.go:117: Cluster is released by the test. 2 test(s) are still using cluster. --- PASS: TestAccCCENodePoolsV3ExtendParams (640.92s) === NAME TestAccCCENodePoolsV3_SecurityGroupIds cluster.go:117: Cluster is released by the test. 1 test(s) are still using cluster. --- PASS: TestAccCCENodePoolsV3_SecurityGroupIds (682.35s) === NAME TestAccCCENodePoolsV3_basic cluster.go:117: Cluster usage is 0 now, ready to delete the cluster cluster.go:80: starting deleting shared cluster --- PASS: TestAccCCENodePoolsV3_basic (903.77s) Skipped tests: TestAccCCENodePoolsV3StorageJsonEncode TestAccCCENodePoolsV3Storage TestAccCCENodePoolsV3_agency Reviewed-by: Artem Lifshits Reviewed-by: Anton Sidelnikov
- Loading branch information
1 parent
3ecca09
commit 5f651ae
Showing
5 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/cce-refactor-nodepools-905cdebba03e93a2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
fixes: | ||
- | | ||
**[CCE]** Refactor v3 nodepool tests and fixed to match changes in gopher (`#2763 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2763>`_) |