network

package
v0.0.0-...-5632959 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TestnetName = cli.StringFlag{
		Name:  "testnet",
		Usage: "ID of the testnet to target",
	}
	Port = cli.IntFlag{
		Name:  "port",
		Usage: "Port served by all nodes in the testnet",
		Value: 9000,
	}
	TestOutputFile = cli.StringFlag{
		Name:  "testoutput",
		Usage: "JUnit XML output file",
	}
)
View Source
var (
	NetworkCommand = cli.Command{
		Name:        "network",
		Usage:       "Tests network capacity",
		Description: `Tests that all the hosts in the testnet are available`,
		Action:      touchNetwork,
		Flags: []cli.Flag{
			TestnetName,
			Port,
			TestOutputFile,
		},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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