Versions in this module Expand all Collapse all v0 v0.17.0 Apr 30, 2024 Changes in this version + func ScpKolet(machines []platform.Machine) error v0.16.0 Nov 9, 2023 Changes in this version + const AllowRerunSuccessTag + const InstalledTestDefaultTest + const InstalledTestMetaPrefix + const InstalledTestMetaPrefixYaml + const InstalledTestsDir + const KoletExtTestUnit + const KoletRebootAckFifo + const NeedsInternetTag + const PlatformIndependentTag + const SkipBaseChecksTag + const SkipConsoleWarningsTag + var AWSOptions = awsapi.Options + var AzureOptions = azureapi.Options + var CosaBuild *util.LocalBuild + var DOOptions = doapi.Options + var DenylistedTests []string + var ESXOptions = esxapi.Options + var ErrWarnOnTestFail = errors.New("A test marked as warn:true failed.") + var ForceRunPlatformIndependent bool + var GCPOptions = gcloudapi.Options + var NoNet bool + var OpenStackOptions = openstackapi.Options + var Options = platform.Options + var PacketOptions = packetapi.Options + var QEMUIsoOptions = qemuiso.Options + var QEMUOptions = qemu.Options + var Sharding string + var SkipConsoleWarnings bool + var TAPFile string + var Tags []string + var TestParallelism int + var WarnOnErrorTests []string + func CheckConsole(output []byte, t *register.Test) (bool, []string) + func GetBaseTestName(testName string) string + func GetRerunnableTestName(testName string) (string, bool) + func HasString(s string, slice []string) bool + func IsWarningOnFailure(testName string) bool + func MatchesPatterns(s string, patterns []string) (bool, error) + func NewFlight(pltfrm string) (flight platform.Flight, err error) + func ParseDenyListYaml(pltfrm string) error + func RegisterExternalTests(dir string) error + func RegisterExternalTestsWithPrefix(dir, prefix string) error + func RunTests(patterns []string, multiply int, rerun bool, rerunSuccessTags []string, ...) error + func RunUpgradeTests(patterns []string, rerun bool, pltfrm, outputDir string) error + func SetupOutputDir(outputDir, platform string) (string, error) + type DenyListObj struct + Arches []string + OsVersion []string + Pattern string + Platforms []string + SnoozeDate string + Streams []string + Tracker string + Warn bool + type InitConfigData struct + ConfigVariant string + type KoletResult struct + Reboot string + type ManifestData struct + Variables struct{ ... } + type NativeRunner func(funcName string, m platform.Machine) error