Documentation
¶
Index ¶
- type ProxmoxTestingEnvironment
- func (tenv *ProxmoxTestingEnvironment) Cleanup(t *testing.T)
- func (tenv *ProxmoxTestingEnvironment) ConnectSSH(idx int) (conn *ssh.SSHConnection, err error)
- func (tenv *ProxmoxTestingEnvironment) EnvsFor(idx int, overwrites ...map[string]any) (envs map[string]any, err error)
- func (tenv *ProxmoxTestingEnvironment) ExecuteOn(idx int, command string) (status int, output string, err error)
- func (tenv *ProxmoxTestingEnvironment) ResetSSH(idx int) (err error)
- func (tenv *ProxmoxTestingEnvironment) SSHAll() (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxmoxTestingEnvironment ¶
type ProxmoxTestingEnvironment struct {
// contains filtered or unexported fields
}
func (*ProxmoxTestingEnvironment) Cleanup ¶
func (tenv *ProxmoxTestingEnvironment) Cleanup(t *testing.T)
func (*ProxmoxTestingEnvironment) ConnectSSH ¶
func (tenv *ProxmoxTestingEnvironment) ConnectSSH(idx int) (conn *ssh.SSHConnection, err error)
func (*ProxmoxTestingEnvironment) ResetSSH ¶
func (tenv *ProxmoxTestingEnvironment) ResetSSH(idx int) (err error)
func (*ProxmoxTestingEnvironment) SSHAll ¶
func (tenv *ProxmoxTestingEnvironment) SSHAll() (err error)
Click to show internal directories.
Click to hide internal directories.