aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/cypress/fixtures/update-vsp/packages-first.json
blob: 657e97966bfcd089892146ad8a6b8f02c986ac8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "listCount": 2,
    "results": [
        {
            "description": "test update vsp cypress",
            "vspName": "test update vsp",
            "version": "2.0",
            "packageId": "4f66a9dfea784f7cbd3630d8f99bc1be",
            "category": "resourceNewCategory.network l2-3",
            "subCategory": "resourceNewCategory.network l2-3.gateway",
            "vendorName": "test vlm",
            "vendorRelease": "1.0",
            "packageType": "CSAR",
            "resourceType": "VF"
        },
        {
            "description": "test update vsp cypress",
            "vspName": "test update vsp",
            "version": "1.0",
            "packageId": "4f66a9dfea784f7cbd3630d8f99bc1be",
            "category": "resourceNewCategory.network l2-3",
            "subCategory": "resourceNewCategory.network l2-3.gateway",
            "vendorName": "test vlm",
            "vendorRelease": "1.0",
            "packageType": "CSAR",
            "resourceType": "VF"
        }
    ]
}