From 78c3284ce7da5f69ecb3faf110e3b60e344746d2 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Sat, 18 Dec 2021 16:56:02 -0300 Subject: [PATCH] [Zombienet] fix test creds (#4562) * remove custom kube file in creds * typo in image name echo --- polkadot/.gitlab-ci.yml | 2 +- .../malus/integrationtests/0001-dispute-valid-block.feature | 2 +- .../parachains/0001-parachains-smoke-test.feature | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index e4dce731e5..4a8ea0187c 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -625,7 +625,7 @@ zombienet-tests-parachains-smoke-test: before_script: - echo "Zombie-net Tests Config" - - echo "${ZOMBIENET_IMAGE_NAME}" + - echo "${ZOMBIENET_IMAGE}" - echo "${PARACHAINS_IMAGE_NAME} ${PARACHAINS_IMAGE_TAG}" - echo "${MALUS_IMAGE_NAME} ${MALUS_IMAGE_TAG}" - echo "${GH_DIR}" diff --git a/polkadot/node/malus/integrationtests/0001-dispute-valid-block.feature b/polkadot/node/malus/integrationtests/0001-dispute-valid-block.feature index a56b3d99ac..fe0c14c791 100644 --- a/polkadot/node/malus/integrationtests/0001-dispute-valid-block.feature +++ b/polkadot/node/malus/integrationtests/0001-dispute-valid-block.feature @@ -1,6 +1,6 @@ Description: Disputes Network: ./0001-dispute-valid-block.toml -Creds: config.gcloud +Creds: config alice: is up diff --git a/polkadot/zombienet_tests/parachains/0001-parachains-smoke-test.feature b/polkadot/zombienet_tests/parachains/0001-parachains-smoke-test.feature index f134204708..cf5668a856 100644 --- a/polkadot/zombienet_tests/parachains/0001-parachains-smoke-test.feature +++ b/polkadot/zombienet_tests/parachains/0001-parachains-smoke-test.feature @@ -1,9 +1,9 @@ Description: Smoke Test Network: ./0001-parachains-smoke-test.toml -Creds: config.gcloud +Creds: config alice: is up bob: is up alice: parachain 100 is registered within 225 seconds -alice: parachain 100 block height is at least 10 within 200 seconds \ No newline at end of file +alice: parachain 100 block height is at least 10 within 200 seconds