aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-03-04 18:09:18 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-03-04 18:09:18 +0100
commit75dbe218cad0127fb6440cb641fcc3285f04aac3 (patch)
treee6e4f52a7bb6adc0931a2e93c45c92457284e5f9
parent8f53989cca963caa84a090f8b2e78d5b1749af4d (diff)
doc: Add kvm guest field to test case schema.
-rw-r--r--doc/schema/1.0/test_case_get.json4
-rw-r--r--doc/schema/1.0/test_case_post.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/schema/1.0/test_case_get.json b/doc/schema/1.0/test_case_get.json
index bf76cb9..2b879ab 100644
--- a/doc/schema/1.0/test_case_get.json
+++ b/doc/schema/1.0/test_case_get.json
@@ -60,6 +60,10 @@
"type": "string",
"description": "The VCS commit value if the $uri field is a VCS URI"
},
+ "kvm_guest": {
+ "type": "string",
+ "description": "The name of the KVM guest this test case has been executed on"
+ },
"metadata": {
"type": "object",
"description": "Free form object where accessory test case data is stored"
diff --git a/doc/schema/1.0/test_case_post.json b/doc/schema/1.0/test_case_post.json
index 80207e3..b3dcac6 100644
--- a/doc/schema/1.0/test_case_post.json
+++ b/doc/schema/1.0/test_case_post.json
@@ -57,6 +57,10 @@
"items": {"$ref": "http://api.kernelci.org/json-schema/1.0/attachment.json"},
"additionalItems": true
},
+ "kvm_guest": {
+ "type": "string",
+ "description": "The name of the KVM guest this test case has been executed on"
+ },
"metadata": {
"type": "object",
"description": "Free form object where to store accessory test case data"