aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/cmpv2.robot
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2021-02-17 08:27:06 +0100
committerKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2021-02-17 08:27:06 +0100
commitc6232933e3c44de7dba7f24cd66ee944816b2941 (patch)
tree5db1d2f4f1a693488647551ec744a91f3bd457e9 /robot/testsuites/cmpv2.robot
parent34e093fcdef65c1bfed921a4e898bcec362bd145 (diff)
Fix CMPv2 test cases after pnf-simulator changes
PNF Simulator logging has been extended, now it forwards exception from connection to VES collector directly to pnf simulator endpoint Issue-ID: INT-1804 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I653380c72b9fb02c50aa3b99a67787edfecbdc4a
Diffstat (limited to 'robot/testsuites/cmpv2.robot')
-rw-r--r--robot/testsuites/cmpv2.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/testsuites/cmpv2.robot b/robot/testsuites/cmpv2.robot
index 12d94ca8..b2f19bd3 100644
--- a/robot/testsuites/cmpv2.robot
+++ b/robot/testsuites/cmpv2.robot
@@ -110,7 +110,7 @@ Send registration request to CMPv2 VES with wrong SAN-s
${PNF_entry_dict}= Create Dictionary correlation_id=${pnf_correlation_id} PNF_IPv4_address=14.14.14.14 PNF_IPv6_address=2001:0db8:0:0:0:0:1428:57ab
Templating.Create Environment ves ${GLOBAL_TEMPLATE_FOLDER}
${template}= Templating.Apply Template ves ${pnf_ves_integration_request} ${PNF_entry_dict}
- Pnf simulator send single VES event ${template} dcae-ves-collector-cmpv2-cert-wrong-sans 8443 pnf-simulator 5000
+ Pnf simulator send single VES event ${template} dcae-ves-collector-cmpv2-cert-wrong-sans 8443 pnf-simulator 5000 421
${rc} = Run and Return RC ${PNF_SIMULATOR_ERROR_GREP_COMMAND_SANS}
Should Be Equal As Integers ${rc} 0
@@ -124,6 +124,6 @@ Send registration request to VES without CMPv2 certificate
${PNF_entry_dict}= Create Dictionary correlation_id=${pnf_correlation_id} PNF_IPv4_address=14.14.14.14 PNF_IPv6_address=2001:0db8:0:0:0:0:1428:57ab
Templating.Create Environment ves ${GLOBAL_TEMPLATE_FOLDER}
${template}= Templating.Apply Template ves ${pnf_ves_integration_request} ${PNF_entry_dict}
- Pnf simulator send single VES event ${template} dcae-ves-collector 8443 pnf-simulator 5000
+ Pnf simulator send single VES event ${template} dcae-ves-collector 8443 pnf-simulator 5000 421
${rc} = Run and Return RC ${PNF_SIMULATOR_ERROR_GREP_COMMAND_CERT}
Should Be Equal As Integers ${rc} 0