• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PulpQE / pulp-smash / 1720 / 2
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2017 04:35PM UTC
Files 7
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Aug 2017 04:22PM UTC coverage: 62.204%. Remained the same
1720.2

push

travis-ci

Ichimonji10
Test fetching an image w/out an amd64/linux build

Add a new Docker test case, `NoAmd64LinuxTestCase`. From its docstring:

> A manifest list lets a single Docker repository contain multiple
> images.  This is useful in the case where an image contains
> platform-specific code, and an image must be built for each each
> supported architecture, OS, etc.
>
> When a modern Docker client fetches an image, it does the following:
>
> 1. Get a manifest list.
> 2. Look through the list of available images.
> 3. Pick out an image that functions on the current host's platform.
> 4. Get a manifest for that image.
> 5. Use the information in the manifest to get the image layers.
>
> Older Docker clients aren't aware of manifest lists, and when they go
> to fetch an image, they just ask for any old manifest from a
> repository. When a Docker registry receives such a request, it does
> the following:
>
> 1. Look through the list of available images.
> 2. If an image with an `architecture` of `amd64` and an `os` of
>    `linux` is available, return its manifest. Otherwise, return an
>    HTTP 404.
>
> This test case verifies Pulp's behaviour in the case where an upstream
> Docker repository has content described by a manifest list.
>
> This test case doesn't verify Pulp's behaviour in the case where an
> upstream Docker repository has content described by a v2 manifest or
> v1 manifest. In these cases, the correct behaviour of a Docker
> registry is not well defined. See the [backward
> compatibility](https://docs.docker.com/registry/spec/manifest-v2-2/#backward-compatibility)
> documentation.

Fix: https://github.com/PulpQE/pulp-smash/issues/713

525 of 844 relevant lines covered (62.2%)

0.62 hits per line

Source Files on job 1720.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1720
  • Travis Job 1720.2
  • d9ff90b3 on github
  • Prev Job for on master (#1718.2)
  • Next Job for on master (#1726.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc