mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 20:34:58 +00:00
Merge pull request #11941 from wy65701436/enable-conformance-test
enable full set of conformance test
This commit is contained in:
commit
4895fb395a
|
@ -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