Skip to content

Commit

Permalink
Skip trunk and qos acceptance tests (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikParasyr committed Dec 1, 2021
1 parent 89403a9 commit 6a50fb0
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func TestAccNetworkingV2QoSBandwidthLimitRuleDataSource_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
Steps: []resource.TestStep{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func TestAccNetworkingV2QoSDSCPMarkingRuleDataSource_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
Steps: []resource.TestStep{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func TestAccNetworkingV2QoSMinimumBandwidthRuleDataSource_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
Steps: []resource.TestStep{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func TestAccNetworkingV2QoSPolicyDataSource_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
Steps: []resource.TestStep{
Expand All @@ -38,6 +39,7 @@ func TestAccNetworkingV2QoSPolicyDataSource_description(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
Steps: []resource.TestStep{
Expand Down
3 changes: 3 additions & 0 deletions openstack/data_source_openstack_networking_trunk_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func TestAccNetworkingV2TrunkDataSource_nosubports(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckNonAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2TrunkDestroy,
Expand Down Expand Up @@ -39,6 +40,7 @@ func TestAccNetworkingV2TrunkDataSource_subports(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckNonAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2TrunkDestroy,
Expand Down Expand Up @@ -68,6 +70,7 @@ func TestAccNetworkingV2TrunkDataSource_tags(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckNonAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2TrunkDestroy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func TestAccNetworkingV2QoSBandwidthLimitRule_importBasic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2QoSBandwidthLimitRuleDestroy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func TestAccNetworkingV2QoSDSCPMarkingRule_importBasic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2QoSDSCPMarkingRuleDestroy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func TestAccNetworkingV2QoSPolicyImportBasic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2QoSPolicyDestroy,
Expand Down
2 changes: 2 additions & 0 deletions openstack/resource_openstack_networking_network_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ func TestAccNetworkingV2Network_qos_policy_create(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2NetworkDestroy,
Expand Down Expand Up @@ -490,6 +491,7 @@ func TestAccNetworkingV2Network_qos_policy_update(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2NetworkDestroy,
Expand Down
2 changes: 2 additions & 0 deletions openstack/resource_openstack_networking_port_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,7 @@ func TestAccNetworkingV2Port_qos_policy_create(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2PortDestroy,
Expand Down Expand Up @@ -974,6 +975,7 @@ func TestAccNetworkingV2Port_qos_policy_update(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2PortDestroy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func TestAccNetworkingV2QoSBandwidthLimitRule_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2QoSBandwidthLimitRuleDestroy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func TestAccNetworkingV2QoSDSCPMarkingRule_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2QoSDSCPMarkingRuleDestroy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func TestAccNetworkingV2QoSMinimumBandwidthRule_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2QoSMinimumBandwidthRuleDestroy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func TestAccNetworkingV2QoSPolicyBasic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2QoSPolicyDestroy,
Expand Down
4 changes: 4 additions & 0 deletions openstack/resource_openstack_networking_trunk_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func TestAccNetworkingV2Trunk_nosubports(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckNonAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2TrunkDestroy,
Expand Down Expand Up @@ -47,6 +48,7 @@ func TestAccNetworkingV2Trunk_subports(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckNonAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2TrunkDestroy,
Expand All @@ -72,6 +74,7 @@ func TestAccNetworkingV2Trunk_tags(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckNonAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckNetworkingV2TrunkDestroy,
Expand Down Expand Up @@ -204,6 +207,7 @@ func TestAccNetworkingV2Trunk_computeInstance(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccPreCheckNonAdminOnly(t)
t.Skip("Currently failing in Openlab")
},
ProviderFactories: testAccProviders,
CheckDestroy: testAccCheckComputeV2InstanceDestroy,
Expand Down

0 comments on commit 6a50fb0

Please sign in to comment.