File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,12 @@ echo "building e2e.test"
3434go install -v github.com/onsi/ginkgo/v2/ginkgo@v2.13.1
3535ACK_GINKGO_RC=true ginkgo build ./tests/e2e
3636
37+ # The xsvm plugin is required to deploy the e2e suite's shared network
38+ ./scripts/build_xsvm.sh
39+
3740print_separator
3841echo " starting initial test run that should create the reusable network"
39- ginkgo -v ./tests/e2e/e2e.test -- --reuse-network --ginkgo.focus-file=permissionless_subnets .go
42+ ginkgo -v ./tests/e2e/e2e.test -- --reuse-network --ginkgo.focus-file=xsvm .go
4043
4144print_separator
4245echo " determining the network path of the reusable network created by the first test run"
@@ -45,7 +48,7 @@ INITIAL_NETWORK_DIR="$(realpath "${SYMLINK_PATH}")"
4548
4649print_separator
4750echo " starting second test run that should reuse the network created by the first run"
48- ginkgo -v ./tests/e2e/e2e.test -- --reuse-network --ginkgo.focus-file=permissionless_subnets .go
51+ ginkgo -v ./tests/e2e/e2e.test -- --reuse-network --ginkgo.focus-file=xsvm .go
4952
5053
5154SUBSEQUENT_NETWORK_DIR=" $( realpath " ${SYMLINK_PATH} " ) "
You can’t perform that action at this time.
0 commit comments