From ce0ecdda31ab3627bae45b7a7610aeb607cb020b Mon Sep 17 00:00:00 2001 From: Serban Iorga Date: Fri, 26 Jan 2024 11:08:05 +0100 Subject: [PATCH] Revert "Zombienet" This reverts commit b89531c56092308de216533384267a49a65e5a66. --- .../functional/0011-beefy-and-mmr.toml | 21 ------------------- .../functional/0011-beefy-and-mmr.zndsl | 14 ------------- 2 files changed, 35 deletions(-) delete mode 100644 polkadot/zombienet_tests/functional/0011-beefy-and-mmr.toml delete mode 100644 polkadot/zombienet_tests/functional/0011-beefy-and-mmr.zndsl diff --git a/polkadot/zombienet_tests/functional/0011-beefy-and-mmr.toml b/polkadot/zombienet_tests/functional/0011-beefy-and-mmr.toml deleted file mode 100644 index 6c9b54c0950a9..0000000000000 --- a/polkadot/zombienet_tests/functional/0011-beefy-and-mmr.toml +++ /dev/null @@ -1,21 +0,0 @@ -[settings] -timeout = 1000 - -[relaychain] -default_command = "/home/serban/workplace/sources/polkadot-sdk/target/release/polkadot" -chain = "rococo-local" - -[[relaychain.node_groups]] -name = "stable" -count = 3 -args = ["--log=beefy=debug", "--enable-offchain-indexing=true"] - -[[relaychain.node_groups]] -name = "unstable-1" -count = 5 -args = ["--log=beefy=debug", "--enable-offchain-indexing=true"] - -[[relaychain.node_groups]] -name = "unstable-2" -count = 3 -args = ["--log=beefy=debug", "--enable-offchain-indexing=true"] diff --git a/polkadot/zombienet_tests/functional/0011-beefy-and-mmr.zndsl b/polkadot/zombienet_tests/functional/0011-beefy-and-mmr.zndsl deleted file mode 100644 index 8f0a39bf28941..0000000000000 --- a/polkadot/zombienet_tests/functional/0011-beefy-and-mmr.zndsl +++ /dev/null @@ -1,14 +0,0 @@ -Description: Test BEEFY voting and finality, test MMR proofs. Assumes Rococo sessions of 1 minute. -Network: ./0011-beefy-and-mmr.toml -Creds: config - -stable: reports finalised height is at least 9 within 120 seconds - -unstable-1: pause -unstable-2: pause - -sleep 10 seconds - -unstable-1: restart - -sleep 300 seconds