testing

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

groups unit tests

Index

Constants

View Source
const SecurityGroupCreateRequest = `
{
    "security_group": {
        "name": "new-webservers",
        "description": "security group for webservers"
    }
}
`
View Source
const SecurityGroupCreateResponse = `` /* 1381-byte string literal not displayed */
View Source
const SecurityGroupGetResponse = `` /* 1352-byte string literal not displayed */
View Source
const SecurityGroupListResponse = `` /* 381-byte string literal not displayed */
View Source
const SecurityGroupUpdateRequest = `
{
    "security_group": {
        "name": "newer-webservers"
    }
}
`
View Source
const SecurityGroupUpdateResponse = `` /* 1383-byte string literal not displayed */

Variables

View Source
var (
	SecurityGroup1 = groups.SecGroup{
		Description: "default",
		ID:          "85cc3048-abc3-43cc-89b3-377341426ac5",
		Name:        "default",
		Rules:       []rules.SecGroupRule{},
		TenantID:    "e4f50856753b4dc6afee5fa6b9b6c550",
		CreatedAt:   createdTime,
		UpdatedAt:   updatedTime,
	}
)

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