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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.