diff options
Diffstat (limited to 'catalog-ui/cypress/fixtures/update-vsp/packages-first.json')
-rw-r--r-- | catalog-ui/cypress/fixtures/update-vsp/packages-first.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/catalog-ui/cypress/fixtures/update-vsp/packages-first.json b/catalog-ui/cypress/fixtures/update-vsp/packages-first.json new file mode 100644 index 0000000000..657e97966b --- /dev/null +++ b/catalog-ui/cypress/fixtures/update-vsp/packages-first.json @@ -0,0 +1,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" + } + ] +} |