Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SerialLogBufferSize gives the amount of data to buffer when doing serial // I/O. // The maximum amount of data that should need buffering is everything // emitted before tests start running, at which point botanist will have // handed things off to a subprocess that will be free to begin reading // from this buffer. As of 2020-01-18, the size of this data, corresponding // to paving, booting, and then establishing a network connection is one // the order of 10Kb; we liberally overestimate that by an order of // magnitude. SerialLogBufferSize = 10000 * 10 )
Variables ¶
This section is empty.
Functions ¶
func AddPackageRepository ¶
func AddPackageRepository(ctx context.Context, client *sshutil.Client, repoURL, blobURL string) error
AddPackageRepository adds a package repository to a connected fuchsia instance with the provided metadata and blob URLs. In either URL, a host of "localhost" will be resolved and scoped as appropriate when dealing with the address from the host and target perspectives.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.