fix: update nightly test case for verifying audit log of image digest

Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
This commit is contained in:
Shengwen Yu 2024-04-24 20:17:22 +08:00
parent 2af02f3b25
commit a98381fb68
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}