aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-04-13 11:11:24 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2015-04-13 11:11:24 +0200
commit30cb7ccf3936e5b6344be289f0b9c6416662e228 (patch)
treebeb386977faf745873c204893e326ce6a7b681ef
parent27fbeaea98bd42c976c671305d2a47a5226bca13 (diff)
Add fixed test suite schema version.
-rw-r--r--doc/schema/1.0/test_suite_get.json8
-rw-r--r--doc/schema/1.0/test_suite_post.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/schema/1.0/test_suite_get.json b/doc/schema/1.0/test_suite_get.json
index fe5e1c5..1625bfd 100644
--- a/doc/schema/1.0/test_suite_get.json
+++ b/doc/schema/1.0/test_suite_get.json
@@ -96,6 +96,14 @@
"metadata": {
"type": "object",
"description": "Free form object where accessory test suite data is stored"
+ },
+ "definition_uri": {
+ "type": "string",
+ "description": "The URI where this test set definition is stored"
+ },
+ "vcs_commit": {
+ "type": "string",
+ "description": "The VCS commit value if the $definitio_uri field is a VCS URI"
}
}
}
diff --git a/doc/schema/1.0/test_suite_post.json b/doc/schema/1.0/test_suite_post.json
index 7f38215..6a4b066 100644
--- a/doc/schema/1.0/test_suite_post.json
+++ b/doc/schema/1.0/test_suite_post.json
@@ -81,6 +81,14 @@
"description": "The list of test case objects executed by this test suite",
"items": {"$ref": "http://api.kernelci.org/json-schema/1.0/test_case_get.json"},
"additionalItems": true
+ },
+ "definition_uri": {
+ "type": "string",
+ "description": "The URI where this test suite definition is stored"
+ },
+ "vcs_commit": {
+ "type": "string",
+ "description": "The VCS commit value if the $definitio_uri field is a VCS URI"
}
},
"required": ["version", "name", "lab_name", "defconfig_id"]