Skip to content

Commit 87ea48a

Browse files
authored
(cherry-pick) update wasm artifact download URL in testcase (#22975)
Update the download url of the wasm artifact in testcase Signed-off-by: stonezdj <stonezdj@gmail.com>
1 parent dcdb8ba commit 87ea48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/robot-cases/Group1-Nightly/Common.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ Test Case - WASM Push And Pull To Harbor
765765
Sign In Harbor ${HARBOR_URL} ${user} ${pwd}
766766
${d}= Get Current Date result_format=%m%s
767767
Create An New Project And Go Into Project project${d}
768-
Run wget https://github.com/engineerd/wasm-to-oci/blob/v0.1.2/testdata/hello.wasm
768+
Run wget https://harbor-releases.s3.us-west-1.amazonaws.com/ci-artifacts/hello.wasm
769769
Wait Unitl Command Success docker login -u ${user} -p ${pwd} ${ip}
770770
Wait Unitl Command Success wasm-to-oci push hello.wasm ${ip}/project${d}/wasm-to-oci:v1
771771
Wait Unitl Command Success wasm-to-oci pull ${ip}/project${d}/wasm-to-oci:v1 --out test.wasm

0 commit comments

Comments
 (0)