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

Automate TestNet Deployment #4

Closed
SurfingNerd opened this issue Oct 10, 2020 · 2 comments
Closed

Automate TestNet Deployment #4

SurfingNerd opened this issue Oct 10, 2020 · 2 comments

Comments

@SurfingNerd
Copy link
Collaborator

For #3

create script that simplifies testnet deployment of currnet configurion.
can run testNet node in a screen.
would be nice to have minimum sanity checks.

@SurfingNerd
Copy link
Collaborator Author

we will create this script using ansible.

@SurfingNerd
Copy link
Collaborator Author

testnet/setup_testnet.py
allows to specify a testnet to get created.
example:
export STAKING_TRANSITION_WINDOW_LENGTH=20 && export STAKING_EPOCH_DURATION=40 && export MINIMUM_BLOCK_TIME=1 && cd testnet && ./setup_testnet.py 1 8

testnet/control

Allows to deploy, control and gather information from remote testnets.

src/regression

Offers a of tools to test and retrieve information from a running testnet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant