Merge pull request #11941 from wy65701436/enable-conformance-test

enable full set of conformance test
This commit is contained in:
Daniel Jiang 2020-05-15 17:36:28 +08:00 committed by GitHub
commit 4895fb395a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .