enable full set of conformance test

1, enable test of Content Discovery
2, enable test of Content Management

Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
wang yan 2020-05-15 14:12:30 +08:00
parent d42f8f0039
commit 65f2abcb39
1 changed files with 3 additions and 1 deletions

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 .