-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: remove gb from e2e tests (#2119)
* tests: remove gb from e2e tests * go.mod tidy
- Loading branch information
1 parent
426d498
commit 532a243
Showing
13 changed files
with
4 additions
and
1,164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
// package e2e defines an integration testing suite used for full end-to-end | ||
// testing functionality. | ||
// | ||
// The file e2e_suite_test.go defines the testing suite and contains the core | ||
// bootrapping logic that creates a testing environment via Docker containers. | ||
// A testing network is created dynamically and contains multiple Docker | ||
// containers: | ||
// | ||
// 1. A single validator Gaia network | ||
// 2. A configurable number of Umee validator processes | ||
// 3. A hermes relayer connecting the Umee and Gaia networks over IBC | ||
// 4. A single Ethereum node | ||
// 5. A configurable number of Peggy orchestrator processes | ||
// | ||
// The file e2e_test.go contains the actual end-to-end integration tests that | ||
// utilize the testing suite. | ||
// containers. | ||
package e2e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.