oras icon indicating copy to clipboard operation
oras copied to clipboard

e2e: test oras commands before 0.15.0

Open qweeah opened this issue 3 years ago • 2 comments

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

qweeah avatar Sep 14 '22 11:09 qweeah

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.

FeynmanZhou avatar Sep 15 '22 06:09 FeynmanZhou

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.

FeynmanZhou avatar Sep 15 '22 08:09 FeynmanZhou