@@ -22,12 +22,12 @@ const (
22
22
mountpoint = "/data"
23
23
)
24
24
25
- func TestAccEasyPartitioningDataSource_Basic (t * testing.T ) {
25
+ func TestAccPartitionSchemaDataSource_Basic (t * testing.T ) {
26
26
tt := acctest .NewTestTools (t )
27
27
defer tt .Cleanup ()
28
28
29
- sshKeyName := "TestAccEasyPartitioningDataSource_Basic "
30
- serverName := "TestAccEasyPartitioningDataSource_Basic "
29
+ sshKeyName := "TestAccPartitionSchemaDataSource_Basic "
30
+ serverName := "TestAccPartitionSchemaDataSource_Basic "
31
31
32
32
resource .ParallelTest (t , resource.TestCase {
33
33
PreCheck : func () { acctest .PreCheck (t ) },
@@ -90,12 +90,12 @@ func TestAccEasyPartitioningDataSource_Basic(t *testing.T) {
90
90
})
91
91
}
92
92
93
- func TestAccEasyPartitioningDataSource_WithoutExtraPart (t * testing.T ) {
93
+ func TestAccPartitionSchemaDataSource_WithoutExtraPart (t * testing.T ) {
94
94
tt := acctest .NewTestTools (t )
95
95
defer tt .Cleanup ()
96
96
97
- sshKeyName := "TestAccEasyPartitioningDataSource_WithoutExtraPart "
98
- serverName := "TestAccEasyPartitioningDataSource_WithoutExtraPart "
97
+ sshKeyName := "TestAccPartitionSchemaDataSource_WithoutExtraPart "
98
+ serverName := "TestAccPartitionSchemaDataSource_WithoutExtraPart "
99
99
100
100
resource .ParallelTest (t , resource.TestCase {
101
101
PreCheck : func () { acctest .PreCheck (t ) },
@@ -157,12 +157,12 @@ func TestAccEasyPartitioningDataSource_WithoutExtraPart(t *testing.T) {
157
157
})
158
158
}
159
159
160
- func TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart (t * testing.T ) {
160
+ func TestAccPartitionSchemaDataSource_WithoutSwapAndExtraPart (t * testing.T ) {
161
161
tt := acctest .NewTestTools (t )
162
162
defer tt .Cleanup ()
163
163
164
- sshKeyName := "TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart "
165
- serverName := "TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart "
164
+ sshKeyName := "TestAccPartitionSchemaDataSource_WithoutSwapAndExtraPart "
165
+ serverName := "TestAccPartitionSchemaDataSource_WithoutSwapAndExtraPart "
166
166
167
167
resource .ParallelTest (t , resource.TestCase {
168
168
PreCheck : func () { acctest .PreCheck (t ) },
@@ -224,12 +224,12 @@ func TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart(t *testing.T) {
224
224
})
225
225
}
226
226
227
- func TestAccEasyPartitioningDataSource_WithAlternateOffer (t * testing.T ) {
227
+ func TestAccPartitionSchemaDataSource_WithAlternateOffer (t * testing.T ) {
228
228
tt := acctest .NewTestTools (t )
229
229
defer tt .Cleanup ()
230
230
231
- SSHKeyName := "TestAccEasyPartitioningDataSource_WithAlternateOffer "
232
- name := "TestAccEasyPartitioningDataSource_WithAlternateOffer "
231
+ SSHKeyName := "TestAccPartitionSchemaDataSource_WithAlternateOffer "
232
+ name := "TestAccPartitionSchemaDataSource_WithAlternateOffer "
233
233
234
234
resource .ParallelTest (t , resource.TestCase {
235
235
PreCheck : func () { acctest .PreCheck (t ) },
@@ -293,12 +293,12 @@ func TestAccEasyPartitioningDataSource_WithAlternateOffer(t *testing.T) {
293
293
})
294
294
}
295
295
296
- func TestAccEasyPartitioningDataSource_IncompatibleOS (t * testing.T ) {
296
+ func TestAccPartitionSchemaDataSource_IncompatibleOS (t * testing.T ) {
297
297
tt := acctest .NewTestTools (t )
298
298
defer tt .Cleanup ()
299
299
300
- SSHKeyName := "TestAccEasyPartitioningDataSource_IncompatibleOS "
301
- name := "TestAccEasyPartitioningDataSource_IncompatibleOS "
300
+ SSHKeyName := "TestAccPartitionSchemaDataSource_IncompatibleOS "
301
+ name := "TestAccPartitionSchemaDataSource_IncompatibleOS "
302
302
303
303
resource .ParallelTest (t , resource.TestCase {
304
304
PreCheck : func () { acctest .PreCheck (t ) },
@@ -355,12 +355,12 @@ func TestAccEasyPartitioningDataSource_IncompatibleOS(t *testing.T) {
355
355
})
356
356
}
357
357
358
- func TestAccEasyPartitioningDataSource_IncompatibleOffer (t * testing.T ) {
358
+ func TestAccPartitionSchemaDataSource_IncompatibleOffer (t * testing.T ) {
359
359
tt := acctest .NewTestTools (t )
360
360
defer tt .Cleanup ()
361
361
362
- SSHKeyName := "TestAccEasyPartitioningDataSource_IncompatibleOffer "
363
- name := "TestAccEasyPartitioningDataSource_IncompatibleOffer "
362
+ SSHKeyName := "TestAccPartitionSchemaDataSource_IncompatibleOffer "
363
+ name := "TestAccPartitionSchemaDataSource_IncompatibleOffer "
364
364
365
365
resource .ParallelTest (t , resource.TestCase {
366
366
PreCheck : func () { acctest .PreCheck (t ) },
0 commit comments