From cc8766086b4580ed37e7b6fc246e055e683afadc Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 12 Jul 2017 14:27:58 +0800 Subject: move resources unit tests to tests/unit/resources As webportal is introduced, the project structure is becoming more complex, it is time to make it a a little bit more official Change-Id: Id380d37b07719f053b0bd385a326a2f2944a4b22 Signed-off-by: SerenaFeng --- .../tests/unit/resources/scenario-c1.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 utils/test/testapi/opnfv_testapi/tests/unit/resources/scenario-c1.json (limited to 'utils/test/testapi/opnfv_testapi/tests/unit/resources/scenario-c1.json') diff --git a/utils/test/testapi/opnfv_testapi/tests/unit/resources/scenario-c1.json b/utils/test/testapi/opnfv_testapi/tests/unit/resources/scenario-c1.json new file mode 100644 index 000000000..187802215 --- /dev/null +++ b/utils/test/testapi/opnfv_testapi/tests/unit/resources/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": [] + } + ] + } + ] + } + ] +} -- cgit 1.2.3-korg