summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/src/test/data/runresult.json
blob: f729f482eee940cc4ffb0fc576e4cca254129b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "scenario": "compliance",
    "testCaseName": "computeflavors",
    "testSuiteName": "compliancetests",
    "executionId": "3053ed10-84e6-4f21-aa62-4ca66242d8d8",
    "parameters": {
      "vspId": "VSP-ID",
      "vspVersion": "VSP-VER",
      "allowSriov": "true",
      "csp": "ZZFT",
      "profilespec": "gsmafnw14",
      "vnftype": "B"
    },
    "results": {
      "hello": "world"
    },
    "status": "SUCCESS",
    "startTime": 1550780567585,
    "endTime": 1550780567585
  }
]