summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/scenario-c1.json
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-01-20 09:56:05 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-20 09:56:05 +0000
commit9a3f404f327d0b7eb802bd674d62e6f194370ccc (patch)
tree1774c57a158c0d0a40c2641d185c66dfde3d3968 /testapi/opnfv_testapi/tests/unit/scenario-c1.json
parentdd56ad8dac327e256051a651eaf48c66293b4c95 (diff)
parent9e80a5de29affe79f8bbdc3658459e86fe5292cb (diff)
Merge "implement get/query scenario(s) and add unittest"
Diffstat (limited to 'testapi/opnfv_testapi/tests/unit/scenario-c1.json')
-rw-r--r--testapi/opnfv_testapi/tests/unit/scenario-c1.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/tests/unit/scenario-c1.json b/testapi/opnfv_testapi/tests/unit/scenario-c1.json
new file mode 100644
index 0000000..1878022
--- /dev/null
+++ b/testapi/opnfv_testapi/tests/unit/scenario-c1.json
@@ -0,0 +1,38 @@
+{
+ "name": "nosdn-nofeature-ha",
+ "installers":
+ [
+ {
+ "installer": "apex",
+ "versions":
+ [
+ {
+ "owner": "Luke",
+ "version": "master",
+ "projects":
+ [
+ {
+ "project": "functest",
+ "customs": [ "healthcheck", "vping_ssh"],
+ "scores":
+ [
+ {
+ "date": "2017-01-08 22:46:44",
+ "score": "12/14"
+ }
+
+ ],
+ "trust_indicators": []
+ },
+ {
+ "project": "yardstick",
+ "customs": [],
+ "scores": [],
+ "trust_indicators": []
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}