diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-01-17 06:40:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-17 06:40:02 +0000 |
commit | a83e598c5401531d8f4010f16a7c41461fa4e828 (patch) | |
tree | 49455c08a6f250accd8567561d513447c97fd074 /utils/test/testapi/opnfv_testapi/tests/unit/scenario-create.json | |
parent | 0505449a387df820e765cb0f52028ac5d0ba2e8c (diff) | |
parent | c4fe6bffd4c09a70f35a116919a6b0116a6e2a3c (diff) |
Merge "implement create scenario and add unittest"
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/tests/unit/scenario-create.json')
-rw-r--r-- | utils/test/testapi/opnfv_testapi/tests/unit/scenario-create.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/utils/test/testapi/opnfv_testapi/tests/unit/scenario-create.json b/utils/test/testapi/opnfv_testapi/tests/unit/scenario-create.json new file mode 100644 index 000000000..eba8b6c0a --- /dev/null +++ b/utils/test/testapi/opnfv_testapi/tests/unit/scenario-create.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": [] + } + ] + } + ] + } + ] +}
\ No newline at end of file |