@@ -14,7 +14,7 @@ import (
14
14
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
15
15
)
16
16
17
- func TestAccTencentCloudSecurityGroupRule_basic (t * testing.T ) {
17
+ func TestAccTencentCloudSecurityGroupRuleResource_basic (t * testing.T ) {
18
18
t .Parallel ()
19
19
var sgrId string
20
20
@@ -39,7 +39,7 @@ func TestAccTencentCloudSecurityGroupRule_basic(t *testing.T) {
39
39
})
40
40
}
41
41
42
- func TestAccTencentCloudSecurityGroupRule_multi (t * testing.T ) {
42
+ func TestAccTencentCloudSecurityGroupRuleResource_multi (t * testing.T ) {
43
43
t .Parallel ()
44
44
var sgrId string
45
45
@@ -78,7 +78,7 @@ func TestAccTencentCloudSecurityGroupRule_multi(t *testing.T) {
78
78
})
79
79
}
80
80
81
- func TestAccTencentCloudSecurityGroupRule_ssh (t * testing.T ) {
81
+ func TestAccTencentCloudSecurityGroupRuleResource_ssh (t * testing.T ) {
82
82
t .Parallel ()
83
83
var sgrId string
84
84
@@ -102,7 +102,7 @@ func TestAccTencentCloudSecurityGroupRule_ssh(t *testing.T) {
102
102
})
103
103
}
104
104
105
- func TestAccTencentCloudSecurityGroupRule_egress (t * testing.T ) {
105
+ func TestAccTencentCloudSecurityGroupRuleResource_egress (t * testing.T ) {
106
106
t .Parallel ()
107
107
var sgrId string
108
108
@@ -127,7 +127,7 @@ func TestAccTencentCloudSecurityGroupRule_egress(t *testing.T) {
127
127
})
128
128
}
129
129
130
- func TestAccTencentCloudSecurityGroupRule_sourcesgid (t * testing.T ) {
130
+ func TestAccTencentCloudSecurityGroupRuleResource_sourcesgid (t * testing.T ) {
131
131
t .Parallel ()
132
132
var sgrId string
133
133
@@ -151,7 +151,7 @@ func TestAccTencentCloudSecurityGroupRule_sourcesgid(t *testing.T) {
151
151
})
152
152
}
153
153
154
- func TestAccTencentCloudSecurityGroupRule_allDrop (t * testing.T ) {
154
+ func TestAccTencentCloudSecurityGroupRuleResource_allDrop (t * testing.T ) {
155
155
t .Parallel ()
156
156
var sgrId string
157
157
@@ -175,7 +175,7 @@ func TestAccTencentCloudSecurityGroupRule_allDrop(t *testing.T) {
175
175
})
176
176
}
177
177
178
- func TestAccTencentCloudSecurityGroupRule_addressTemplate (t * testing.T ) {
178
+ func TestAccTencentCloudSecurityGroupRuleResource_addressTemplate (t * testing.T ) {
179
179
t .Parallel ()
180
180
var sgrId string
181
181
resource .Test (t , resource.TestCase {
@@ -206,7 +206,7 @@ func TestAccTencentCloudSecurityGroupRule_addressTemplate(t *testing.T) {
206
206
})
207
207
}
208
208
209
- func TestAccTencentCloudSecurityGroupRule_protocolTemplate (t * testing.T ) {
209
+ func TestAccTencentCloudSecurityGroupRuleResource_protocolTemplate (t * testing.T ) {
210
210
t .Parallel ()
211
211
var sgrId string
212
212
resource .Test (t , resource.TestCase {
0 commit comments