diff options
author | J Armstrong <joss.armstrong@ericsson.com> | 2018-11-14 14:54:47 +0000 |
---|---|---|
committer | J Armstrong <joss.armstrong@ericsson.com> | 2018-11-14 14:58:25 +0000 |
commit | afc6a1b19af400a82c86ed428ae57e27fd00cbcf (patch) | |
tree | a9eb4fd7c63929c801893957adfebbcf7ab5bf9a /JMeter | |
parent | 4ded082af666709ed546a1e48bd201dd1a435819 (diff) |
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 <joss.armstrong@ericsson.com>
Diffstat (limited to 'JMeter')
-rw-r--r-- | JMeter/APPC-LCM-Action-V1.jmx | 20 |
1 files changed, 10 insertions, 10 deletions
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"){ <CSVDataSet guiclass="TestBeanGUI" testclass="CSVDataSet" testname="CSV Data Set Config" enabled="true"> <stringProp name="delimiter">,</stringProp> <stringProp name="fileEncoding"></stringProp> - <stringProp name="filename">/home/ubuntu/appc-lcm-test-Stability-Test-VM2.csv</stringProp> + <stringProp name="filename">appc-lcm-test-Stability-Test-VM2.csv</stringProp> <boolProp name="ignoreFirstLine">false</boolProp> <boolProp name="quotedData">false</boolProp> <boolProp name="recycle">true</boolProp> @@ -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"){ <CSVDataSet guiclass="TestBeanGUI" testclass="CSVDataSet" testname="CSV Data Set Config" enabled="true"> <stringProp name="delimiter">,</stringProp> <stringProp name="fileEncoding"></stringProp> - <stringProp name="filename">/home/ubuntu/appc-lcm-test-Stability-Test-VM3.csv</stringProp> + <stringProp name="filename">appc-lcm-test-Stability-Test-VM3.csv</stringProp> <boolProp name="ignoreFirstLine">false</boolProp> <boolProp name="quotedData">false</boolProp> <boolProp name="recycle">true</boolProp> @@ -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\"}"
 }
 |