Documentation ¶
Overview ¶
Package integration for integration tests
Package integration for integration tests
Index ¶
- func CheckConnection(addr string, port string) bool
- func GenerateSSHKeyPair() (string, string, error)
- func RemoteRun(user string, addr string, cmd string, privateKey string) (string, error)
- func WithDomain() nodeFilterOpts
- func WithFeatures(features []string) nodeFilterOpts
- func WithFreeHRU(hruGB uint64) nodeFilterOpts
- func WithFreeIPs(ipsCount uint64) nodeFilterOpts
- func WithFreeMRU(mruGB uint64) nodeFilterOpts
- func WithFreeSRU(sruGB uint64) nodeFilterOpts
- func WithGPU() nodeFilterOpts
- func WithIPV4() nodeFilterOpts
- func WithIPV6() nodeFilterOpts
- func WithRentedBy(rentedBy uint64) nodeFilterOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckConnection ¶ added in v0.14.13
CheckConnection used to test connection
func GenerateSSHKeyPair ¶
GenerateSSHKeyPair creates the public and private key for the machine
func WithDomain ¶ added in v0.14.13
func WithDomain() nodeFilterOpts
func WithFeatures ¶ added in v0.16.0
func WithFeatures(features []string) nodeFilterOpts
func WithFreeHRU ¶ added in v0.14.13
func WithFreeHRU(hruGB uint64) nodeFilterOpts
func WithFreeIPs ¶ added in v0.14.13
func WithFreeIPs(ipsCount uint64) nodeFilterOpts
func WithFreeMRU ¶ added in v0.14.13
func WithFreeMRU(mruGB uint64) nodeFilterOpts
func WithFreeSRU ¶ added in v0.14.13
func WithFreeSRU(sruGB uint64) nodeFilterOpts
func WithRentedBy ¶ added in v0.14.13
func WithRentedBy(rentedBy uint64) nodeFilterOpts
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.