harbor/tests/apitests/python
Chlins Zhang f21b1481bb
refactor: refactor the old goroutine execution sweep (#18361)
refactor: refactor the old goroutine execution sweep to global execution sweep job

1. Delete the old goroutine execution sweeper when create execution.(in the case of high concurrency can cause goroutine backlogs, affect the performance of core)
2. Introduce the new way to sweep executions, a global scheduled job will take the work.

Signed-off-by: chlins <chenyuzh@vmware.com>
2023-03-21 10:10:55 +08:00
..
bundle_data Add script of push cnab bunlde API test 2020-03-16 17:37:16 +08:00
library Remove chartmuseum test case (#18267) 2023-02-24 10:56:28 +08:00
sign_image.sh Fix nightly issues caused by docker upgrade to 20 2021-01-28 11:44:32 +08:00
test_add_member_to_private_project.py Suppress urllib3 warning and fix nightly element locator issue and remove switch scanner 2020-11-10 10:04:46 +08:00
test_add_replication_rule.py Refactor registry API (#14528) 2021-03-31 15:49:23 +08:00
test_add_sys_label_to_tag.py Add build base image step in build package git action workflow 2021-04-17 18:10:44 +08:00
test_assign_role_to_ldap_group.py Add build base image step in build package git action workflow 2021-04-17 18:10:44 +08:00
test_assign_sys_admin.py Suppress urllib3 warning and fix nightly element locator issue and remove switch scanner 2020-11-10 10:04:46 +08:00
test_audit_log_forward.py Modify audit log forward test case (#17780) 2022-11-18 18:03:46 +08:00
test_copy_artifact_outside_project.py Upgrade docker and containerd 2021-02-24 15:43:11 +08:00
test_cosign_sign_artifact.py Add cosign Artifact API test case 2022-01-20 02:48:56 +00:00
test_del_repo.py Add build base image step in build package git action workflow 2021-04-17 18:10:44 +08:00
test_edit_project_creation.py Suppress urllib3 warning and fix nightly element locator issue and remove switch scanner 2020-11-10 10:04:46 +08:00
test_garbage_collection.py Fix repoitory -> repository typo (#13794) 2021-01-16 19:34:43 +08:00
test_health_check.py Refactor health check API 2021-04-15 14:50:27 +08:00
test_job_service_dashboard.py refactor: refactor the old goroutine execution sweep (#18361) 2023-03-21 10:10:55 +08:00
test_ldap_admin_role.py Suppress urllib3 warning and fix nightly element locator issue and remove switch scanner 2020-11-10 10:04:46 +08:00
test_log_rotation.py Add purge audit log API test cases (#17175) 2022-08-01 16:52:57 +08:00
test_manage_project_member.py Upgrade docker and containerd 2021-02-24 15:43:11 +08:00
test_p2p.py Remove chartmuseum test case (#18267) 2023-02-24 10:56:28 +08:00
test_project_level_cve_allowlist.py Suppress urllib3 warning and fix nightly element locator issue and remove switch scanner 2020-11-10 10:04:46 +08:00
test_project_level_policy_content_trust.py Fix quotas test issue in upgrade pipeline 2021-03-10 06:27:22 +00:00
test_project_quota.py Remove the log in testcase (#17500) 2022-09-06 14:15:45 +08:00
test_proxy_cache.py Add build base image step in build package git action workflow 2021-04-17 18:10:44 +08:00
test_push_chart_by_helm3.7_chart_cli.py Add test cases helm3.7 CLI push in python test 2021-10-27 18:59:08 +08:00
test_push_cnab_bundle.py Upgrade docker and containerd 2021-02-24 15:43:11 +08:00
test_push_files_by_oras.py Suppress urllib3 warning and fix nightly element locator issue and remove switch scanner 2020-11-10 10:04:46 +08:00
test_push_image_with_special_name.py Remove the log in testcase (#17500) 2022-09-06 14:15:45 +08:00
test_push_index_by_docker_manifest.py Fix repoitory -> repository typo (#13794) 2021-01-16 19:34:43 +08:00
test_registry_api.py refactor: generate scanner APIs by go-swagger 2021-03-03 04:23:36 +00:00
test_replication_from_dockerhub.py Refactor registry API (#14528) 2021-03-31 15:49:23 +08:00
test_retention.py Fix quotas test issue in upgrade pipeline 2021-03-10 06:27:22 +00:00
test_robot_account.py Remove chartmuseum test case (#18267) 2023-02-24 10:56:28 +08:00
test_scan_data_export.py fix: skip to push system artifact for empty CSV file (#17816) 2022-11-18 14:16:36 +08:00
test_scan_image_artifact.py refactor: generate scanner APIs by go-swagger 2021-03-03 04:23:36 +00:00
test_scan_image_artifact_in_public_project.py Fix repoitory -> repository typo (#13794) 2021-01-16 19:34:43 +08:00
test_sign_image.py Fix repoitory -> repository typo (#13794) 2021-01-16 19:34:43 +08:00
test_stop_scan_image_artifact.py feat: add python testing script for stop scan job (#15779) 2021-10-18 13:13:53 +08:00
test_sys_cve_allowlists.py API for system CVE allowlist to new model (#14412) 2021-03-12 10:23:48 +08:00
test_system_level_scan_all.py Fix repoitory -> repository typo (#13794) 2021-01-16 19:34:43 +08:00
test_system_level_stop_scan_all.py feat: add python testing script for stop scan job (#15779) 2021-10-18 13:13:53 +08:00
test_tag_crud.py Upgrade docker and containerd 2021-02-24 15:43:11 +08:00
test_tag_immutability.py Add build base image step in build package git action workflow 2021-04-17 18:10:44 +08:00
test_user_group.py Remove chartmuseum test case (#18267) 2023-02-24 10:56:28 +08:00
test_user_view_logs.py Fix repoitory -> repository typo (#13794) 2021-01-16 19:34:43 +08:00
test_verify_metrics_enabled.py Add metrics test case (#17795) 2022-11-15 11:19:34 +08:00
test_webhook_crud.py Fix build base workflow issues 2021-05-25 18:13:15 +08:00
testutils.py Remove chartmuseum test case (#18267) 2023-02-24 10:56:28 +08:00
update_docker_cfg.sh Add manifest and CNAB replication tests 2021-04-02 15:39:30 +08:00