Versions in this module Expand all Collapse all v1 v1.2.0 Aug 14, 2026 Changes in this version + const EnvE2E + const EnvExamples + const EnvLocal + const LabelPrefix + func Address(n, i int) string + func Args(project string, args ...string) []string + func InstanceName(i int) string + func Label(config map[string]string, key, value string) + func NetworkName(n int) string + func NewInstance(project string, i, on int) incusapi.Instance + func NewInstanceState(i, on int) *incusapi.InstanceState + func NewNetwork(project string, n int) incusapi.Network + func ProjectName(name string) string + func SkipE2E(t *testing.T) + func SkipExamples(t *testing.T) + func SkipLocal(t *testing.T) + func Strip(out string) string + func StripHealth(out string) string + func StripIPv6Lines(out string) string + func WriteTempFiles(t *testing.T, files map[string]string) string + type Project struct + Instances []incusapi.Instance + Networks []incusapi.Network + Project incusapi.Project + States map[string]*incusapi.InstanceState + func NewProject(name string, instances, networks int) *Project