Merge pull request #3388 from sigsbee/ldap

add ldap case
This commit is contained in:
Yan 2017-10-17 18:46:25 -07:00 committed by GitHub
commit f5e9a0d8d5

View File

@ -293,6 +293,22 @@ Test Case - Ldap Sign in and out
Sign In Harbor ${HARBOR_URL} user001 user001
Close Browser
Test Case - Ldap User Create Project
Init Chrome Driver
${d}= Get Current Date result_format=%m%s
Sign In Harbor ${HARBOR_URL} user001 user001
Create An New Project project${d}
Close Browser
Test Case - Ldap User Push An Image
Init Chrome Driver
${d}= Get Current Date result_format=%m%s
Sign In Harbor ${HARBOR_URL} user001 user001
Create An New Project project${d}
Push Image ${ip} user001 user001 project${d} hello-world:latest
Go Into Project project${d}
Wait Until Page Contains project${d}/hello-world
Test Case - Admin Push Signed Image
Switch To Notary