Skip to content

Commit

Permalink
[Test] skip RMS
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-sidelnikov committed Oct 15, 2024
1 parent 8b82ce2 commit ae72e13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions acceptance/openstack/rms/v1/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
)

func TestSpecificResourceTypeList(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand All @@ -26,6 +27,7 @@ func TestSpecificResourceTypeList(t *testing.T) {
}

func TestRecorderResourceList(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand Down Expand Up @@ -54,6 +56,7 @@ func TestServicesList(t *testing.T) {
}

func TestGetSpecificByIdResource(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand All @@ -80,6 +83,7 @@ func TestGetSpecificByIdResource(t *testing.T) {
}

func TestRecordedResourcesTagsList(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand All @@ -94,6 +98,7 @@ func TestRecordedResourcesTagsList(t *testing.T) {
}

func TestRecordedResourcesSummaryList(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand All @@ -108,6 +113,7 @@ func TestRecordedResourcesSummaryList(t *testing.T) {
}

func TestAllResourcesList(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand All @@ -122,6 +128,7 @@ func TestAllResourcesList(t *testing.T) {
}

func TestAnyResourceById(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand All @@ -144,6 +151,7 @@ func TestAnyResourceById(t *testing.T) {
}

func TestGetTagsFromAnyResource(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand All @@ -158,6 +166,7 @@ func TestGetTagsFromAnyResource(t *testing.T) {
}

func TestGetCountResources(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand All @@ -172,6 +181,7 @@ func TestGetCountResources(t *testing.T) {
}

func TestResourcesSummaryList(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand Down

0 comments on commit ae72e13

Please sign in to comment.