mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-21 23:21:26 +01:00
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:
parent
d42f8f0039
commit
65f2abcb39
@ -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 .
|
Loading…
Reference in New Issue
Block a user