Documentation ¶
Overview ¶
Package factory provides common values or function shared between remote and local tests.
Index ¶
Constants ¶
View Source
const ( // FactoryRootPath is the root path of installed factory toolkit. FactoryRootPath = "/usr/local/factory" // ToolkitEnabledPath is the path for a file that determines whether // toolkit is enabled. ToolkitEnabledPath = FactoryRootPath + "/enabled" // ToolkitVersionFilePath is the path for a file where it stores the // version of the toolkit installed. ToolkitVersionFilePath = FactoryRootPath + "/TOOLKIT_VERSION" // ActiveTestListFilePath is the path for a file where it stores the // name of test list that is currently active. ActiveTestListFilePath = FactoryRootPath + "/py/test/test_lists/active_test_list.json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.