Skip to content

Commit 2ce4a5d

Browse files
committed
docs/runtime-compliance-testing: Document list of supported APIs
Currently just the command line API, but the test suite might add support for more APIs in the future. The command line API itself is independent of whether the test suite supports additional APIs, so I put the list of supported APIs in a new file. Signed-off-by: W. Trevor King <[email protected]>
1 parent 6551b2d commit 2ce4a5d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/command-line-interface.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# OCI Runtime Command Line Interface
22

33
This file defines the OCI Runtime Command Line Interface version 1.0.0.
4+
It is one of potentially several [runtime APIs supported by the runtime compliance test suite](runtime-compliance-testing.md#supported-apis).
45

56
## Notation
67

docs/runtime-compliance-testing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Runtime compliance testing
2+
3+
## Supported APIs
4+
5+
In order to be tested for [compliance][], runtimes MUST support at least one of the following APIs:
6+
7+
* Version 1.0.0 of the [OCI Runtime Command Line Interface](command-line-interface.md).
8+
9+
[compliance]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc4/spec.md#notational-conventions

0 commit comments

Comments
 (0)