aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2018-09-05Remove plain OpenStack pwd from HeatGary Wu5-12/+6
Replace plain OpenStack password with its encrypted version Change-Id: I3afd8c02ce7d004a2817bad69a667edb28982f67 Issue-ID: INT-646 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-05fixed variable AutharizationNelson,Thomas(tn1381)(arthurdent3)3-19/+43
- update to print out tomcat logs for troubleshooting - tomcat version Update - teardown logging updated - More logging to see why table is not there Change-Id: Ia543e27e2875a08846dc6cc32060240b33c56409 Issue-ID: MUSIC-100 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-09-05Merge "Integrate with DR docker"Gary Wu9-3/+416
2018-09-04Integrate with DR dockerDominic Lunanuova9-3/+416
addresses CLONED Jiras: 441, 443, 444, 445 Change-Id: If20f5773427e4a82b62745efd804049228d629ae Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-437
2018-09-04Merge "Fix CSIT test failures in Policy"Gary Wu2-3/+3
2018-09-04Define simple health checkJakub Dudycz1-3/+9
Change-Id: Ideac561fb0d30e48ecf0362e73145a93b0c30367 Issue-ID: DCAEGEN2-659 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-09-04Adding PnP PNF simulator heat templatekrzysztof kuzmicki1-0/+129
Issue-ID: INT-644 Change-Id: I734c11ec9a22d881d8ac53e3ec0eee800294ad5d Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com>
2018-09-04Merge "Remove race condition"Gary Wu5-85/+54
2018-09-03Remove race conditionFilip Krzywka5-85/+54
- moved containers logs to separate folder in archives to allow easier debugging. Also saved xNF simulators logs there as they are not specified in docker-compose file - renamed message-routing test file as it's name was accidentaly set during one of rebases - fixed bug where variables passed from Robot testcase were evaluated as strings instead of booleans Change-Id: If21c3983df0869bbc7b8378f3bf5344cad05350b Issue-ID: DCAEGEN2-664 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-09-03Docker file refactorMariusz Wagner1-1/+9
Changed base image in docker file Issue-ID: INT-642 Change-Id: I15a0ec89697322ff278039af0a94b8af3e173625 Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
2018-08-31Merge "Write HV-VES testcase for SSL authorization"Gary Wu5-8/+77
2018-08-31Merge "Draft for INT-607"Gary Wu3-2433/+2433
2018-08-31Merge "Add basic SDC simulator"Gary Wu6-1/+458
2018-08-31Draft for INT-607Marcin Migdal3-2433/+2433
Full VES schema 30.0.1 Change-Id: I1c1dc2cbbba37443f9003f64b3d5bd4943be4415 Issue-ID: INT-607 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-08-31Write HV-VES testcase for SSL authorizationKornel Janiak5-8/+77
Change-Id: I4eeed5d3418c80d34ba8127bbbe9c49969a033ec Issue-ID: DCAEGEN2-687 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2018-08-31Write HV-VES testcase for multiple clientsPawel Biniek5-0/+120
- renamed messages routing suite file to reflect what tests it's covering - extracted common robot keywords related to xNF simulators creation from messages routing suite to separate resource file - written test suite for handling multiple clients at once Change-Id: If80d2d91ae96a0432fd4b6e51bce26796ee9200b Issue-ID: DCAEGEN2-687 Signed-off-by: pbiniek <pawel.biniek@nokia.com>
2018-08-31Write HV-VES message routing testcasesJakub Dudycz9-3/+394
Change-Id: Ibbee3deb1ebd5446f2251dc141a212cde892f374 Issue-ID: DCAEGEN2-687 Signed-off-by: jdudycz <jakub.dudycz@nokia.com>
2018-08-31Add messages validation in DCAE app simulatorFilip Krzywka4-0/+39
This enhances assertions and makes sure that HV-VES does not mess with measurements sent through GPB payload Change-Id: I140e6c35abc72270e2af8c5b1749136e6732e02a Issue-ID: DCAEGEN2-687 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-08-31Start xNF simulators in HV-VES test suiteFilip Krzywka5-3/+245
- keywords for containers start-up and shutdown - keyword for sending messages from simulators to HV-VES - aligned DCAE app assertion with sent messages amount to confirm that it actually consumes messages from kafka Change-Id: I123774949925c9e97c14ed5368e8cef64a7f23b5 Issue-ID: DCAEGEN2-687 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-08-31Configure HV-VES suite containersFilip Krzywka8-3/+152
- populate consul with HV-VES configuration - make DCAE app simulator to consume messages from non-default kafka topic Change-Id: I13773476f271b533236c0888fa5d091a0ee46a23 Issue-ID: DCAEGEN2-687 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-08-31Add basic SDC simulatorGabriel6-1/+458
Basic simulator will be used in future VID csit tests. Issue-ID: INT-642 Change-Id: Ifef909c809f3acc38be156ebb81a8992f3901504 Signed-off-by: Gabriel <adam.krysiak@nokia.com>
2018-08-31Move HV-VES CSIT testsuitesFilip Krzywka8-1/+1
This is hopefully temporary alignment with other projects made to prevent jenkins job builder from creating unnecessary jobs for dcaegen2-prh-testsuites and dcaegen2-ves-collector-testsuites. Change-Id: I57a9e63fc93bce398c614ffb5ed9a2c2f939b501 Issue-ID: DCAEGEN2-687 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-08-30Merge "Added docker-compose"Gary Wu2-12/+27
2018-08-30Fix CSIT test failures in PolicyMichael Mokry2-3/+3
Modified the global policy url property to use https rather than http Added -k option to curl command for getConfig to avoid certificate error Change-Id: Iae57dd519a729dfe3c5bb715a88ee19253ff7a19 Issue-ID: INT-637 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-08-30Merge "Fix csit job error for vfc-nfvo-lcm"Gary Wu1-0/+10
2018-08-30Merge "Fixing the CSIT after AAF update"Gary Wu2-4/+4
2018-08-30Merge "Draft for INT-607 Logging with SSH keys"Helen Chen4-1/+63
2018-08-30Draft for INT-607Marcin Migdal4-1/+63
Logging with SSH keys Change-Id: I7749b67723a7025c39d404ae31de985fafc80eab Issue-ID: INT-607 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-08-30Fixing the CSIT after AAF updateedepaul2-4/+4
Issue-ID: DMAAP-558 Change-Id: I9c74506c834e55549930e6a9acfd2e94460ade5d Signed-off-by: edepaul <paul.p.dennehy@ericsson.com>
2018-08-30Added docker-composeMariusz Wagner2-12/+27
Change in initial script from docker run to docker-compose Issue-ID: INT-642 Change-Id: Iaebdd0da63d22291324ebffe09170032fd608c05 Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
2018-08-30Fix csit job error for vfc-nfvo-lcmfujinhua1-0/+10
Add debug log when execute csit Change-Id: Ia272b5e03e65fa075808f02183aa6bbdf54ea49c Issue-ID: INT-640 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-29Setup IT environment for HV-VES componentFilip Krzywka8-0/+181
- containers start-up and shutdown - containers logs copied to archives - robot tests started successfully Change-Id:Idfa24a8d6a2f41cc8e1374eb2bf2b5967f533f47 Issue-ID: DCAEGEN2-687 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-08-29Merge "Updated wait time to fix optf-has csit failure"Gary Wu4-4/+9
2018-08-29Merge "Draft for INT-607 Change port from 22 to 2222"Gary Wu1-1/+1
2018-08-29Parameterized the nbi docker image versionQuoc-Nghia Nguyen1-2/+2
Change-Id: I07a4dfcd216c60fc44f620308d0f4c3b34ab63d5 Issue-ID: EXTAPI-118 Signed-off-by: Quoc-Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-08-29Updated wait time to fix optf-has csit failureDileep Ranganathan4-4/+9
Updated the time to wait for MUSIC to come up. Change-Id: Iee1124db33ae220a2407e8c92cc75fb670df9c87 Issue-ID: OPTFRA-259 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-08-29Draft for INT-607Marcin Migdal1-1/+1
Change port from 22 to 2222 Change-Id: I39539b20190048ac5227c7473ed851468ce0e18f Issue-ID: INT-607 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-08-29fixing VID vm init script for CSITSonsino, Ofir (os0695)1-1/+1
Change-Id: I6d05c70103b549ce83dbe06d105e5c8f350523de Issue-ID: VID-293 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-28Merge "Draft for INT-607"Gary Wu2-1/+17
2018-08-28Draft for INT-607Marcin Migdal2-1/+17
Change-Id: I46b9cf8da2a063300bed2cae4a42c926be5b1518 Issue-ID: INT-607 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-08-28CSIT: new test cases for vnfsdk pkgtoolsLianhao Lu4-0/+68
Added new test case for the new functionalities of vnfsdk pkgtools: - digest - signing with certificate Change-Id: I9eeee461ee6ee98053938e1213ac1796574b8fae Issue-ID: INT-638 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-08-24CSIT Buscontroller SSL endpointsDominic Lunanuova11-21/+194
Change-Id: I3de5b48f1d471f6c5e067deba7a06c19c3585de5 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-319 Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
2018-08-22change docker pathHuang Haibin2-2/+2
Change-Id: I8f7e77a1f1007aa48cc00778772ea60d33e913d0 Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-08-21Fix Failing Publish Test Caseeconwar1-2/+2
Change-Id: I6e7c691534cbad6727907bcb90b16490a2aec930 Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-624
2018-08-20Merge "Add multi-cloud pike csit scripts"Gary Wu11-0/+711
2018-08-20Merge "update according to new schema"Gary Wu9-362/+2515
2018-08-20Add multi-cloud pike csit scriptsHuang Haibin11-0/+711
Change-Id: I1e1ba5271313453531019e5255dbe94923680abb Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-08-20Preparation for INT-622 codeMarcin Migdal41-34/+754
Change-Id: I2258ed588b93c685852e51aa6a2f4b2dadc36d7d Issue-ID: INT-622 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-08-20update according to new schemamicdzied9-362/+2515
Change-Id: I7fbe1b765be33e3c7734786cd77625360a0e1f92 Issue-ID: INT-628 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
2018-08-17Add multi-cloud pike csitHuang Haibin6-0/+133
Change-Id: I787b7c1a6b438539cd1d1dbf174e332af991cc7a Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>