mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-29 21:54:13 +01:00
a2fc1bcfaf
1. Change way for quotas verification in upgrade pipeline, prepare specific size of image, then it's an known value for verifcation; 2. Add notary key rotate test; 3. For issue brought by docker 20, clean containerd cache is the only effective way, so both dockerd and containerd should be cache cleard and restarted; 4. Upgrade E2E Dockerfile for importing readable file size package, and other issues; 5. Uncomment project level robot account test in nightly. 6. Get DNS from local setting, and set it into docker deamon config file; Signed-off-by: danfengliu <danfengl@vmware.com>
10 lines
543 B
Plaintext
10 lines
543 B
Plaintext
*** Settings ***
|
|
Documentation This resource provides any keywords related to the Harbor robot-account feature
|
|
|
|
*** Variables ***
|
|
${project_robot_account_tabpage} xpath=//project-detail//a[contains(.,'Robot Accounts')]
|
|
${project_robot_account_create_btn} xpath=//project-detail/app-robot-account//button
|
|
${project_robot_account_token_input} xpath=//app-robot-account//hbr-copy-input//input
|
|
${project_robot_account_create_name_input} //input[@id='name']
|
|
${project_robot_account_create_save_btn} //button[@id='system-robot-save']
|