mirror of
https://github.com/goharbor/harbor
synced 2025-04-27 17:03:07 +00:00
Currently, self registration was disabled after harbor deployment, so all nightly db.robot test cases failed. To correct this, we should enable self-registration before running db test cases.
Signed-off-by: Danfeng Liu (c) <danfengl@vmware.com>
This commit is contained in:
parent
e254fe3095
commit
7a7ac09fa0
@ -26,6 +26,7 @@ ${HARBOR_ADMIN} admin
|
||||
Test Case - Create An New User
|
||||
Init Chrome Driver
|
||||
${d}= Get Current Date result_format=%m%s
|
||||
Enable Self Reg
|
||||
Create An New User url=${HARBOR_URL} username=tester${d} email=tester${d}@vmware.com realname=harbortest newPassword=Test1@34 comment=harbortest
|
||||
Close Browser
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user