Skip to content

Commit

Permalink
Merge pull request #193 from interlay/test-update-chopsticks
Browse files Browse the repository at this point in the history
Test: Update chopsticks version
  • Loading branch information
bvotteler authored Apr 26, 2024
2 parents 37448f9 + 9b3fb50 commit 66ed2ee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcm-assethub-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Launch chopsticks
timeout-minutes: 3
run: |
npx --yes @acala-network/chopsticks@0.9.10 \
npx --yes @acala-network/chopsticks@0.10.1 \
xcm \
-r scripts/configs/kusama.yml \
-p scripts/configs/kintsugi.yml \
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Launch chopsticks
timeout-minutes: 3
run: |
npx --yes @acala-network/chopsticks@0.9.10 \
npx --yes @acala-network/chopsticks@0.10.1 \
xcm \
-r scripts/configs/polkadot.yml \
-p scripts/configs/interlay.yml \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xcm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Launch chopsticks
timeout-minutes: 3
run: |
npx --yes @acala-network/chopsticks@0.9.10 \
npx --yes @acala-network/chopsticks@0.10.1 \
xcm \
-r scripts/configs/kusama.yml \
-p scripts/configs/kintsugi.yml \
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Launch chopsticks
timeout-minutes: 3
run: |
npx --yes @acala-network/chopsticks@0.9.10 \
npx --yes @acala-network/chopsticks@0.10.1 \
xcm \
-r scripts/configs/polkadot.yml \
-p scripts/configs/interlay.yml \
Expand Down
14 changes: 13 additions & 1 deletion scripts/polkadot-chopsticks-assethub-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,19 @@ async function main(): Promise<void> {
from: "polkadot",
to: "interlay",
},
// USDC and USDC test cases broken since latest changes
// on statemint where those are converted to DOT before sending fees.
{
from: "interlay",
to: "statemint",
token: "USDC"
},
{
from: "interlay",
to: "statemint",
token: "USDT"
},
];

await runTestCasesAndExit(adaptersEndpoints, true, skipCases);
}
}

0 comments on commit 66ed2ee

Please sign in to comment.