testing

package
v0.7.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const CreateRequest = `` /* 147-byte string literal not displayed */
View Source
const CreateResponse = `
{
  "tasks": [
    "50f53a35-42ed-40c4-82b2-5a37fb3e00bc"
  ]
}
`
View Source
const DeleteResponse = `
{
  "tasks": [
    "50f53a35-42ed-40c4-82b2-5a37fb3e00bc"
  ]
}
`
View Source
const GetResponse = `` /* 405-byte string literal not displayed */
View Source
const ListResponse = `` /* 495-byte string literal not displayed */
View Source
const MetadataCreateRequest = `
{
"test1": "test1", 
"test2": "test2"
}
`

Variables

View Source
var (
	Snapshot1 = snapshots.Snapshot{
		ID:            "726ecfcc-7fd0-4e30-a86e-7892524aa483",
		Name:          "123",
		Description:   "mysnapshot",
		Status:        "available",
		Size:          2,
		VolumeID:      volumeID,
		CreatedAt:     createdTime,
		UpdatedAt:     &updatedTime,
		Metadata:      nil,
		CreatorTaskID: &creatorTaskID,
		TaskID:        nil,
		ProjectID:     fake.ProjectID,
		RegionID:      fake.RegionID,
		Region:        "RegionOne",
	}
	Tasks1 = tasks.TaskResults{
		Tasks: []tasks.TaskID{"50f53a35-42ed-40c4-82b2-5a37fb3e00bc"},
	}

	ExpectedSnapshotSlice = []snapshots.Snapshot{Snapshot1}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL