diff options
author | ys9693 <ys9693@att.com> | 2020-01-19 13:50:02 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-01-22 12:33:31 +0000 |
commit | 16a9fce0e104a38371a9e5a567ec611ae3fc7f33 (patch) | |
tree | 03a2aff3060ddb5bc26a90115805a04becbaffc9 /catalog-ui/src/jest/mocks/service-metadata.mock.ts | |
parent | aa83a2da4f911c3ac89318b8e9e8403b072942e1 (diff) |
Catalog alignment
Issue-ID: SDC-2724
Signed-off-by: ys9693 <ys9693@att.com>
Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
Diffstat (limited to 'catalog-ui/src/jest/mocks/service-metadata.mock.ts')
-rw-r--r-- | catalog-ui/src/jest/mocks/service-metadata.mock.ts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/catalog-ui/src/jest/mocks/service-metadata.mock.ts b/catalog-ui/src/jest/mocks/service-metadata.mock.ts new file mode 100644 index 0000000000..b3d6f952d7 --- /dev/null +++ b/catalog-ui/src/jest/mocks/service-metadata.mock.ts @@ -0,0 +1,40 @@ +export const serviceMetadata = { + "uniqueId": "3e39c1d2-8afb-4249-9950-110ec6e6f595", + "name": "fsdsfdsfd", + "version": "0.1", + "isHighestVersion": true, + "creationDate": 1538643760028, + "lastUpdateDate": 1538921966136, + "description": "vavs", + "lifecycleState": "NOT_CERTIFIED_CHECKIN", + "tags": [ + "fsdsfdsfd" + ], + "icon": "network_l_4", + "normalizedName": "fsdsfdsfd", + "systemName": "Fsdsfdsfd", + "contactId": "cs0008", + "allVersions": { + "0.1": "3e39c1d2-8afb-4249-9950-110ec6e6f595" + }, + "isDeleted": null, + "serviceFunction": "vassavsva", + "csarUUID": null, + "csarVersion": null, + "importedToscaChecksum": null, + "invariantUUID": "ad9f3ebc-fc59-4c24-bd3d-2eecd55a854d", + "componentType": "SERVICE", + "categories": [ + { + "name": "Network L4+", + "normalizedName": "network l4+", + "uniqueId": "serviceNewCategory.network l4+", + "icons": null, + "subcategories": null, + "version": null, + "ownerId": null, + "empty": false, + "type": null + } + ] +}
\ No newline at end of file |