Documentation
¶
Index ¶
- Constants
- func CreateBenchmarkFolderIfNotExist(spec, version string, fm FolderMgr) error
- func CreateHomeFolderIfNotExist(fm FolderMgr) error
- func CreatePluginsCompiledFolderIfNotExist(fm FolderMgr) error
- func CreatePluginsSourceFolderIfNotExist(fm FolderMgr) error
- func GetAuditTestsList(key, arg string) []string
- func GetBenchmarkFolder(spec, version string, fm FolderMgr) (string, error)
- func GetCompilePluginSubFolder(fm FolderMgr) (string, error)
- func GetEnv(key, fallback string) string
- func GetHomeFolder() string
- func GetPluginSourceSubFolder(fm FolderMgr) (string, error)
- type FilesInfo
- type FolderMgr
Constants ¶
View Source
const CompilePluginSubFolder = "plugins/compile"
CompilePluginSubFolder plugins complied folder
View Source
const PluginSourceSubFolder = "plugins/source"
PluginSourceSubFolder plugin source folder
Variables ¶
This section is empty.
Functions ¶
func CreateBenchmarkFolderIfNotExist ¶
CreateBenchmarkFolderIfNotExist create openshift-ordeal benchmark folder if not exist
func CreateHomeFolderIfNotExist ¶
CreateHomeFolderIfNotExist create openshift-ordeal home folder if not exist
func CreatePluginsCompiledFolderIfNotExist ¶
CreatePluginsCompiledFolderIfNotExist create plugins compiled folder if not exist
func CreatePluginsSourceFolderIfNotExist ¶
CreatePluginsSourceFolderIfNotExist plugins source folder if not exist
func GetAuditTestsList ¶
GetAuditTestsList return processing function by specificTests
func GetBenchmarkFolder ¶
GetBenchmarkFolder return benchmark folder
func GetCompilePluginSubFolder ¶
GetCompilePluginSubFolder return plugin compiled folder path
func GetPluginSourceSubFolder ¶
GetPluginSourceSubFolder return plugins source folder path
Types ¶
Click to show internal directories.
Click to hide internal directories.