summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/opnfv_testapi/tests/unit/handlers/scenario-c1.json
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-10-30 12:28:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-30 12:28:31 +0000
commit0e92805f1bfe597334e2a2f4414e460a8e811239 (patch)
treeef100d680932b169a73d6251811d459e8f9515b2 /utils/test/testapi/opnfv_testapi/tests/unit/handlers/scenario-c1.json
parent0709a0bc668df263465a97adf0bf4e6ba7aa8b4c (diff)
parenta82ee29bc7349bc2f0ed54cfc0ac83e7607cb1cc (diff)
Merge "divide resources into handlers and models"
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/tests/unit/handlers/scenario-c1.json')
-rw-r--r--utils/test/testapi/opnfv_testapi/tests/unit/handlers/scenario-c1.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/utils/test/testapi/opnfv_testapi/tests/unit/handlers/scenario-c1.json b/utils/test/testapi/opnfv_testapi/tests/unit/handlers/scenario-c1.json
new file mode 100644
index 000000000..187802215
--- /dev/null
+++ b/utils/test/testapi/opnfv_testapi/tests/unit/handlers/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": []
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}