testutils

package
v0.0.0-...-2b5a245 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Overview

A common location to store utilities for testing.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateAerospikeContainer

func CreateAerospikeContainer(name string, c *container.Config, ch *container.HostConfig, imagePullOpts types.ImagePullOptions, cli *client.Client) (string, error)

func GetAerospikeContainerID

func GetAerospikeContainerID(name string) ([]byte, error)

func IndexOf

func IndexOf(l []string, s string) int

func RemoveAerospikeContainer

func RemoveAerospikeContainer(id string, cli *client.Client) error

func StartAerospikeContainer

func StartAerospikeContainer(id string, cli *client.Client) error

func StopAerospikeContainer

func StopAerospikeContainer(id string, cli *client.Client) error

Types

type DockerAuth

type DockerAuth struct {
	Username string
	Password string
}

type TestData

type TestData struct {
	Source               string
	Destination          string
	Expected             string
	Arguments            []string
	SkipServerTest       bool
	ServerErrorAllowList []string
	ServerImage          string
	DockerAuth           DockerAuth
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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