[Zombienet] fix test creds (#4562)

* remove custom kube file in creds

* typo in image name echo
This commit is contained in:
Javier Viola
2021-12-18 16:56:02 -03:00
committed by GitHub
parent 5e80287475
commit 78c3284ce7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ zombienet-tests-parachains-smoke-test:
before_script: before_script:
- echo "Zombie-net Tests Config" - echo "Zombie-net Tests Config"
- echo "${ZOMBIENET_IMAGE_NAME}" - echo "${ZOMBIENET_IMAGE}"
- echo "${PARACHAINS_IMAGE_NAME} ${PARACHAINS_IMAGE_TAG}" - echo "${PARACHAINS_IMAGE_NAME} ${PARACHAINS_IMAGE_TAG}"
- echo "${MALUS_IMAGE_NAME} ${MALUS_IMAGE_TAG}" - echo "${MALUS_IMAGE_NAME} ${MALUS_IMAGE_TAG}"
- echo "${GH_DIR}" - echo "${GH_DIR}"
@@ -1,6 +1,6 @@
Description: Disputes Description: Disputes
Network: ./0001-dispute-valid-block.toml Network: ./0001-dispute-valid-block.toml
Creds: config.gcloud Creds: config
alice: is up alice: is up
@@ -1,9 +1,9 @@
Description: Smoke Test Description: Smoke Test
Network: ./0001-parachains-smoke-test.toml Network: ./0001-parachains-smoke-test.toml
Creds: config.gcloud Creds: config
alice: is up alice: is up
bob: is up bob: is up
alice: parachain 100 is registered within 225 seconds alice: parachain 100 is registered within 225 seconds
alice: parachain 100 block height is at least 10 within 200 seconds alice: parachain 100 block height is at least 10 within 200 seconds