Remove DockerTrustSuite to docker/cli e2e tests#36515
Conversation
There was a problem hiding this comment.
This looks like a CLI-only test. I'll port this to a cli unit test so you can remove it here.
4532dc7 to
7ef9f46
Compare
7ef9f46 to
a7828a4
Compare
Codecov Report
@@ Coverage Diff @@
## master #36515 +/- ##
==========================================
+ Coverage 34.85% 35.11% +0.26%
==========================================
Files 612 612
Lines 45445 45435 -10
==========================================
+ Hits 15838 15956 +118
+ Misses 27537 27373 -164
- Partials 2070 2106 +36 |
a7828a4 to
35a97fd
Compare
There was a problem hiding this comment.
Can we leave these 3 files under integration-cli ?
I'm not sure we want this for integration/.
We should just be running a v2 registry in a docker image instead of building a binary, or using a mock for integration testing. A lot of this seems to be an implementation of a client library, that should already exist as a library somewhere.
There was a problem hiding this comment.
oh it was to port some registry tests to this one but shouldn't have commited that 😅
d2af0f5 to
c9898e3
Compare
n4ss
left a comment
There was a problem hiding this comment.
LGTM besides the small nit of the unused bit. Review done IRL :D
There was a problem hiding this comment.
remove this? I think it's unused.
There was a problem hiding this comment.
Oups.. forgot to commit+push 😅
Signed-off-by: Vincent Demeester <[email protected]>
31ca3b6 to
5433ceb
Compare
|
experimental flakyness unrelated, merging 👼 |
Remove
DockerTrustSuiteas it's client-side only and migrate those tests todocker/clie2e tests.See docker/cli#924
cc @endophage @n4ss
Still wip as there is still 6 tests to migrate and removing
DockerTrustSuitealtogetherSigned-off-by: Vincent Demeester [email protected]