mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Add verfication for helm API test
Signed-off-by: danfengliu <danfengl@vmware.com>
This commit is contained in:
parent
c7fd3bdfc5
commit
f8811102da
@ -75,6 +75,7 @@ class TestProjects(unittest.TestCase):
|
||||
|
||||
#5. TO_DO: Verify this chart artifact information, like digest;
|
||||
self.assertEqual(artifact[0].type, 'CHART')
|
||||
self.assertEqual(artifact[0].tags[0].name, self.verion)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
@ -41,14 +41,14 @@ Test Case - Project Level Policy Content Trust
|
||||
Harbor API Test ./tests/apitests/python/test_project_level_policy_content_trust.py
|
||||
# TODO uncomment this after we move the accesslog away from registry notificaiton
|
||||
# TODO potentially #10602 may also fix this.
|
||||
# User View Logs still in failure state - danfeng@3/11 2020.
|
||||
# Test Case - User View Logs
|
||||
# Harbor API Test ./tests/apitests/python/test_user_view_logs.py
|
||||
# TODO uncomment this after making scan all work with OCI registry
|
||||
# Test Case - Scan All Images
|
||||
# Harbor API Test ./tests/apitests/python/test_scan_all_images.py
|
||||
# TODO uncomment this after bump up chart API version to v2.0
|
||||
# Test Case - List Helm Charts
|
||||
# Harbor API Test ./tests/apitests/python/test_list_helm_charts.py
|
||||
Test Case - List Helm Charts
|
||||
Harbor API Test ./tests/apitests/python/test_list_helm_charts.py
|
||||
Test Case - Assign Sys Admin
|
||||
Harbor API Test ./tests/apitests/python/test_assign_sys_admin.py
|
||||
Test Case - Copy Artifact Outside Project
|
||||
|
Loading…
Reference in New Issue
Block a user