From 4ebe55f4ddb278d782212bc3fc9f8a98bca3e419 Mon Sep 17 00:00:00 2001 From: Liang Chenye Date: Wed, 11 Nov 2015 12:12:09 -0800 Subject: [PATCH] add testing framework to ROADMAP Signed-off-by: Liang Chenye --- ROADMAP.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 89415289..b062518b 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -66,6 +66,12 @@ Provide validation tooling for compliance with OCI spec and runtime environment. *Owner:* mrunalp +### Testing Framework + +Provide a testing framework for compliance with OCI spec and runtime environment. + +*Owner:* liangchenye + ### Version Schema Decide on a robust versioning schema for the spec as it evolves.