oras
oras copied to clipboard
e2e: test oras commands before 0.15.0
Below commands need to be covered:
Common Commands
- oras login
- oras logout
OCI Image Commands
- [ ] oras-project/oras#565
- [ ] https://github.com/oras-project/oras/issues/566
- [ ] https://github.com/oras-project/oras/issues/567
- [ ] https://github.com/oras-project/oras/issues/568
ORAS Artifact Commands
- oras attach
- oras discover
- oras copy -r
To clarify the OCI image and ORAS artifact commands, the OCI image commands above mean they will not be impacted after migrating to the OCI artifact, but the ORAS artifact commands above mean they will be impacted and should be added E2E testing after ORAS fully supports and migrates OCI reference types.
The E2E testing of ORAS login/logout can be implemented after https://github.com/oras-project/oras/issues/414 since ORAS will implement a separate authentication system in v1.0.0.