package integration
import "github.com/google/trillian/integration"
Package integration contains some integration tests which are intended to serve as a way of checking that various top-level binaries work as intended, as well as providing a simple example of how to run and use the various servers.
Index ¶
- func RunLogIntegration(client trillian.TrillianLogClient, params TestParameters) error
- type TestParameters
Functions ¶
func RunLogIntegration ¶
func RunLogIntegration(client trillian.TrillianLogClient, params TestParameters) error
RunLogIntegration runs a log integration test using the given client and test parameters.
Types ¶
type TestParameters ¶
type TestParameters struct {
// contains filtered or unexported fields
}
TestParameters bundles up all the settings for a test run
func DefaultTestParameters ¶
func DefaultTestParameters(treeID int64) TestParameters
DefaultTestParameters builds a TestParameters object for a normal test of the given log.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
integration/admin | Package admin contains integration tests for the Admin server. |
integration/maptest | |
integration/quota | Package quota contains quota-related integration tests. |
- Version
- v1.0.8
- Published
- Mar 8, 2018
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 4 hours ago –
Tools for package owners.