summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/templates
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2018-01-03 10:33:08 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2018-01-03 17:54:06 +0800
commitdb36e98243a4cb1c12d2245b8469743168d00f06 (patch)
tree1d3cca13902d0acdd5c13ad795a437807113ff82 /testapi/opnfv_testapi/tests/unit/templates
parentc72bebf41dbd08facb7398fa94680d812ea38a62 (diff)
add deployment result collecting interfaces
Change-Id: I5fe50c44e7b36ea45dd1b8632130b30dfe173d0a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi/tests/unit/templates')
-rw-r--r--testapi/opnfv_testapi/tests/unit/templates/deploy_result.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/tests/unit/templates/deploy_result.json b/testapi/opnfv_testapi/tests/unit/templates/deploy_result.json
new file mode 100644
index 0000000..8d4941d
--- /dev/null
+++ b/testapi/opnfv_testapi/tests/unit/templates/deploy_result.json
@@ -0,0 +1,14 @@
+{
+ "build_id": 100,
+ "scenario": "os-nosdn-nofeature-ha",
+ "stop_date": "",
+ "start_date": "",
+ "upstream_job_name": "daisy-job-master",
+ "version": "master",
+ "pod_name": "zte-pod1",
+ "criteria": "PASS",
+ "installer": "daisy",
+ "upstream_build_id": 100,
+ "job_name": "daisy-deploy-job-master",
+ "details": ""
+} \ No newline at end of file