From afc6a1b19af400a82c86ed428ae57e27fd00cbcf Mon Sep 17 00:00:00 2001 From: J Armstrong Date: Wed, 14 Nov 2018 14:54:47 +0000 Subject: Fix for APPC-1239 Fix for variable names and file loctions in JMeter file for APPC stability test Issue-ID: APPC-1239 Change-Id: I86dae4d6a2502aef7dd949c8e57e8ee926572e45 Signed-off-by: J Armstrong --- JMeter/APPC-LCM-Action-V1.jmx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'JMeter/APPC-LCM-Action-V1.jmx') diff --git a/JMeter/APPC-LCM-Action-V1.jmx b/JMeter/APPC-LCM-Action-V1.jmx index 8cda521..2549ecd 100644 --- a/JMeter/APPC-LCM-Action-V1.jmx +++ b/JMeter/APPC-LCM-Action-V1.jmx @@ -151,7 +151,7 @@ StringBuilder timestamp = new StringBuilder(); "action": "Restart", "action-identifiers": { "vnf-id": "${vnf_id}", - "vserver-id": "${vm-id}" + "vserver-id": "${vm_id}" }, "payload": "{\"vm-id\":\"http://10.12.25.2:8774/v2.1/cf142fb96ce24770946c0f7117c0aeb3/servers/799ea611-bb36-4e49-b043-964f20c442d5\", \"identity-url\": \"http://10.12.25.2:5000/v2.0\",\"skip-hypervisor-check\":\"true\"}" } @@ -479,7 +479,7 @@ if(jsonMessage != "WAITING"){ "action": "Restart", "action-identifiers": { "vnf-id": "${vnf_id}", - "vserver-id": "${vm-id}" + "vserver-id": "${vm_id}" }, "payload": "{\"vm-id\":\"http://10.12.25.2:8774/v2.1/cf142fb96ce24770946c0f7117c0aeb3/servers/799ea611-bb36-4e49-b043-964f20c442d5\", \"identity-url\": \"http://10.12.25.2:5000/v2.0\",\"skip-hypervisor-check\":\"true\"}" } @@ -853,7 +853,7 @@ if(jsonMessage != "WAITING"){ , - /home/ubuntu/appc-lcm-test-Stability-Test-VM2.csv + appc-lcm-test-Stability-Test-VM2.csv false false true @@ -943,7 +943,7 @@ StringBuilder timestamp = new StringBuilder(); "action": "Stop", "action-identifiers": { "vnf-id": "${vnf_id}", - "vserver-id": "${vm-id}" + "vserver-id": "${vm_id}" }, "payload": "{\"vm-id\":\"http://10.12.25.2:8774/v2.1/cf142fb96ce24770946c0f7117c0aeb3/servers/c0d9b8c7-9534-4a22-b464-d6aa2c930847\", \"identity-url\": \"http://10.12.25.2:5000/v2.0\",\"skip-hypervisor-check\":\"true\"}" } @@ -1246,7 +1246,7 @@ StringBuilder timestamp = new StringBuilder(); "action": "Start", "action-identifiers": { "vnf-id": "${vnf_id}", - "vserver-id": "${vm-id}" + "vserver-id": "${vm_id}" }, "payload": "{\"vm-id\":\"http://10.12.25.2:8774/v2.1/cf142fb96ce24770946c0f7117c0aeb3/servers/c0d9b8c7-9534-4a22-b464-d6aa2c930847\", \"identity-url\": \"http://10.12.25.2:5000/v2.0\",\"skip-hypervisor-check\":\"true\"}" } @@ -1574,7 +1574,7 @@ if(jsonMessage != "WAITING"){ "action": "Stop", "action-identifiers": { "vnf-id": "${vnf_id}", - "vserver-id": "${vm-id}" + "vserver-id": "${vm_id}" }, "payload": "{\"vm-id\":\"http://10.12.25.2:8774/v2.1/cf142fb96ce24770946c0f7117c0aeb3/servers/c0d9b8c7-9534-4a22-b464-d6aa2c930847\", \"identity-url\": \"http://10.12.25.2:5000/v2.0\",\"skip-hypervisor-check\":\"true\"}" } @@ -1987,7 +1987,7 @@ if(jsonMessage != "WAITING"){ "action": "Start", "action-identifiers": { "vnf-id": "${vnf_id}", - "vserver-id": "${vm-id}" + "vserver-id": "${vm_id}" }, "payload": "{\"vm-id\":\"http://10.12.25.2:8774/v2.1/cf142fb96ce24770946c0f7117c0aeb3/servers/c0d9b8c7-9534-4a22-b464-d6aa2c930847\", \"identity-url\": \"http://10.12.25.2:5000/v2.0\",\"skip-hypervisor-check\":\"true\"}" } @@ -2361,7 +2361,7 @@ if(jsonMessage != "WAITING"){ , - /home/ubuntu/appc-lcm-test-Stability-Test-VM3.csv + appc-lcm-test-Stability-Test-VM3.csv false false true @@ -2451,7 +2451,7 @@ StringBuilder timestamp = new StringBuilder(); "action": "Rebuild", "action-identifiers": { "vnf-id": "${vnf_id}", - "vserver-id": "${vm-id}" + "vserver-id": "${vm_id}" }, "payload": "{\"vm-id\":\"http://10.12.25.2:8774/v2.1/cf142fb96ce24770946c0f7117c0aeb3/servers/3b3d77e0-a79d-4c10-bfac-1b3914af1a14\", \"identity-url\": \"http://10.12.25.2:5000/v2.0\",\"skip-hypervisor-check\":\"true\"}" } @@ -2779,7 +2779,7 @@ if(jsonMessage != "WAITING"){ "action": "Rebuild", "action-identifiers": { "vnf-id": "${vnf_id}", - "vserver-id": "${vm-id}" + "vserver-id": "${vm_id}" }, "payload": "{\"vm-id\":\"http://10.12.25.2:8774/v2.1/cf142fb96ce24770946c0f7117c0aeb3/servers/3b3d77e0-a79d-4c10-bfac-1b3914af1a14\", \"identity-url\": \"http://10.12.25.2:5000/v2.0\",\"skip-hypervisor-check\":\"true\"}" } -- cgit