1
0
mirror of https://github.com/opencontainers/distribution-spec.git synced 2026-02-05 09:45:54 +01:00

5 Commits

Author SHA1 Message Date
Josh Dolitsky
bea9b6fe36 Automate conformance testing on PR using zot
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2023-04-04 18:25:53 -05:00
Josh Dolitsky
028a295df6 Add newline to bottom of .gitignore
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-06-23 19:05:51 -04:00
Josh Dolitsky
ad9cc95278 Move from Travis to GitHub Actions
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-06-23 18:49:34 -04:00
Peter Engelbert
822d3a0290 Introduce OCI Conformance Test Suite
Added new conformance directory in the project root, with a number of
test files written in Go. Tests can be compiled by running `go test -c`
in the conformance directory and executing the created conformance.test
file.

In order for the tests to run, registry providers will need to set up
certain environment variables with the root url, the namespace of a
repository, and authentication information. Additionally, the OCI_DEBUG
variable can be set to "true" for more detailed output.

The tests create two report files: report.html and junit.xml. The html
report is expandable if more detailed information is needed on failures.

Related to #24

Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
2020-01-17 13:43:55 -06:00
Vincent Batts
3f5dd15347 output documentation
This carries over the efforts from image-spec and runtime-spec to make
output documentation (PDF and HTML).

Also assumes a version of v0.1.0-dev for now.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-01-29 17:48:14 -05:00