Backport claim assets tests from polkadot-fellows repo (#4930)
# Issue [Backport integration tests for claim assets to the polkadot-sdk from polkadot-fellows repo #4892](https://github.com/paritytech/polkadot-sdk/issues/4892) # Description For the first time to contribute this project, I just finished part and make sure everything is ok. - [x] backport [claim_assets test case](https://github.com/polkadot-fellows/runtimes/blob/main/integration-tests/emulated/tests/assets/asset-hub-kusama/src/tests/claim_assets.rs) to the polkadot-sdk testnet integration tests - [x] backport macro [test_chain_can_claim_assets](https://github.com/polkadot-fellows/runtimes/blob/main/integration-tests/emulated/helpers/src/lib.rs#L218) from fellows repo - [ ] when merged to polkadot-sdk and released, make sure that it is propagated to the fellows repo: https://github.com/polkadot-fellows/runtimes/issues/363 - [x] backport and align other macros/test-cases from https://github.com/polkadot-fellows/runtimes/blob/8ec28f96eeb30fbba30d29006d75e1a3fa1cea1c/integration-tests/emulated/helpers/src/lib.rs#L31-L33 --------- Co-authored-by:Zihan Zhao <josephzhao@Zihans-MacBook-Pro-3.local> Co-authored-by: command-bot <> Co-authored-by:
Adrian Catangiu <adrian@parity.io> Co-authored-by:
Francisco Aguirre <franciscoaguirreperez@gmail.com>
parent
b01ef046
Showing
- Cargo.lock 62 additions, 0 deletionsCargo.lock
- Cargo.toml 6 additions, 0 deletionsCargo.toml
- cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo/src/lib.rs 1 addition, 0 deletions...ed/chains/parachains/bridges/bridge-hub-rococo/src/lib.rs
- cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend/src/lib.rs 4 additions, 1 deletion...d/chains/parachains/bridges/bridge-hub-westend/src/lib.rs
- cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-rococo/Cargo.toml 24 additions, 0 deletions...ted/chains/parachains/coretime/coretime-rococo/Cargo.toml
- cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-rococo/src/genesis.rs 66 additions, 0 deletions...chains/parachains/coretime/coretime-rococo/src/genesis.rs
- cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-rococo/src/lib.rs 53 additions, 0 deletions...ted/chains/parachains/coretime/coretime-rococo/src/lib.rs
- cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-westend/Cargo.toml 24 additions, 0 deletions...ed/chains/parachains/coretime/coretime-westend/Cargo.toml
- cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-westend/src/genesis.rs 66 additions, 0 deletions...hains/parachains/coretime/coretime-westend/src/genesis.rs
- cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-westend/src/lib.rs 53 additions, 0 deletions...ed/chains/parachains/coretime/coretime-westend/src/lib.rs
- cumulus/parachains/integration-tests/emulated/common/src/macros.rs 277 additions, 1 deletion...arachains/integration-tests/emulated/common/src/macros.rs
- cumulus/parachains/integration-tests/emulated/networks/rococo-system/Cargo.toml 1 addition, 0 deletions...egration-tests/emulated/networks/rococo-system/Cargo.toml
- cumulus/parachains/integration-tests/emulated/networks/rococo-system/src/lib.rs 4 additions, 0 deletions...egration-tests/emulated/networks/rococo-system/src/lib.rs
- cumulus/parachains/integration-tests/emulated/networks/westend-system/Cargo.toml 1 addition, 0 deletions...gration-tests/emulated/networks/westend-system/Cargo.toml
- cumulus/parachains/integration-tests/emulated/networks/westend-system/src/lib.rs 4 additions, 0 deletions...gration-tests/emulated/networks/westend-system/src/lib.rs
- cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/src/lib.rs 1 addition, 0 deletions...n-tests/emulated/tests/assets/asset-hub-rococo/src/lib.rs
- cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/src/tests/claim_assets.rs 29 additions, 0 deletions...d/tests/assets/asset-hub-rococo/src/tests/claim_assets.rs
- cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/src/tests/mod.rs 1 addition, 0 deletions...s/emulated/tests/assets/asset-hub-rococo/src/tests/mod.rs
- cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/src/lib.rs 1 addition, 0 deletions...-tests/emulated/tests/assets/asset-hub-westend/src/lib.rs
- cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/src/tests/claim_assets.rs 29 additions, 0 deletions.../tests/assets/asset-hub-westend/src/tests/claim_assets.rs
Please register or sign in to comment