Merge branch 'main' into fix_tc_retain_image_last_pull_time

This commit is contained in:
Shengwen YU 2024-04-26 12:22:18 +08:00 committed by GitHub
commit 70e36bcc29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -885,13 +885,13 @@ Test Case - Audit Log And Purge
# pull artifact
Docker Pull ${ip}/project${d}/${image}:${tag1}
Docker Logout ${ip}
Verify Log ${user} project${d}/${image}:${sha256} artifact pull
Verify Log ${user} project${d}/${image}@${sha256} artifact pull
Go Into Repo project${d} ${image}
# delete artifact
@{tag_list} Create List ${tag1}
Multi-delete Artifact @{tag_list}
Switch To Logs
Verify Log ${user} project${d}/${image}:${sha256} artifact delete
Verify Log ${user} project${d}/${image}@${sha256} artifact delete
Go Into Project project${d}
# delete repository
Delete Repo project${d} ${image}