mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-13 02:11:28 +01:00
fix: update nightly test case for verifying audit log of image digest (#20354)
Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
This commit is contained in:
parent
0e8dce72be
commit
d0cb200ed5
@ -885,13 +885,13 @@ Test Case - Audit Log And Purge
|
|||||||
# pull artifact
|
# pull artifact
|
||||||
Docker Pull ${ip}/project${d}/${image}:${tag1}
|
Docker Pull ${ip}/project${d}/${image}:${tag1}
|
||||||
Docker Logout ${ip}
|
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}
|
Go Into Repo project${d} ${image}
|
||||||
# delete artifact
|
# delete artifact
|
||||||
@{tag_list} Create List ${tag1}
|
@{tag_list} Create List ${tag1}
|
||||||
Multi-delete Artifact @{tag_list}
|
Multi-delete Artifact @{tag_list}
|
||||||
Switch To Logs
|
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}
|
Go Into Project project${d}
|
||||||
# delete repository
|
# delete repository
|
||||||
Delete Repo project${d} ${image}
|
Delete Repo project${d} ${image}
|
||||||
|
Loading…
Reference in New Issue
Block a user