e2e

package
v0.0.0-...-4166da5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2026 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestResult

type TestResult struct {
	Name    string
	Passed  bool
	Message string
}

TestResult represents the result of a single test

type TestSuite

type TestSuite struct {
	Tests       []TestResult
	TotalTests  int
	PassedTests int
	FailedTests int
}

TestSuite represents the complete test suite results

func RunTests

func RunTests(grpcSocketPath, sshSocketPath, certDir string, timeout time.Duration) (*TestSuite, error)

RunTests executes the end-to-end test suite for PCeS agent.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL