Documentation ¶
Overview ¶
Copyright 2020 New Relic Corporation. All rights reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BasicCmdWithSpace = testhelp.Script(path.Join("..", "fixtures", "basic cmd"+getExtension())) TimestampDiscovery = testhelp.WrapScriptPath("..", "fixtures", "discoverer", "discoverer.go") // The following test can't use `testhelp.WrapScriptPath` as it has arguments passed to it InventoryGoFile = testhelp.Script(path.Join("..", "fixtures", "inventory", "inventory.go")) )
View Source
var ( IntegrationScript = testhelp.Script("../fixtures/integration.sh") IntegrationVerboseScript = testhelp.Script("../fixtures/integration_verbose.sh") IntegrationPrintsErr = testhelp.Script("../fixtures/integration_err.sh") BasicCmd = testhelp.Script("../fixtures/basic_cmd.sh") ErrorCmd = testhelp.Script("../fixtures/error_cmd.sh") BlockedCmd = testhelp.Script("../fixtures/blocked_cmd.sh") FileContentsCmd = testhelp.Script("../fixtures/filecontents.sh") FileContentsWithArgCmd = testhelp.Script("../fixtures/filecontents_witharg.sh") FileContentsFromEnvCmd = testhelp.Script("../fixtures/filecontents_fromenv.sh") EchoFromEnv = testhelp.Script("../fixtures/echo_from_env.sh") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.