Update SimNet test to the new format (#4051)

* simnet-v10 update simnet image version

* update config

* update path to js scripts

* use current branch to download config for tests

* use current branch to download config for tests

* temp use simnet-v10

* update also the toml file

* Rework test according to CIHelper format

* Call cihelper script for running tests

* Switch to v12

* Version 13

* simnet v14

* Readme extended

Co-authored-by: Anton Gavrilov <AntonE.Gavrilov@gmail.com>
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io>
This commit is contained in:
radupopa2010
2021-11-03 11:34:26 +01:00
committed by GitHub
parent 07389ebab9
commit 05bfc53878
8 changed files with 108 additions and 138 deletions
@@ -0,0 +1,13 @@
name = "Parachains test"
description = "Smoke test for parachains, that deploy a simple collator and register parachain"
required-images = [
"SYNTHIMAGE",
"COLIMAGE",
"SCRIPTSIMAGE",
"PARACHAINSIMAGE"
]
[[test-cases]]
tags = ["all", "smoketest"]
chain-config = "configs/simple_rococo_testnet.toml"
scenarios = ["tests/parachains.feature"]