diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-12 14:28:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-12 14:28:28 +0000 |
commit | 26376318a403c8b2f6b046808ed7a20f288306e9 (patch) | |
tree | 63754aeb8d940860c4db0cd64f776f6c1e164589 /test/csit/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot | |
parent | 879999a1f7ff527a097574040755e083ea55f298 (diff) | |
parent | 86ef3959eae52f0b15c260a0d4fd92c1b522d53f (diff) |
Merge "Write CSIT test case for unencrypted connection"
Diffstat (limited to 'test/csit/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot')
-rw-r--r-- | test/csit/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot b/test/csit/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot index 862a2bc6a..9b1982a6b 100644 --- a/test/csit/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot +++ b/test/csit/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot @@ -11,14 +11,14 @@ Test Teardown VES-HV Collector Test Shutdown Multiple Clients Handling Suite Setup Log Started Suite: VES-HV Multiple Clients Handling ${XNF_PORTS_LIST}= Create List 7000 7001 7002 - Configure Valid xNF Simulators On Ports ${XNF_PORTS_LIST} + Configure xNF Simulators Using Valid Certificates On Ports ${XNF_PORTS_LIST} Log Suite setup finished *** Test Cases *** Handle Multiple Connections [Documentation] VES-HV Collector should handle multiple incoming transmissions - ${SIMULATORS_LIST}= Get Valid xNF Simulators 3 + ${SIMULATORS_LIST}= Get xNF Simulators Using Valid Certificates 3 Send Messages From xNF Simulators ${SIMULATORS_LIST} ${XNF_SMALLER_PAYLOAD_REQUEST} Wait until keyword succeeds 60 sec 5 sec |