Skip to content

Commit 2efad6a

Browse files
committed
fixup: Update tests.e2e.existing.sh to support xsvm subnets
1 parent b3ea901 commit 2efad6a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/tests.e2e.existing.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ echo "building e2e.test"
3434
go install -v github.com/onsi/ginkgo/v2/ginkgo@v2.13.1
3535
ACK_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+
3740
print_separator
3841
echo "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

4144
print_separator
4245
echo "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

4649
print_separator
4750
echo "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

5154
SUBSEQUENT_NETWORK_DIR="$(realpath "${SYMLINK_PATH}")"

0 commit comments

Comments
 (0)