@@ -18,13 +18,6 @@ import (
1818)
1919
2020func TestLoadbalancersList (t * testing.T ) {
21- clients .SkipRelease (t , "stable/mitaka" )
22- clients .SkipRelease (t , "stable/newton" )
23- clients .SkipRelease (t , "stable/ocata" )
24- clients .SkipRelease (t , "stable/pike" )
25- clients .SkipRelease (t , "stable/queens" )
26- clients .SkipRelease (t , "stable/rocky" )
27-
2821 client , err := clients .NewLoadBalancerV2Client ()
2922 th .AssertNoErr (t , err )
3023
@@ -40,14 +33,6 @@ func TestLoadbalancersList(t *testing.T) {
4033}
4134
4235func TestLoadbalancersListByTags (t * testing.T ) {
43- clients .SkipRelease (t , "stable/mitaka" )
44- clients .SkipRelease (t , "stable/newton" )
45- clients .SkipRelease (t , "stable/ocata" )
46- clients .SkipRelease (t , "stable/pike" )
47- clients .SkipRelease (t , "stable/queens" )
48- clients .SkipRelease (t , "stable/rocky" )
49- t .Skip ("Currently failing in OpenLab" )
50-
5136 netClient , err := clients .NewNetworkV2Client ()
5237 th .AssertNoErr (t , err )
5338
@@ -111,14 +96,6 @@ func TestLoadbalancersListByTags(t *testing.T) {
11196}
11297
11398func TestLoadbalancerHTTPCRUD (t * testing.T ) {
114- clients .SkipRelease (t , "stable/mitaka" )
115- clients .SkipRelease (t , "stable/newton" )
116- clients .SkipRelease (t , "stable/ocata" )
117- clients .SkipRelease (t , "stable/pike" )
118- clients .SkipRelease (t , "stable/queens" )
119- clients .SkipRelease (t , "stable/rocky" )
120- t .Skip ("Currently failing in OpenLab" )
121-
12299 netClient , err := clients .NewNetworkV2Client ()
123100 th .AssertNoErr (t , err )
124101
@@ -168,14 +145,6 @@ func TestLoadbalancerHTTPCRUD(t *testing.T) {
168145}
169146
170147func TestLoadbalancersCRUD (t * testing.T ) {
171- clients .SkipRelease (t , "stable/mitaka" )
172- clients .SkipRelease (t , "stable/newton" )
173- clients .SkipRelease (t , "stable/ocata" )
174- clients .SkipRelease (t , "stable/pike" )
175- clients .SkipRelease (t , "stable/queens" )
176- clients .SkipRelease (t , "stable/rocky" )
177- t .Skip ("Currently failing in OpenLab" )
178-
179148 netClient , err := clients .NewNetworkV2Client ()
180149 th .AssertNoErr (t , err )
181150
@@ -475,14 +444,6 @@ func TestLoadbalancersCRUD(t *testing.T) {
475444}
476445
477446func TestLoadbalancersCascadeCRUD (t * testing.T ) {
478- clients .SkipRelease (t , "stable/mitaka" )
479- clients .SkipRelease (t , "stable/newton" )
480- clients .SkipRelease (t , "stable/ocata" )
481- clients .SkipRelease (t , "stable/pike" )
482- clients .SkipRelease (t , "stable/queens" )
483- clients .SkipRelease (t , "stable/rocky" )
484- t .Skip ("Currently failing in OpenLab" )
485-
486447 netClient , err := clients .NewNetworkV2Client ()
487448 th .AssertNoErr (t , err )
488449
@@ -597,14 +558,6 @@ func TestLoadbalancersCascadeCRUD(t *testing.T) {
597558}
598559
599560func TestLoadbalancersFullyPopulatedCRUD (t * testing.T ) {
600- clients .SkipRelease (t , "stable/mitaka" )
601- clients .SkipRelease (t , "stable/newton" )
602- clients .SkipRelease (t , "stable/ocata" )
603- clients .SkipRelease (t , "stable/pike" )
604- clients .SkipRelease (t , "stable/queens" )
605- clients .SkipRelease (t , "stable/rocky" )
606- t .Skip ("Currently failing in OpenLab" )
607-
608561 netClient , err := clients .NewNetworkV2Client ()
609562 th .AssertNoErr (t , err )
610563
0 commit comments