OCI Distribution Conformance Tests

Summary
6 passed4 failed52 skipped
Start Time Oct 11 06:27:17.078 +0000 UTC
End Time Oct 11 06:27:18.632 +0000 UTC
Time Elapsed 1.553860608s
Test Version v1.0.0
Configuration
OCI_ROOT_URL=https://741920044080.dkr.ecr.us-east-1.amazonaws.com
OCI_NAMESPACE=distribution-test
OCI_USERNAME=*****
OCI_PASSWORD=*****
OCI_TEST_CONTENT_MANAGEMENT=1
OCI_HIDE_SKIPPED_WORKFLOWS=1

Content Management

Setup

+

Populate registry with test config blob


+

Populate registry with test layer


+

Populate registry with test tag


+

Check how many tags there are before anything gets deleted



Manifest delete

+

DELETE request to manifest tag should return 202, unless tag deletion is disallowed (400/405)


Expected
    <int>: 404
To satisfy at least one of these matchers: [%!s(*matchers.EqualMatcher=&{400}) %!s(*matchers.EqualMatcher=&{202}) %!s(*matchers.EqualMatcher=&{405})]

+

DELETE request to manifest (digest) should yield 202 response unless already deleted


+

GET request to deleted manifest URL should yield 404 response, unless delete is disallowed


+

GET request to tags list should reflect manifest deletion


Expected
    <int>: 5
to be <
    <int>: 5


Blob delete

+

DELETE request to blob URL should yield 202 response


Expected
    <int>: 404
to equal
    <int>: 202

+

GET request to deleted blob URL should yield 404 response


Expected
    <int>: 200
to equal
    <int>: 404