From 66521a9168b4817eeb779bead4b07cd236a6d916 Mon Sep 17 00:00:00 2001 From: Frank Bell Date: Fri, 9 Aug 2024 14:06:43 +0100 Subject: [PATCH] test: add relay+asset hub network config files --- tests/networks/kusama+asset-hub.toml | 19 +++++++++++++++++++ tests/networks/paseo+asset-hub.toml | 19 +++++++++++++++++++ tests/networks/polkadot+asset-hub.toml | 19 +++++++++++++++++++ tests/networks/pop.toml | 4 ++-- 4 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 tests/networks/kusama+asset-hub.toml create mode 100644 tests/networks/paseo+asset-hub.toml create mode 100644 tests/networks/polkadot+asset-hub.toml diff --git a/tests/networks/kusama+asset-hub.toml b/tests/networks/kusama+asset-hub.toml new file mode 100644 index 000000000..c652bd841 --- /dev/null +++ b/tests/networks/kusama+asset-hub.toml @@ -0,0 +1,19 @@ +# pop up parachain -f ./tests/networks/kusama+asset-hub.toml + +[relaychain] +chain = "kusama-local" + +[[relaychain.nodes]] +name = "alice" +validator = true + +[[relaychain.nodes]] +name = "bob" +validator = true + +[[parachains]] +id = 1000 +chain = "asset-hub-kusama-local" + +[[parachains.collators]] +name = "asset-hub" \ No newline at end of file diff --git a/tests/networks/paseo+asset-hub.toml b/tests/networks/paseo+asset-hub.toml new file mode 100644 index 000000000..a75719376 --- /dev/null +++ b/tests/networks/paseo+asset-hub.toml @@ -0,0 +1,19 @@ +# pop up parachain -f ./tests/networks/paseo+asset-hub.toml + +[relaychain] +chain = "paseo-local" + +[[relaychain.nodes]] +name = "alice" +validator = true + +[[relaychain.nodes]] +name = "bob" +validator = true + +[[parachains]] +id = 1000 +chain = "asset-hub-paseo-local" + +[[parachains.collators]] +name = "asset-hub" \ No newline at end of file diff --git a/tests/networks/polkadot+asset-hub.toml b/tests/networks/polkadot+asset-hub.toml new file mode 100644 index 000000000..9cf6735b2 --- /dev/null +++ b/tests/networks/polkadot+asset-hub.toml @@ -0,0 +1,19 @@ +# pop up parachain -f ./tests/networks/polkadot+asset-hub.toml + +[relaychain] +chain = "polkadot-local" + +[[relaychain.nodes]] +name = "alice" +validator = true + +[[relaychain.nodes]] +name = "bob" +validator = true + +[[parachains]] +id = 1000 +chain = "asset-hub-polkadot-local" + +[[parachains.collators]] +name = "asset-hub" \ No newline at end of file diff --git a/tests/networks/pop.toml b/tests/networks/pop.toml index 2ca87a262..643f1a0b5 100644 --- a/tests/networks/pop.toml +++ b/tests/networks/pop.toml @@ -29,11 +29,11 @@ args = ["-lruntime::contracts=debug"] [[hrmp_channels]] sender = 1000 recipient = 4385 -max_capacity = 8 +max_capacity = 1000 max_message_size = 5000 [[hrmp_channels]] sender = 4385 recipient = 1000 -max_capacity = 8 +max_capacity = 1000 max_message_size = 8000 \ No newline at end of file