Skip to content

feat(cvm): [117301871]update cvm e2e test #2664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 4, 2024
Merged

feat(cvm): [117301871]update cvm e2e test #2664

merged 5 commits into from
Jun 4, 2024

Conversation

SevenEarth
Copy link
Collaborator

No description provided.

@SevenEarth SevenEarth added the run check run check label Jun 3, 2024
@SevenEarth SevenEarth added run check run check and removed run check run check labels Jun 3, 2024
@SevenEarth SevenEarth added run check run check and removed run check run check labels Jun 3, 2024
@SevenEarth SevenEarth added run check run check and removed run check run check labels Jun 3, 2024
@SevenEarth SevenEarth added run check run check and removed run check run check labels Jun 3, 2024
@@ -18,9 +18,7 @@ func ResourceTencentCloudCvmSyncImage() *schema.Resource {
Create: resourceTencentCloudCvmSyncImageCreate,
Read: resourceTencentCloudCvmSyncImageRead,
Delete: resourceTencentCloudCvmSyncImageDelete,
Importer: &schema.ResourceImporter{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不支持导入吗

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的 没有read方法

@@ -19,9 +19,7 @@ func ResourceTencentCloudEipAddressTransform() *schema.Resource {
Create: resourceTencentCloudEipAddressTransformCreate,
Read: resourceTencentCloudEipAddressTransformRead,
Delete: resourceTencentCloudEipAddressTransformDelete,
Importer: &schema.ResourceImporter{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里我看也去掉了导入的用例

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的 没有read方法 这里要去掉import

Check: resource.ComposeTestCheckFunc(resource.TestCheckResourceAttrSet("tencentcloud_eip_address_transform.address_transform", "id")),
},
{
ResourceName: "tencentcloud_eip_address_transform.address_transform",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个导入也不支持吗

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的 没有read方法

@andrew-tx andrew-tx merged commit d411ee3 into master Jun 4, 2024
7 of 8 checks passed
@andrew-tx andrew-tx deleted the fix/cvmTest branch June 4, 2024 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run check run check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants