aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation
diff options
context:
space:
mode:
authorKruthi Bhat <krutbhat@att.com>2020-10-09 00:37:39 +0530
committerIkram Ikramullah <ikram@research.att.com>2020-10-23 11:40:26 +0000
commit12226e5a7874dcc1d5b4cdb305188391b4b97cc5 (patch)
tree20291b6b264ee9bcc9392196cb31c62c97363dc8 /vid-automation
parentb47aac88acc6c8e69b044d62930eefc4c41fb249 (diff)
Sorting functionality on audit info screen
Change-Id: If2fed947ccc0cbcb68ad656fb6010aa9cb829acd Issue-ID: VID-904 Signed-off-by: rachitha.ramappa@att.com
Diffstat (limited to 'vid-automation')
-rw-r--r--vid-automation/src/test/resources/VnfGroup/ServiceWithVnfGroupsDeleteRequest.json2
-rw-r--r--vid-automation/src/test/resources/VnfGroup/VnfGroupCreate1Delete1None1Request.json2
-rw-r--r--vid-automation/src/test/resources/VnfGroup/deleteServiceWith2VnfGroupsRequest_AndThreeGroupMembers.json2
-rw-r--r--vid-automation/src/test/resources/VnfGroup/payloadTemplate1VnfGroupWith3MembersRequest.json2
-rw-r--r--vid-automation/src/test/resources/VnfGroup/vnfGroupWithExistingAndNewVnfMembers.json2
-rw-r--r--vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json2
-rw-r--r--vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Vnf.json2
7 files changed, 14 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/VnfGroup/ServiceWithVnfGroupsDeleteRequest.json b/vid-automation/src/test/resources/VnfGroup/ServiceWithVnfGroupsDeleteRequest.json
index 34805e1d4..583154aec 100644
--- a/vid-automation/src/test/resources/VnfGroup/ServiceWithVnfGroupsDeleteRequest.json
+++ b/vid-automation/src/test/resources/VnfGroup/ServiceWithVnfGroupsDeleteRequest.json
@@ -2,6 +2,8 @@
"isDirty":true,
"vnfs": {},
"vrfs": {},
+ "pnfs": {},
+ "existingPNFCounterMap": {},
"instanceParams": [],
"validationCounter": 0,
"existingNames": {
diff --git a/vid-automation/src/test/resources/VnfGroup/VnfGroupCreate1Delete1None1Request.json b/vid-automation/src/test/resources/VnfGroup/VnfGroupCreate1Delete1None1Request.json
index 88757da22..e3e9b8e56 100644
--- a/vid-automation/src/test/resources/VnfGroup/VnfGroupCreate1Delete1None1Request.json
+++ b/vid-automation/src/test/resources/VnfGroup/VnfGroupCreate1Delete1None1Request.json
@@ -3,6 +3,8 @@
"isDirty": true,
"vnfs": {},
"vrfs": {},
+ "pnfs": {},
+ "existingPNFCounterMap": {},
"instanceParams": [],
"validationCounter": 0,
"existingNames": {
diff --git a/vid-automation/src/test/resources/VnfGroup/deleteServiceWith2VnfGroupsRequest_AndThreeGroupMembers.json b/vid-automation/src/test/resources/VnfGroup/deleteServiceWith2VnfGroupsRequest_AndThreeGroupMembers.json
index 7dfe064d0..f424ba602 100644
--- a/vid-automation/src/test/resources/VnfGroup/deleteServiceWith2VnfGroupsRequest_AndThreeGroupMembers.json
+++ b/vid-automation/src/test/resources/VnfGroup/deleteServiceWith2VnfGroupsRequest_AndThreeGroupMembers.json
@@ -7,6 +7,8 @@
"existingNetworksCounterMap": {},
"vnfs": {},
"vrfs": {},
+ "pnfs": {},
+ "existingPNFCounterMap": {},
"vnfGroups": {
"VNF_GROUP1_INSTANCE_ID": {
"originalName": "groupingservicefortest..ResourceInstanceGroup..0",
diff --git a/vid-automation/src/test/resources/VnfGroup/payloadTemplate1VnfGroupWith3MembersRequest.json b/vid-automation/src/test/resources/VnfGroup/payloadTemplate1VnfGroupWith3MembersRequest.json
index 5d8843a8c..21efb3c3e 100644
--- a/vid-automation/src/test/resources/VnfGroup/payloadTemplate1VnfGroupWith3MembersRequest.json
+++ b/vid-automation/src/test/resources/VnfGroup/payloadTemplate1VnfGroupWith3MembersRequest.json
@@ -3,6 +3,8 @@
"isDirty": true,
"vnfs": {},
"vrfs": {},
+ "pnfs": {},
+ "existingPNFCounterMap": {},
"instanceParams": [],
"validationCounter": 0,
"existingNames": {
diff --git a/vid-automation/src/test/resources/VnfGroup/vnfGroupWithExistingAndNewVnfMembers.json b/vid-automation/src/test/resources/VnfGroup/vnfGroupWithExistingAndNewVnfMembers.json
index aeaf6b65d..715c80c08 100644
--- a/vid-automation/src/test/resources/VnfGroup/vnfGroupWithExistingAndNewVnfMembers.json
+++ b/vid-automation/src/test/resources/VnfGroup/vnfGroupWithExistingAndNewVnfMembers.json
@@ -213,5 +213,7 @@
}
},
"vnfs": {},
+ "pnfs": {},
+ "existingPNFCounterMap": {},
"vrfs": {}
} \ No newline at end of file
diff --git a/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json b/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json
index af7ddd27c..5a32965b0 100644
--- a/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json
+++ b/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json
@@ -7,6 +7,8 @@
"vrfs":{
},
+ "pnfs": {},
+ "existingPNFCounterMap": {},
"instanceParams":[
{
"2017488_pasqualevpe0_ASN":"AV_vPE"
diff --git a/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Vnf.json b/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Vnf.json
index 0dc9321fe..d8ee049c8 100644
--- a/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Vnf.json
+++ b/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Vnf.json
@@ -1,6 +1,8 @@
{
"action": "None",
"isDirty": true,
+ "pnfs": {},
+ "existingPNFCounterMap": {},
"vnfs": {
"2017-388_PASQUALE-vPE 0": {
"vfModules": {},