testing

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2025 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const TokenID = "token_id"

Variables

View Source
var (
	TestUploadBaremetalImageResponse = `
{
    "id": "50f53a35-42ed-40c4-82b2-5a37fb3e00bc",
    "state": "NEW",
    "task_type": "upload_baremetal_image"
}`

	TestUploadVirtualImageResponse = `
{
    "id": "50f53a35-42ed-40c4-82b2-5a37fb3e00bc",
    "state": "NEW",
    "task_type": "upload_virtual_image"
}`

	ExpectedTaskResults = &tasks.Task{
		ID:       "50f53a35-42ed-40c4-82b2-5a37fb3e00bc",
		State:    tasks.TaskStateNew,
		TaskType: "upload_baremetal_image",
	}
)

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