Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tmpnet] Add network reuse to e2e fixture #2935

Merged
merged 3 commits into from
Apr 17, 2024
Merged

Commits on Apr 10, 2024

  1. [tmpnet] Add network reuse to e2e fixture

    Previously, using an existing network with the e2e suite required
    starting the network with the tmpnetctl cli. This has been replaced
    with direct support for network reuse within the e2e fixture to better
    support testing of networks with subnets and remove the need for
    other repos (subnet-evm and hypersdk) to use tmpnetctl:
    
     - Replace the --use-existing-network flag with --reuse-network flag
     which will ensure that a suite-compatible network is started if
     not already running and reused if already running
    
     - Added the --stop-network flag to support stopping a network
     previously started by --reuse-network and exiting immediately without
     running tests.
    
    tmpnetctl is left in place for now but its future is uncertain.
    marun committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9b4ff7c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Apply suggestions from code review

    Co-authored-by: Stephen Buttolph <stephen@avalabs.org>
    Signed-off-by: marun <maru.newby@avalabs.org>
    marun and StephenButtolph authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6f19635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738b0a0 View commit details
    Browse the repository at this point in the history