Skip to content

Commit

Permalink
Snowbridge - Copy Rococo integration tests to Westend (#7108)
Browse files Browse the repository at this point in the history
Copies all the integration tests from Rococo to Westend.

Closes: #6389
  • Loading branch information
claravanstaden authored Jan 21, 2025
1 parent 12ed0f4 commit c0c0632
Show file tree
Hide file tree
Showing 3 changed files with 646 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub mod genesis;
pub use bridge_hub_westend_runtime::{
self, xcm_config::XcmConfig as BridgeHubWestendXcmConfig,
ExistentialDeposit as BridgeHubWestendExistentialDeposit,
RuntimeOrigin as BridgeHubWestendRuntimeOrigin,
};

// Substrate
Expand Down Expand Up @@ -47,6 +48,8 @@ decl_test_parachains! {
PolkadotXcm: bridge_hub_westend_runtime::PolkadotXcm,
Balances: bridge_hub_westend_runtime::Balances,
EthereumSystem: bridge_hub_westend_runtime::EthereumSystem,
EthereumInboundQueue: bridge_hub_westend_runtime::EthereumInboundQueue,
EthereumOutboundQueue: bridge_hub_westend_runtime::EthereumOutboundQueue,
}
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ mod imports {
},
bridge_hub_westend_emulated_chain::{
genesis::ED as BRIDGE_HUB_WESTEND_ED, BridgeHubWestendExistentialDeposit,
BridgeHubWestendParaPallet as BridgeHubWestendPallet, BridgeHubWestendXcmConfig,
BridgeHubWestendParaPallet as BridgeHubWestendPallet, BridgeHubWestendRuntimeOrigin,
BridgeHubWestendXcmConfig,
},
penpal_emulated_chain::{
self,
penpal_runtime::xcm_config::{
CustomizableAssetFromSystemAssetHub as PenpalCustomizableAssetFromSystemAssetHub,
LocalTeleportableToAssetHub as PenpalLocalTeleportableToAssetHub,
Expand Down
Loading

0 comments on commit c0c0632

Please sign in to comment.