From 6d79feb96e087404c3a77b0e171a4fb5a772876c Mon Sep 17 00:00:00 2001 From: Chralt98 Date: Mon, 8 Jan 2024 10:26:34 +0100 Subject: [PATCH] update readme --- integration-tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/README.md b/integration-tests/README.md index 5fc09e06f..551190fdc 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -37,9 +37,9 @@ Run `pnpm install` in the `integration-tests` folder before running any of the f Useful for integration testing: -- `./integration-tests/scripts/deploy_zombienet.sh` - Deploy a local relay-parachain network for zombienet. +- `./integration-tests/scripts/deploy-zombienet.sh` - Deploy a local relay-parachain network for zombienet. - `pnpm chopsticks xcm -r polkadot -p ./configs/hydradx.yml -p ./configs/zeitgeist.yml` - Deploy a local relay-parachain fork network via chopsticks to test XCM. -- `./integration-tests/scripts/deploy_zombienet.sh --test` - Run ZNDSL zombienet tests on a local relay-parachain network. +- `./integration-tests/scripts/deploy-zombienet.sh --test` - Run ZNDSL zombienet tests on a local relay-parachain network. - `pnpm exec moonwall test chopsticks_zeitgeist_hydra_xcm_tests` - XCM Tests from Zeitgeist to HydraDX. - `pnpm exec moonwall test zombienet_zeitgeist_upgrade` - Test Zeitgeist runtime upgrade on zombienet for the local network. - `pnpm exec moonwall test chopsticks_zeitgeist_upgrade` - Test Zeitgeist runtime upgrade on chopsticks for the live network.