mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 08:38:03 +01:00
Use two different tags in bat delete to avoid 500 error (#4216)
This commit is contained in:
parent
2031f11055
commit
9b9a44172f
@ -353,12 +353,12 @@ Test Case - Delete Multi Tag
|
||||
${d}= Get Current Date result_format=%m%s
|
||||
Create An New User ${HARBOR_URL} test${d} test${d}@vmware.com test${d} Test1@34 harbor
|
||||
Create An New Project project${d}
|
||||
Push Image With Tag ${ip} test${d} Test1@34 project${d} hello-world latest
|
||||
Push Image With Tag ${ip} test${d} Test1@34 project${d} hello-world v1
|
||||
Push Image With Tag ${ip} test${d} Test1@34 project${d} redis 3.2.10-alpine
|
||||
Push Image With Tag ${ip} test${d} Test1@34 project${d} redis 4.0.7-alpine
|
||||
Sleep 2
|
||||
Go Into Project project${d}
|
||||
Go Into Repo hello-world
|
||||
Multi-delete object latest v1
|
||||
Go Into Repo redis
|
||||
Multi-delete object 3.2.10-alpine 4.0.7-alpine
|
||||
# Verify
|
||||
Delete Success
|
||||
Close Browser
|
||||
|
Loading…
Reference in New Issue
Block a user