Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Local osmosis repo/version. // It is used when skipping upgrade by setting OSMOSIS_E2E_SKIP_UPGRADE to true). // This image should be pre-built with `make docker-build-debug` either in CI or locally. LocalOsmoRepository = "osmosis" LocalOsmoTag = "debug" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageConfig ¶
type ImageConfig struct { InitRepository string InitTag string OsmosisRepository string OsmosisTag string RelayerRepository string RelayerTag string }
ImageConfig contains all images and their respective tags needed for running e2e tests.
func NewImageConfig ¶
func NewImageConfig(isUpgrade bool) *ImageConfig
Returns ImageConfig needed for running e2e test. If isUpgrade is true, returns images for running the upgrade Otherwise, returns images for running non-upgrade e2e tests.
Click to show internal directories.
Click to hide internal directories.