diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-01-20 09:56:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-20 09:56:05 +0000 |
commit | 9a3f404f327d0b7eb802bd674d62e6f194370ccc (patch) | |
tree | 1774c57a158c0d0a40c2641d185c66dfde3d3968 /testapi/opnfv_testapi/tests/unit/scenario-c1.json | |
parent | dd56ad8dac327e256051a651eaf48c66293b4c95 (diff) | |
parent | 9e80a5de29affe79f8bbdc3658459e86fe5292cb (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.json | 38 |
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": [] + } + ] + } + ] + } + ] +} |