@@ -22,12 +22,12 @@ const (
2222 mountpoint = "/data"
2323)
2424
25- func TestAccEasyPartitioningDataSource_Basic (t * testing.T ) {
25+ func TestAccPartitionSchemaDataSource_Basic (t * testing.T ) {
2626 tt := acctest .NewTestTools (t )
2727 defer tt .Cleanup ()
2828
29- sshKeyName := "TestAccEasyPartitioningDataSource_Basic "
30- serverName := "TestAccEasyPartitioningDataSource_Basic "
29+ sshKeyName := "TestAccPartitionSchemaDataSource_Basic "
30+ serverName := "TestAccPartitionSchemaDataSource_Basic "
3131
3232 resource .ParallelTest (t , resource.TestCase {
3333 PreCheck : func () { acctest .PreCheck (t ) },
@@ -90,12 +90,12 @@ func TestAccEasyPartitioningDataSource_Basic(t *testing.T) {
9090 })
9191}
9292
93- func TestAccEasyPartitioningDataSource_WithoutExtraPart (t * testing.T ) {
93+ func TestAccPartitionSchemaDataSource_WithoutExtraPart (t * testing.T ) {
9494 tt := acctest .NewTestTools (t )
9595 defer tt .Cleanup ()
9696
97- sshKeyName := "TestAccEasyPartitioningDataSource_WithoutExtraPart "
98- serverName := "TestAccEasyPartitioningDataSource_WithoutExtraPart "
97+ sshKeyName := "TestAccPartitionSchemaDataSource_WithoutExtraPart "
98+ serverName := "TestAccPartitionSchemaDataSource_WithoutExtraPart "
9999
100100 resource .ParallelTest (t , resource.TestCase {
101101 PreCheck : func () { acctest .PreCheck (t ) },
@@ -157,12 +157,12 @@ func TestAccEasyPartitioningDataSource_WithoutExtraPart(t *testing.T) {
157157 })
158158}
159159
160- func TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart (t * testing.T ) {
160+ func TestAccPartitionSchemaDataSource_WithoutSwapAndExtraPart (t * testing.T ) {
161161 tt := acctest .NewTestTools (t )
162162 defer tt .Cleanup ()
163163
164- sshKeyName := "TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart "
165- serverName := "TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart "
164+ sshKeyName := "TestAccPartitionSchemaDataSource_WithoutSwapAndExtraPart "
165+ serverName := "TestAccPartitionSchemaDataSource_WithoutSwapAndExtraPart "
166166
167167 resource .ParallelTest (t , resource.TestCase {
168168 PreCheck : func () { acctest .PreCheck (t ) },
@@ -224,12 +224,12 @@ func TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart(t *testing.T) {
224224 })
225225}
226226
227- func TestAccEasyPartitioningDataSource_WithAlternateOffer (t * testing.T ) {
227+ func TestAccPartitionSchemaDataSource_WithAlternateOffer (t * testing.T ) {
228228 tt := acctest .NewTestTools (t )
229229 defer tt .Cleanup ()
230230
231- SSHKeyName := "TestAccEasyPartitioningDataSource_WithAlternateOffer "
232- name := "TestAccEasyPartitioningDataSource_WithAlternateOffer "
231+ SSHKeyName := "TestAccPartitionSchemaDataSource_WithAlternateOffer "
232+ name := "TestAccPartitionSchemaDataSource_WithAlternateOffer "
233233
234234 resource .ParallelTest (t , resource.TestCase {
235235 PreCheck : func () { acctest .PreCheck (t ) },
@@ -293,12 +293,12 @@ func TestAccEasyPartitioningDataSource_WithAlternateOffer(t *testing.T) {
293293 })
294294}
295295
296- func TestAccEasyPartitioningDataSource_IncompatibleOS (t * testing.T ) {
296+ func TestAccPartitionSchemaDataSource_IncompatibleOS (t * testing.T ) {
297297 tt := acctest .NewTestTools (t )
298298 defer tt .Cleanup ()
299299
300- SSHKeyName := "TestAccEasyPartitioningDataSource_IncompatibleOS "
301- name := "TestAccEasyPartitioningDataSource_IncompatibleOS "
300+ SSHKeyName := "TestAccPartitionSchemaDataSource_IncompatibleOS "
301+ name := "TestAccPartitionSchemaDataSource_IncompatibleOS "
302302
303303 resource .ParallelTest (t , resource.TestCase {
304304 PreCheck : func () { acctest .PreCheck (t ) },
@@ -355,12 +355,12 @@ func TestAccEasyPartitioningDataSource_IncompatibleOS(t *testing.T) {
355355 })
356356}
357357
358- func TestAccEasyPartitioningDataSource_IncompatibleOffer (t * testing.T ) {
358+ func TestAccPartitionSchemaDataSource_IncompatibleOffer (t * testing.T ) {
359359 tt := acctest .NewTestTools (t )
360360 defer tt .Cleanup ()
361361
362- SSHKeyName := "TestAccEasyPartitioningDataSource_IncompatibleOffer "
363- name := "TestAccEasyPartitioningDataSource_IncompatibleOffer "
362+ SSHKeyName := "TestAccPartitionSchemaDataSource_IncompatibleOffer "
363+ name := "TestAccPartitionSchemaDataSource_IncompatibleOffer "
364364
365365 resource .ParallelTest (t , resource.TestCase {
366366 PreCheck : func () { acctest .PreCheck (t ) },
0 commit comments