Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var QEMUDownloadMutex = sync.Mutex{}
Functions ¶
Types ¶
type TestMachine ¶
type TestMachine struct {
// common stuffs
Config Config
SSHUsername string
SSHPassword string
SSHHost string
SSHPort int
SSHAddress string
SSHClient *ssh.Client
DataPath string
// Docker
DockertestPool *dockertest.Pool
DockerContainer *dockertest.Resource
// QEMU
QemuInstance *vmtest.Qemu
}
func (*TestMachine) Close ¶
func (tm *TestMachine) Close() error
Click to show internal directories.
Click to hide internal directories.