Skip to content

Commit

Permalink
tests: Add missing module descriptions
Browse files Browse the repository at this point in the history
The internal/acceptance/openstack/sharedfilesystems/v2/messages module
is also removed.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
  • Loading branch information
stephenfin committed Apr 2, 2024
1 parent f2f1f68 commit 093f288
Show file tree
Hide file tree
Showing 27 changed files with 107 additions and 11 deletions.
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/baremetal/httpbasic/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || baremetal

// The httpbasic package contains acceptance tests for the OpenStack Bare Metal v1 service with HTTP Basic authentation.

package httpbasic
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/baremetal/noauth/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || baremetal

// The noauth package contains acceptance tests for the OpenStack Bare Metal v1 service without authentation.

package noauth
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/baremetal/v1/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || baremetal

// The v1 package contains acceptance tests for the OpenStack Bare Metal v1 service.

package v1
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/blockstorage/noauth/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || blockstorage

// The noauth package contains acceptance tests for the OpenStack Block Storage v3 service with no authentation.

package noauth
4 changes: 3 additions & 1 deletion internal/acceptance/openstack/blockstorage/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// The v2 package contains acceptance tests for the Openstack Cinder V2 service.
//go:build acceptance || blockstorage

// The v2 package contains acceptance tests for the Openstack Block Storage v2 service.

package v2
4 changes: 3 additions & 1 deletion internal/acceptance/openstack/blockstorage/v3/pkg.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// The v3 package contains acceptance tests for the OpenStack Cinder V3 service.
//go:build acceptance || blockstorage

// The v3 package contains acceptance tests for the OpenStack Block Storage v3 service.

package v3
5 changes: 4 additions & 1 deletion internal/acceptance/openstack/clustering/v1/pkg.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// Package v1 package contains acceptance tests for the Openstack Clustering V1 service.
//go:build acceptance || clustering

// The v1 package contains acceptance tests for the Openstack Clustering v1 service.

package v1
5 changes: 4 additions & 1 deletion internal/acceptance/openstack/compute/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// Package v2 package contains acceptance tests for the Openstack Compute V2 service.
//go:build acceptance || compute

// Package v2 package contains acceptance tests for the Openstack Compute v2 service.

package v2
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/container/v1/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || container

// The v1 package contains acceptance tests for the Openstack Container v1 service.

package v1
4 changes: 4 additions & 0 deletions internal/acceptance/openstack/containerinfra/v1/pkg.go
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
//go:build acceptance || containerinfra

// The v1 package contains acceptance tests for the Openstack Container Infra v1 service.

package v1
4 changes: 4 additions & 0 deletions internal/acceptance/openstack/db/v1/pkg.go
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
//go:build acceptance || db

// The v1 package contains acceptance tests for the Openstack DB v1 service.

package v1
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/dns/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || dns

// The v1 package contains acceptance tests for the Openstack DNS v1 service.

package v2
4 changes: 4 additions & 0 deletions internal/acceptance/openstack/identity/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
//go:build acceptance || identity

// The v2 package contains acceptance tests for the Openstack Identity v2 service.

package v2
4 changes: 4 additions & 0 deletions internal/acceptance/openstack/identity/v3/pkg.go
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
//go:build acceptance || identity

// The v3 package contains acceptance tests for the Openstack Identity v3 service.

package v3
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/image/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || image

// The v2 package contains acceptance tests for the Openstack Image v2 service.

package v2
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/keymanager/v1/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || keymanager

// The v1 package contains acceptance tests for the Openstack Keymanager v1 service.

package v1
4 changes: 4 additions & 0 deletions internal/acceptance/openstack/loadbalancer/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
//go:build acceptance || loadbalancer

// The v2 package contains acceptance tests for the Openstack Loadbalancer v2 service.

package v2
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/messaging/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || messaging

// The v2 package contains acceptance tests for the Openstack Messaging v2 service.

package v2
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/networking/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || networking

// The v2 package contains acceptance tests for the Openstack Networking v2 service.

package v2
4 changes: 4 additions & 0 deletions internal/acceptance/openstack/objectstorage/v1/pkg.go
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
//go:build acceptance || objectstorage

// The v1 package contains acceptance tests for the Openstack Object Storage v1 service.

package v1
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/orchestration/v1/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || orchestration

// The v1 package contains acceptance tests for the Openstack Orchestration v1 service.

package v1
5 changes: 4 additions & 1 deletion internal/acceptance/openstack/placement/v1/pkg.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// Package placement contains acceptance tests for the Openstack Placement service.
//go:build acceptance || placement

// The v1 package contains acceptance tests for the Openstack Placment v1 service.

package v1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package messages
package v2

import (
"context"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//go:build acceptance || sharedfilesystems || messages

package messages
package v2

import (
"context"
Expand Down
4 changes: 3 additions & 1 deletion internal/acceptance/openstack/sharedfilesystems/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// The v2 package contains acceptance tests for the Openstack Manila V2 service.
//go:build acceptance || sharedfilesystems

// The v2 package contains acceptance tests for the Openstack Shared File Systems v2 service.

package v2
5 changes: 5 additions & 0 deletions internal/acceptance/openstack/workflow/v2/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build acceptance || workflow

// The v2 package contains acceptance tests for the Openstack Workflow v2 service.

package v2

0 comments on commit 093f288

Please sign in to comment.