diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-08-12 14:51:28 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-08-12 15:02:57 +0300 |
commit | 4a4dcc5185f8ba5a28c7f9fef509f32c0c2389e6 (patch) | |
tree | 23e55ee7e1ad9b91bcc3ef1dbe1fb7b183f8b2b6 /vid-automation/conf/services | |
parent | 661a24fd57de02869a9771761e0fcba7eb77d121 (diff) |
vid-automation selenium tests
Change-Id: I6c1b0a0cf3bbfa4314c81f0cc72507db805ec632
Issue-ID: VID-281
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-automation/conf/services')
-rw-r--r-- | vid-automation/conf/services | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/vid-automation/conf/services b/vid-automation/conf/services index 0fa92f1ff..c67a36626 100644 --- a/vid-automation/conf/services +++ b/vid-automation/conf/services @@ -1,4 +1,5 @@ -{ "services": { +{ +"services": { "c079d859-4d81-4add-a9c3-94551f96e2b0": { "type":"vnf", "uuid": "418f32e5-484a-4073-8fa9-fab7d497459f", @@ -9,6 +10,16 @@ "description": "1707 Models that contain: nf_type,nf_role,nf_function,nf_code.", "serviceRole" : "pnf" }, + "c079d859-4d81-4add-a9c3-94551f96e2b1": { + "type":"", + "uuid": "418f32e5-484a-4073-8fa9-fab7d497459f", + "invariantUuid": "709d1be4-9a3f-4a29-8c4d-a20465e808a3", + "name": "1707vidnf", + "version": "9.0", + "category": "", + "description": "", + "serviceRole" : "" + }, "f39389e4-2a9c-4085-8ac3-04aea9c651be": { "type" : "pnf", "uuid": "f39389e4-2a9c-4085-8ac3-04aea9c651be", @@ -18,5 +29,25 @@ "category": "Network L1-3", "description": "macro model", "serviceRole": "pnf" - }} + }, + "2f80c596-27e5-4ca9-b5bb-e03a7fd4c0fd": { + "type" : "pnf", + "uuid": "2f80c596-27e5-4ca9-b5bb-e03a7fd4c0fd", + "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0", + "name": "action-data", + "version": "1.0", + "category": "Network L1-3", + "description": "ADIOD vMX vPE based on Juniper 17.2 release. Updated with updated VF for v8.0 of VLM", + "serviceRole": "Testing" + }, + "1a80c596-27e5-4ca9-b5bb-e03a7fd4c0fd": { + "type" : "pnf", + "uuid": "1a80c596-27e5-4ca9-b5bb-e03a7fd4c0fd", + "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0", + "name": "action-data", + "version": "1.0", + "category": "Network L1-3", + "description": "ADIOD vMX vPE based on Juniper 17.2 release. Updated with updated VF for v8.0 of VLM", + "serviceRole": "Testing" + }} }
\ No newline at end of file |