Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
[Zombienet] fix test creds (#4562)
Browse files Browse the repository at this point in the history
* remove custom kube file in creds

* typo in image name echo
  • Loading branch information
pepoviola authored and drahnr committed Jan 4, 2022
1 parent 5d19b63 commit 435606f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: Disputes
Network: ./0001-dispute-valid-block.toml
Creds: config.gcloud
Creds: config


alice: is up
Expand Down
4 changes: 2 additions & 2 deletions zombienet_tests/parachains/0001-parachains-smoke-test.feature
Original file line number Diff line number Diff line change
@@ -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
alice: parachain 100 block height is at least 10 within 200 seconds

0 comments on commit 435606f

Please sign in to comment.