Documentation ¶
Overview ¶
Package guestos provides VM guest OS related primitives.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CrostiniGuestOS ¶
CrostiniGuestOS is an implementation of IGuestOS interface for Crostini
func (CrostiniGuestOS) Command ¶
Command returns a testexec.Cmd with a vsh command that will run in the guest.
func (CrostiniGuestOS) GetBinPath ¶
func (c CrostiniGuestOS) GetBinPath() string
GetBinPath returns the recommended binaries path in the guest OS. The trace_replay binary will be uploaded into this directory.
func (CrostiniGuestOS) GetTempPath ¶
func (c CrostiniGuestOS) GetTempPath() string
GetTempPath returns the recommended temp path in the guest OS. This directory can be used to store downloaded artifacts and other temp files.
Click to show internal directories.
Click to hide internal directories.