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

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

doc.go log.go

Directories

PathSynopsis
integration/adminPackage admin contains integration tests for the Admin server.
integration/maptest
integration/quotaPackage quota contains quota-related integration tests.
Version
v1.0.1
Published
Sep 20, 2017
Platform
js/wasm
Imports
14 packages
Last checked
4 hours ago

Tools for package owners.