summaryrefslogtreecommitdiff
path: root/tests/chutney/integration-e2e
blob: 4c5617e528a7e77204ad043ffd483ed9e8573ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
set -xeuo pipefail

cd "$(git rev-parse --show-toplevel)"

./tests/chutney/setup

# Try to ensure we tear down the network on exit, including failure, ctrl-c, etc.
trap ./tests/chutney/teardown EXIT
# bootstrap the network
./tests/chutney/bootstrap

# test the network
./tests/chutney/test