common

package
v0.0.0-...-6fa03d5 Latest Latest
Warning

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

Go to latest
Published: May 4, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package common contains functions to run suite text proto and to write report proto into file.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Dialer to use while calling into gnmitest service. It can be overridden
	// by an external package to use a custom dialer.
	Dialer = grpc.Dial
	// Opts is a list of grpc.DialOption passed the the Dialer.  It can be
	// overridden by an external package to use custom options.
	Opts = []grpc.DialOption{grpc.WithInsecure()}
)

Functions

func Run

func Run(address, suiteFile, reportFile string) (*rpb.Report, error)

Run function runs the Suite proto given as textproto and writes Report proto into a file as textproto.

Types

This section is empty.

Jump to

Keyboard shortcuts

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