Skip to content

Commit

Permalink
Merge branch 'master' into girazoki-new-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki authored Dec 2, 2024
2 parents f9bb098 + 4d0b412 commit e1d471c
Show file tree
Hide file tree
Showing 33 changed files with 38 additions and 38 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
76 changes: 38 additions & 38 deletions test/moonwall.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
{
"name": "zombie_flashbox",
"timeout": 600000,
"testFileDir": ["suites/para"],
"testFileDir": ["suites/zombie_tanssi"],
"runScripts": [
"build-spec-flashbox.sh",
"download-polkadot.sh",
Expand All @@ -200,7 +200,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieFlashbox.json",
"configPath": "./configs/zombie_flashbox.json",
"skipBlockCheck": ["Container2002"]
}
},
Expand Down Expand Up @@ -245,7 +245,7 @@
{
"name": "zombie_tanssi",
"timeout": 600000,
"testFileDir": ["suites/para"],
"testFileDir": ["suites/zombie_tanssi"],
"runScripts": [
"build-spec.sh",
"download-polkadot.sh",
Expand All @@ -256,7 +256,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTanssi.json",
"configPath": "./configs/zombie_tanssi.json",
"skipBlockCheck": ["Container2002"]
}
},
Expand Down Expand Up @@ -300,7 +300,7 @@
},
{
"name": "zombie_tanssi_keep_db",
"testFileDir": ["suites/keep-db"],
"testFileDir": ["suites/zombie_tanssi_keep_db"],
"runScripts": [
"build-spec-single-container.sh",
"download-polkadot.sh",
Expand All @@ -311,7 +311,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTanssiKeepDb.json"
"configPath": "./configs/zombie_tanssi_keep_db.json"
}
},
"connections": [
Expand All @@ -334,7 +334,7 @@
},
{
"name": "zombie_tanssi_metrics",
"testFileDir": ["suites/metrics"],
"testFileDir": ["suites/zombie_tanssi_metrics"],
"runScripts": [
"build-spec-single-container.sh",
"download-polkadot.sh",
Expand All @@ -345,7 +345,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTanssiMetrics.json"
"configPath": "./configs/zombie_tanssi_metrics.json"
}
},
"connections": [
Expand All @@ -369,7 +369,7 @@
{
"name": "zombie_tanssi_one_node",
"timeout": 600000,
"testFileDir": ["suites/one-node"],
"testFileDir": ["suites/zombie_tanssi_one_node"],
"runScripts": [
"build-spec-one-node.sh",
"download-polkadot.sh",
Expand All @@ -378,7 +378,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTanssiOneNode.json",
"configPath": "./configs/zombie_tanssi_one_node.json",
"skipBlockCheck": ["Container2000", "Container2001"]
}
},
Expand All @@ -398,7 +398,7 @@
{
"name": "zombie_tanssi_parathreads",
"timeout": 600000,
"testFileDir": ["suites/parathreads"],
"testFileDir": ["suites/zombie_tanssi_parathreads"],
"runScripts": [
"build-spec-parathreads.sh",
"download-polkadot.sh",
Expand All @@ -409,7 +409,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTanssiParathreads.json",
"configPath": "./configs/zombie_tanssi_parathreads.json",
"skipBlockCheck": ["Container2000", "Container2001"]
}
},
Expand Down Expand Up @@ -448,7 +448,7 @@
},
{
"name": "zombie_tanssi_rotation",
"testFileDir": ["suites/rotation-para"],
"testFileDir": ["suites/zombie_tanssi_rotation"],
"runScripts": [
"build-spec.sh",
"download-polkadot.sh",
Expand All @@ -460,7 +460,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTanssiRotation.json"
"configPath": "./configs/zombie_tanssi_rotation.json"
}
},
"connections": [
Expand Down Expand Up @@ -498,7 +498,7 @@
},
{
"name": "zombie_tanssi_warp_sync",
"testFileDir": ["suites/warp-sync"],
"testFileDir": ["suites/zombie_tanssi_warp_sync"],
"runScripts": [
"build-spec-single-container.sh",
"download-polkadot.sh",
Expand All @@ -509,7 +509,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTanssiWarpSync.json"
"configPath": "./configs/zombie_tanssi_warp_sync.json"
}
},
"connections": [
Expand All @@ -532,21 +532,21 @@
},
{
"name": "zombie_dancebox_upgrade",
"testFileDir": ["suites/rt-upgrade-parachain-zombienet"],
"testFileDir": ["suites/zombie_dancebox_upgrade"],
"runScripts": ["download-polkadot.sh"],
"timeout": 600000,
"foundation": {
"rtUpgradePath": "../target/release/wbuild/dancebox-runtime/dancebox_runtime.compact.compressed.wasm",
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieDanceboxUpgrade.json",
"configPath": "./configs/zombie_dancebox_upgrade.json",
"disableDefaultEthProviders": true
}
}
},
{
"name": "zombie_simple_template_upgrade",
"testFileDir": ["suites/rt-upgrade-templates-zombienet"],
"testFileDir": ["suites/zombie_simple_template_upgrade"],
"runScripts": [
"download-latest-rt-binaries.sh",
"build-spec-single-container.sh tmp container-chain-simple-node flashbox-local",
Expand All @@ -559,7 +559,7 @@
"rtUpgradePath": "../target/release/wbuild/container-chain-template-simple-runtime/container_chain_template_simple_runtime.compact.compressed.wasm",
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTemplateUpgradeSimple.json",
"configPath": "./configs/zombie_simple_template_upgrade.json",
"disableDefaultEthProviders": true
}
},
Expand All @@ -583,14 +583,14 @@
},
{
"name": "zombie_dancelight_upgrade",
"testFileDir": ["suites/rt-upgrade-relay-zombienet"],
"testFileDir": ["suites/zombie_dancelight_upgrade"],
"runScripts": ["download-latest-rt-binaries-starlight.sh", "build-spec-dancelight-single.sh tmp"],
"timeout": 900000,
"foundation": {
"rtUpgradePath": "../target/release/wbuild/dancelight-runtime/dancelight_runtime.compact.compressed.wasm",
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieDancelightUpgrade.json",
"configPath": "./configs/zombie_dancelight_upgrade.json",
"disableDefaultEthProviders": true
}
},
Expand All @@ -604,7 +604,7 @@
},
{
"name": "zombie_simple_template_upgrade_with_latest_releases",
"testFileDir": ["suites/rt-upgrade-templates-zombienet"],
"testFileDir": ["suites/zombie_simple_template_upgrade"],
"runScripts": [
"download-latest-rt-binaries.sh",
"build-spec-single-container.sh tmp container-chain-simple-node flashbox-local",
Expand All @@ -618,7 +618,7 @@
"rtUpgradePath": "../target/release/wbuild/container-chain-template-simple-runtime/container_chain_template_simple_runtime.compact.compressed.wasm",
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTemplateUpgradeSimple.json",
"configPath": "./configs/zombie_simple_template_upgrade.json",
"disableDefaultEthProviders": true
}
},
Expand All @@ -643,15 +643,15 @@
{
"name": "zombie_simple_template_offchain",
"timeout": 600000,
"testFileDir": ["suites/zombie-offchain"],
"testFileDir": ["suites/zombie_simple_template_offchain"],
"runScripts": [
"build-spec-dancelight-single-container.sh",
"compile-wasm.ts compile -b ../target/release/container-chain-simple-node -o wasm -c specs/single-container-template-container-2000.json"
],
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieDancelightSingleContainer.json",
"configPath": "./configs/zombie_simple_template_offchain.json",
"disableDefaultEthProviders": true
}
},
Expand All @@ -670,7 +670,7 @@
},
{
"name": "zombie_frontier_template_upgrade",
"testFileDir": ["suites/rt-upgrade-templates-zombienet"],
"testFileDir": ["suites/zombie_simple_template_upgrade"],
"runScripts": [
"download-latest-rt-binaries.sh",
"build-spec-single-container.sh tmp container-chain-frontier-node flashbox-local",
Expand All @@ -683,7 +683,7 @@
"rtUpgradePath": "../target/release/wbuild/container-chain-template-frontier-runtime/container_chain_template_frontier_runtime.compact.compressed.wasm",
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTemplateUpgradeFrontier.json",
"configPath": "./configs/zombie_frontier_template_upgrade.json",
"disableDefaultEthProviders": true
}
},
Expand All @@ -707,7 +707,7 @@
},
{
"name": "zombie_frontier_template_upgrade_with_latest_releases",
"testFileDir": ["suites/rt-upgrade-templates-zombienet"],
"testFileDir": ["suites/zombie_simple_template_upgrade"],
"runScripts": [
"download-latest-rt-binaries.sh",
"build-spec-single-container.sh tmp container-chain-frontier-node flashbox-local",
Expand All @@ -721,7 +721,7 @@
"rtUpgradePath": "../target/release/wbuild/container-chain-template-frontier-runtime/container_chain_template_frontier_runtime.compact.compressed.wasm",
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieTemplateUpgradeFrontier.json",
"configPath": "./configs/zombie_frontier_template_upgrade.json",
"disableDefaultEthProviders": true
}
},
Expand All @@ -746,7 +746,7 @@
{
"name": "zombie_tanssi_relay",
"timeout": 600000,
"testFileDir": ["suites/zombie-tanssi-relay"],
"testFileDir": ["suites/zombie_tanssi_relay"],
"runScripts": [
"build-spec-dancelight.sh",
"compile-wasm.ts compile -b ../target/release/tanssi-relay -o wasm -c specs/tanssi-relay.json",
Expand All @@ -756,7 +756,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieDancelight.json",
"configPath": "./configs/zombie_tanssi_relay.json",
"skipBlockCheck": ["Container2002"]
}
},
Expand Down Expand Up @@ -797,12 +797,12 @@
"name": "zombie_tanssi_relay_eth_bridge",
"timeout": 600000,
"envVars": ["RUST_BACKTRACE=1"],
"testFileDir": ["suites/zombie-tanssi-relay-eth-bridge"],
"testFileDir": ["suites/zombie_tanssi_relay_eth_bridge"],
"runScripts": ["bridge-build-artifacts.sh"],
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieDancelightBridge.json",
"configPath": "./configs/zombie_tanssi_relay_eth_bridge.json",
"skipBlockCheck": ["Tanssi-relay"]
}
},
Expand All @@ -816,7 +816,7 @@
},
{
"name": "zombie_data_preservers",
"testFileDir": ["suites/data-preservers"],
"testFileDir": ["suites/zombie_data_preservers"],
"runScripts": [
"build-spec-data-preservers.sh",
"download-polkadot.sh",
Expand All @@ -828,7 +828,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieDataPreservers.json",
"configPath": "./configs/zombie_data_preservers.json",
"skipBlockCheck": ["DataPreserver-2000", "DataPreserver-2001"]
}
},
Expand Down Expand Up @@ -1080,7 +1080,7 @@
{
"name": "zombie_tanssi_relay_unneeded_para",
"timeout": 600000,
"testFileDir": ["suites/zombie-tanssi-relay-unneeded-para"],
"testFileDir": ["suites/zombie_tanssi_relay_unneeded_para"],
"runScripts": [
"build-spec-dancelight.sh",
"compile-wasm.ts compile -b ../target/release/tanssi-relay -o wasm -c specs/tanssi-relay.json",
Expand All @@ -1090,7 +1090,7 @@
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombieDancelightUnneededPara.json",
"configPath": "./configs/zombie_tanssi_relay_unneeded_para.json",
"skipBlockCheck": ["Container2002"]
}
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e1d471c

Please sign in to comment.