 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
    const ( Base64OverrideEnvVarName = k8s_config.EnvBase64ConfigOverride NoKey = "NO_KEY" )
      View Source
      
  
const TestTypeEnvVarName = "TEST_TYPE"
    Variables ¶
This section is empty.
Functions ¶
Types ¶
type Product ¶
type Product string
const ( Automation Product = "automation" Cron Product = "cron" DirectRequest Product = "direct_request" Flux Product = "flux" ForwarderOcr Product = "forwarder_ocr" ForwarderOcr2 Product = "forwarder_ocr2" Functions Product = "functions" Keeper Product = "keeper" LogPoller Product = "log_poller" Node Product = "node" OCR Product = "ocr" OCR2 Product = "ocr2" OCR2VRF Product = "ocr2vrf" RunLog Product = "runlog" VRF Product = "vrf" VRFv2 Product = "vrfv2" VRFv2Plus Product = "vrfv2plus" )
type TestConfig ¶
type TestConfig struct {
	ChainlinkImage         *ctf_config.ChainlinkImageConfig `toml:"ChainlinkImage"`
	ChainlinkUpgradeImage  *ctf_config.ChainlinkImageConfig `toml:"ChainlinkUpgradeImage"`
	Logging                *ctf_config.LoggingConfig        `toml:"Logging"`
	Network                *ctf_config.NetworkConfig        `toml:"Network"`
	Pyroscope              *ctf_config.PyroscopeConfig      `toml:"Pyroscope"`
	PrivateEthereumNetwork *ctf_test_env.EthereumNetwork    `toml:"PrivateEthereumNetwork"`
	ConfigurationName      string                           `toml:"-"`
}
    func (TestConfig) MustCopy ¶
func (c TestConfig) MustCopy() TestConfig
Returns a deep copy of the Test Config or panics on error
func (*TestConfig) Save ¶
func (c *TestConfig) Save() (string, error)
Saves Test Config to a local file
func (*TestConfig) Validate ¶
func (c *TestConfig) Validate() error
 Click to show internal directories. 
   Click to hide internal directories.