From 65f2abcb394cb241325a67010ff924de83d77b2e Mon Sep 17 00:00:00 2001 From: wang yan Date: Fri, 15 May 2020 14:12:30 +0800 Subject: [PATCH] enable full set of conformance test 1, enable test of Content Discovery 2, enable test of Content Management Signed-off-by: wang yan --- tests/ci/conformance_test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ci/conformance_test.sh b/tests/ci/conformance_test.sh index 9b7980748..07368f31f 100755 --- a/tests/ci/conformance_test.sh +++ b/tests/ci/conformance_test.sh @@ -15,9 +15,11 @@ export OCI_NAMESPACE="conformance/testrepo" export OCI_USERNAME="admin" export OCI_PASSWORD="Harbor12345" export OCI_DEBUG="true" -## will add more test, so far only cover pull & push + export OCI_TEST_PUSH=1 export OCI_TEST_PULL=1 +export OCI_TEST_CONTENT_DISCOVERY=1 +export OCI_TEST_CONTENT_MANAGEMENT=1 cd ./distribution-spec/conformance go test . \ No newline at end of file