integration

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SimpleTokenSelector    = "simple"
	SherdLockTokenSelector = "sherdlock"
)
View Source
const (
	BasePort integration.TestPortRange = integration.BasePort + integration.PortsPerSuite*iota

	ZKATDLogFungible
	ZKATDLogFungibleStress
	ZKATDLogFungibleHSM

	FabTokenFungible

	OrionZKATDLogBasics
	OrionFabTokenBasics

	ZKATDLogDVP
	FabTokenDVP

	ZKATDLogNFT
	FabTokenNFT

	OrionZKATDLogNFT
	OrionFabTokenNFT

	FabTokenInteropHTLC
	FabTokenInteropHTLCOrion
	FabTokenInteropHTLCTwoFabricNetworks
	FabTokenInteropHTLCSwapNoCrossTwoFabricNetworks
	FabTokenInteropHTLCSwapNoCrossWithOrionAndFabricNetworks

	ZKATDLogInteropHTLC
	ZKATDLogInteropHTLCTwoFabricNetworks
	ZKATDLogInteropHTLCSwapNoCrossTwoFabricNetworks
	ZKATDLogInteropHTLCOrion
	ZKATDLogInteropHTLCSwapNoCrossWithOrionAndFabricNetworks

	Mixed
)

Variables

View Source
var (
	WebSocketNoReplication = &InfrastructureType{
		Label:             ginkgo.Label("websocket"),
		CommType:          fsc.WebSocket,
		ReplicationFactor: token.None,
	}
	LibP2PNoReplication = &InfrastructureType{
		Label:             ginkgo.Label("libp2p"),
		CommType:          fsc.LibP2P,
		ReplicationFactor: token.None,
	}
	WebSocketWithReplication = &InfrastructureType{
		Label:             ginkgo.Label("replicas"),
		CommType:          fsc.WebSocket,
		ReplicationFactor: 3,
	}

	WebSocketNoReplicationOnly = []*InfrastructureType{
		WebSocketNoReplication,
	}
	LibP2PNoReplicationOnly = []*InfrastructureType{
		LibP2PNoReplication,
	}
	WebSocketWithReplicationOnly = []*InfrastructureType{
		WebSocketWithReplication,
	}

	AllTestTypes = []*InfrastructureType{
		WebSocketNoReplication,
		LibP2PNoReplication,
		WebSocketWithReplication,
	}
)

Functions

This section is empty.

Types

type InfrastructureType added in v0.4.0

type InfrastructureType struct {
	Label             ginkgo.Labels
	CommType          fsc.P2PCommunicationType
	ReplicationFactor int
}

type TestPortRange

type TestPortRange integration.TestPortRange

TestPortRange represents a port range

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL