Add emulated tests for the Coretime Interface calls to ensure sufficient weights (#2704)
Add emulated test cases for the coretime chain. This tests the calls sent across the `CoretimeInterface` and ensures the weights are sufficient.
Showing
- Cargo.lock 10 additions, 4 deletionsCargo.lock
- cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-rococo/Cargo.toml 1 addition, 1 deletion...ted/chains/parachains/coretime/coretime-rococo/Cargo.toml
- cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-westend/Cargo.toml 1 addition, 1 deletion...ed/chains/parachains/coretime/coretime-westend/Cargo.toml
- cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-rococo/Cargo.toml 4 additions, 1 deletion...-tests/emulated/tests/coretime/coretime-rococo/Cargo.toml
- cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-rococo/src/lib.rs 2 additions, 2 deletions...-tests/emulated/tests/coretime/coretime-rococo/src/lib.rs
- cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-rococo/src/tests/coretime_interface.rs 235 additions, 0 deletions.../coretime/coretime-rococo/src/tests/coretime_interface.rs
- cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-rococo/src/tests/mod.rs 1 addition, 0 deletions.../emulated/tests/coretime/coretime-rococo/src/tests/mod.rs
- cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-westend/Cargo.toml 4 additions, 1 deletion...tests/emulated/tests/coretime/coretime-westend/Cargo.toml
- cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-westend/src/lib.rs 2 additions, 2 deletions...tests/emulated/tests/coretime/coretime-westend/src/lib.rs
- cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-westend/src/tests/coretime_interface.rs 223 additions, 0 deletions...coretime/coretime-westend/src/tests/coretime_interface.rs
- cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-westend/src/tests/mod.rs 1 addition, 0 deletions...emulated/tests/coretime/coretime-westend/src/tests/mod.rs
Please register or sign in to comment