result

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ArchiveResults

func ArchiveResults(results []NetconfResult, testSuiteFile string) error

ArchiveResults stores results for future processing

func HandleResults

func HandleResults(resultChannel chan NetconfResult, handleResultsFinished chan bool, testSuiteFile string)

HandleResults processes results as they occur

Types

type NetconfResult

type NetconfResult struct {
	Client    int
	SessionID int
	Hostname  string
	Operation string
	When      float64
	Err       string
	Latency   float64
}

NetconfResult used to store all data related to a NETCONF requests response

func UnarchiveResults

func UnarchiveResults(resultsPath string) ([]NetconfResult, *suite.TestSuite, error)

UnarchiveResults loads a test suite results from the filesystem

Jump to

Keyboard shortcuts

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