diff --git a/tests/apitests/python/test_push_chart_by_helm3_chart_cli.py b/tests/apitests/python/test_push_chart_by_helm3_chart_cli.py index faf901754..97e4c813b 100644 --- a/tests/apitests/python/test_push_chart_by_helm3_chart_cli.py +++ b/tests/apitests/python/test_push_chart_by_helm3_chart_cli.py @@ -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__': diff --git a/tests/robot-cases/Group0-BAT/API_DB.robot b/tests/robot-cases/Group0-BAT/API_DB.robot index e4166e908..8990d8f56 100644 --- a/tests/robot-cases/Group0-BAT/API_DB.robot +++ b/tests/robot-cases/Group0-BAT/API_DB.robot @@ -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