@@ -13,9 +13,6 @@ import (
1313)
1414
1515func TestShareCreate (t * testing.T ) {
16- clients .SkipRelease (t , "stable/mitaka" )
17- clients .SkipRelease (t , "stable/newton" )
18-
1916 client , err := clients .NewSharedFileSystemV2Client ()
2017 if err != nil {
2118 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -36,9 +33,6 @@ func TestShareCreate(t *testing.T) {
3633}
3734
3835func TestShareExportLocations (t * testing.T ) {
39- clients .SkipRelease (t , "stable/mitaka" )
40- clients .SkipRelease (t , "stable/newton" )
41-
4236 client , err := clients .NewSharedFileSystemV2Client ()
4337 if err != nil {
4438 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -73,9 +67,6 @@ func TestShareExportLocations(t *testing.T) {
7367}
7468
7569func TestShareUpdate (t * testing.T ) {
76- clients .SkipRelease (t , "stable/mitaka" )
77- clients .SkipRelease (t , "stable/newton" )
78-
7970 client , err := clients .NewSharedFileSystemV2Client ()
8071 if err != nil {
8172 t .Fatalf ("Unable to create shared file system client: %v" , err )
@@ -125,9 +116,6 @@ func TestShareUpdate(t *testing.T) {
125116}
126117
127118func TestShareListDetail (t * testing.T ) {
128- clients .SkipRelease (t , "stable/mitaka" )
129- clients .SkipRelease (t , "stable/newton" )
130-
131119 client , err := clients .NewSharedFileSystemV2Client ()
132120 if err != nil {
133121 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -151,9 +139,6 @@ func TestShareListDetail(t *testing.T) {
151139}
152140
153141func TestGrantAndRevokeAccess (t * testing.T ) {
154- clients .SkipRelease (t , "stable/mitaka" )
155- clients .SkipRelease (t , "stable/newton" )
156-
157142 client , err := clients .NewSharedFileSystemV2Client ()
158143 if err != nil {
159144 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -180,9 +165,6 @@ func TestGrantAndRevokeAccess(t *testing.T) {
180165}
181166
182167func TestListAccessRights (t * testing.T ) {
183- clients .SkipRelease (t , "stable/mitaka" )
184- clients .SkipRelease (t , "stable/newton" )
185-
186168 client , err := clients .NewSharedFileSystemV2Client ()
187169 if err != nil {
188170 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -218,9 +200,6 @@ func TestListAccessRights(t *testing.T) {
218200}
219201
220202func TestExtendAndShrink (t * testing.T ) {
221- clients .SkipRelease (t , "stable/mitaka" )
222- clients .SkipRelease (t , "stable/newton" )
223-
224203 client , err := clients .NewSharedFileSystemV2Client ()
225204 if err != nil {
226205 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -264,9 +243,6 @@ func TestExtendAndShrink(t *testing.T) {
264243}
265244
266245func TestShareMetadata (t * testing.T ) {
267- clients .SkipRelease (t , "stable/mitaka" )
268- clients .SkipRelease (t , "stable/newton" )
269-
270246 client , err := clients .NewSharedFileSystemV2Client ()
271247 if err != nil {
272248 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -326,9 +302,6 @@ func TestShareMetadata(t *testing.T) {
326302}
327303
328304func TestRevert (t * testing.T ) {
329- clients .SkipRelease (t , "stable/mitaka" )
330- clients .SkipRelease (t , "stable/newton" )
331-
332305 client , err := clients .NewSharedFileSystemV2Client ()
333306 if err != nil {
334307 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -381,9 +354,6 @@ func TestRevert(t *testing.T) {
381354}
382355
383356func TestResetStatus (t * testing.T ) {
384- clients .SkipRelease (t , "stable/mitaka" )
385- clients .SkipRelease (t , "stable/newton" )
386-
387357 client , err := clients .NewSharedFileSystemV2Client ()
388358 if err != nil {
389359 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -420,9 +390,6 @@ func TestResetStatus(t *testing.T) {
420390}
421391
422392func TestForceDelete (t * testing.T ) {
423- clients .SkipRelease (t , "stable/mitaka" )
424- clients .SkipRelease (t , "stable/newton" )
425-
426393 client , err := clients .NewSharedFileSystemV2Client ()
427394 if err != nil {
428395 t .Fatalf ("Unable to create a shared file system client: %v" , err )
@@ -455,8 +422,6 @@ func TestForceDelete(t *testing.T) {
455422}
456423
457424func TestUnmanage (t * testing.T ) {
458- clients .SkipRelease (t , "stable/mitaka" )
459- clients .SkipRelease (t , "stable/newton" )
460425 clients .RequireAdmin (t )
461426
462427 client , err := clients .NewSharedFileSystemV2Client ()
0 commit comments