summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2019-03-22Merge "Updated simulators for DFC"Gary Wu10-214/+756
2019-03-22Merge "Mass-pnf-simulator publishing ports"Gary Wu7-61/+93
2019-03-22Merge "Take feedName as parameter from POST request"Gary Wu1-26/+65
2019-03-22Mass-pnf-simulator publishing portsTamasBakai7-61/+93
Change-Id: If43f505967bd542c88956e11aef4cd4e52626255 Issue-ID: DCAEGEN2-1225 Signed-off-by: TamasBakai <tamas.bakai@est.tech>
2019-03-22Updated simulators for DFCBjornMagnussonXA11-214/+756
mr sim has a number of new test cases Docker files/docker compose files added. Minor adjustment to scripts. Issue-ID: DCAEGEN2-1313 Change-Id: I0246a9d5c855cda4e7dea9830928cae98c5e1284 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
2019-03-22Take feedName as parameter from POST requestyanhuanwang1-26/+65
Update dmaapBusController so that it takes feedName as parameter from POST request from http client Change-Id: If57e5c0073bf1fe6d62c644c772d9744fdd859f8 Issue-ID: DCAEGEN2-1225 Signed-off-by: yanhuanwang <martin.c.yan@est.tech>
2019-03-21Add script which looks for open JDWP portsKrzysztof Opasiak1-0/+93
ONAP should not expose any open JDWP ports even inside a cluser. Let's start enforcing this by adding test script to integration which will find all open JDWP ports. Based on initial work by: Radoslaw Zeszczuk <r.zeszczuk@samsung.com> Issue-ID: SECCOM-231 Change-Id: Ica46faad55850c74ed24728d54f6afdb3301a6d2 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2019-03-21Add script which checks for http portsKrzysztof Opasiak1-0/+68
ONAP should not exposed any http ports, https should be used instead. Let's start enforcing this by adding test script to integration which will find all http ports exposed outside of cluster. Issue-ID: SECCOM-231 Change-Id: I88e4b7890aaaa1bea06b496a6f97f4d5e9771215 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2019-03-20Add ROP file creator script in each PNF-simRehanRaza7-88/+63
* The script runs in a background process * The background process is killed when mass-pnf-sim is stopped * Filename format is updated to include timezone, HOSTNAME, and PNF-node-name Change-Id: If0a5a8c7bdd7ffb4958569e3037f1a7207770ef1 Issue-ID: DCAEGEN2-1225 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2019-03-19Provide PNF Package for Integration TestSzabolcs Hutvagner1-0/+0
This is first version of unsecure PNF package that can be used for integration test of Pre-Onboarding and Onboarding of a PNF package. PM Dictionary and VES Registartion file are empty at this point and are only included as placeholders until the actual files are ready. Change-Id: I9ec76caf1f952df50391c11ee846e0be2c3231cf Issue-ID: INT-947 Signed-off-by: Szabolcs Hutvagner <szabolcs.hutvagner@ericsson.com>
2019-03-19ROP file processing in mass-pnf-simulatorTamasBakai62-76/+3936
Change-Id: I66203ff66e9d91865f8eee06bef01e55bcd6c39c Issue-ID: DCAEGEN2-1225 Signed-off-by: TamasBakai <tamas.bakai@est.tech>
2019-03-15Add simulator for dmaapbuscontrolleryanhuanwang1-0/+76
Change-Id: I5bd0ab24e5b2d647c0b47212e1f5f728cdc1bb32 Issue-ID: DCAEGEN2-1225 Signed-off-by: yanhuanwang <martin.c.yan@est.tech>
2019-03-14Merge "Revert removal of ipaddress from config"Mariusz Wagner2-0/+8
2019-03-14Revert removal of ipaddress from configbiniek2-0/+8
Change-Id: I8790ad9b2c5248432797619bd42b6fcc75df7cdc Issue-ID: INT-960 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2019-03-13Fix image push failuresDmitry Puzikov1-1/+1
Latest com.spotify:docker-maven-plugin has a bug preventing images to be pushed to the private registries. Latest bug-free version is 1.0.0 so revert to it. Change-Id: Ibe8f733a2e6b059203fa5dcca297ad35e7e1fe42 Issue-ID: INT-879 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-03-13Merge "Fix netopeer config"Mariusz Wagner1-0/+7
2019-03-13Fix netopeer configbiniek1-0/+7
Change-Id: I22adf79ec42405f21d1d9cc9e6afef234f0cfa01 Issue-ID: INT-960 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2019-03-13Update pnfsimulator configbiniek2-29/+33
Change-Id: Icd81ae3d5e458dc941a17ccdc3eead7120a64cb0 Issue-ID: INT-960 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2019-03-12INT:885 Fixed a minor issue in pnf-simRahul Tyagi1-0/+4
This commit introdues a dely in pnf-sim netopeer instance so that subscribing yang model and data creation can be done successfully. Issue-ID: INT-885 Change-Id: Id26a2b6e4f201a1cbf5346ee323fcb6858c2886b Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
2019-03-04Merge "INT-885: fix netopeer and update yang model"Marco Platania7-41/+43
2019-03-01ROP file creation script for e2e testingRehanRaza3-1/+71
* Creates a number of files (set using NUM_FILES) with standard filenames * File are created using a template XML file (set using FILE_TEMPLATE) * Files are updated after a specific interval (set using UPDATE_MINS) * At each update, the name of oldest file is modified with current timestamp * Works for multiple PNF nodes (set using NUM_NODES) Change-Id: I279970720ae25a360bd7a56923ebf3b8825abfd8 Issue-ID: DCAEGEN2-1225 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2019-03-01INT-885: fix netopeer and update yang modelRahul Tyagi7-41/+43
This commit introdues a better yang model for testing i.e. mynetconf.yang and data against it. It also fix a problem for netopeer at startup. Issue-ID: INT-885 Change-Id: I1d300221399237e57e1ffd4e3a1d9cb8e1674b44 Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
2019-02-28Mass PNF simulator for benchmark purposesTamasBakai20-0/+3615
Change-Id: I8a5ead57d0347fa34f048c7bfc5352ba045b1b62 Issue-ID: DCAEGEN2-1225 Signed-off-by: TamasBakai <tamas.bakai@est.tech>
2019-02-27Merge "Fix sniroemulator to make container arm64-ready"Gary Wu2-5/+10
2019-02-25INT-885:Enhancing the PNF-sim for netconf over TLSRahul Tyagi6-0/+103
This commit add a script and a known_hosts file so that while starting the netopeer2 it readily start listening at 6513 port for tls. This commit also adds a yang data model for testing of usecases developed under Netconf over tls usecase. Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com> Issue-ID: INT-885 Change-Id: I26b059c293f0684f475f51618d905e10a9efe391 Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
2019-02-22Fix sniroemulator to make container arm64-readyDmitry Puzikov2-5/+10
Swicth from debian based image to alpine based image. Fix docker-plugin version. Change-Id: I87af14b9785f70f49955ba299ed6e3d8ff9866f3 Issue-ID: INT-879 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-02-22Merge "Update PNF SIM mandatory fields for config.json"Mariusz Wagner1-11/+1
2019-02-20Update PNF SIM mandatory fields for config.jsonMarcin Migdal1-11/+1
Change-Id: Ia0b68c271f70ee5d3765e4b1ece80ab98470040c Issue-ID: INT-897 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-02-19Create multiple raw data files for different testsRehanRaza4-10/+59
Change-Id: I55862204ef71f69bc88c79fe2259f7cb8365699a Issue-ID: DCAEGEN2-1225 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2019-02-15Simulator scripts for datafile-collectorTamasBakai20-0/+1135
Change-Id: Idff5fb9e4406f42208367860b3d02fc2ed4a9bad Issue-ID: DCAEGEN2-1225 Signed-off-by: TamasBakai <tamas.bakai@est.tech>
2019-02-06Bump pnfsimulator to 4.0.0-SNAPSHOTMarcin Migdal3-9/+2
Change-Id: I955e2befdcb95a2b50fa3c3ba0d5a734d85fd753 Issue-ID: INT-821 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-02-01corrections and README updateRene Robert3-15/+270
Issue-ID: INT-846 Change-Id: I1537e02f31e91882c8b27b0484e72b1b1641c8a4 Signed-off-by: Rene Robert <rene.robert@orange.com>
2019-01-25Merge "Update xtesting robot config file"Gary Wu1-62/+29
2019-01-25add README and correctionsRene Robert11-19/+93
Issue-ID: INT-825 Change-Id: Iac316a6a17aff5acfc9061634232351c4ef305e2 Signed-off-by: Rene Robert <rene.robert@orange.com>
2019-01-25Update xtesting robot config filemrichomme1-62/+29
Issue-ID: INT-827 Change-Id: If9804ee7765d76959956066e72d86ef1c99d23a3 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-01-24add Postman CollectionRene Robert11-0/+4691
Issue-ID: INT-825 Change-Id: I95b99798462ab5852d8da90bb337d818e80c0ef8 Signed-off-by: Rene Robert <rene.robert@orange.com>
2019-01-02Fix mac address table access in vCPE healthcheckYang Xu2-13/+12
Change-Id: I01f7de6e9e0a26b25a91df125f31008091d0076f Issue-ID: INT-791 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-12-31Use Openstack novaclient API in vCPEYang Xu2-6/+34
Change-Id: Ia9a8a704b239d7372cc864732193072cf5fecfa1 Issue-ID: INT-791 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-12-30Automate pod cluster node ip retrievalYang Xu2-12/+51
Change-Id: I8e644798fefa180a26da4c2cb4607467810f964a Issue-ID: INT-791 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-12-28Fix issue when creating SNIRO configurationYang Xu2-16/+16
Change-Id: I739ce90b975bc820f007858bd9d2b49f39150301 Issue-ID: INT-789 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-12-02Use Casablanca released artifacts for vCPE VNFsYang Xu9-33/+41
Change-Id: I7bf82229b0e5cb8a02e0b5a0c8651c468cd3c436 Issue-ID: INT-717 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-11-27Serveral changes in vCPE testing scriptYang Xu4-7/+25
To work with automated vCPE model distribution robot, several changes are made 1. Add image name and flavor in preload data 2. Shorten instance name for rescust service 3. Pass in ip as command line input to cleanvGMUX.py Change-Id: I6f7c8ae711afbc4665e2de72b6abae7969eecb5c Issue-ID: INT-717 Signed-off-by: Yang Xu <yang.xu3@huawei.com> (cherry picked from commit 105db515bbcc2f9a2c6b0363b866af24837cc4ac)
2018-11-22Change vgw module name for vCPE test scriptYang Xu9-11/+14
Change-Id: I17308f23812cc1a335155fd4e9e789bed04dec00 Issue-ID: INT-717 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-11-22Add a script to clean up VPP vxlan interfacesYang Xu1-0/+64
Change-Id: Iee0725d9a3187d06b70c9d40d1fd13895ff4655c Issue-ID: INT-717 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-11-20Fix issues in vcpe test scriptYang Xu10-20/+31
1. SDNC GRA url issue 2. Add mr ip and port to prepload 3. Allow SO service_recipe table to be populated 4. Add SDNC ip to preload 5. Add vfmoduleName section in SO request 6. Set Generic NeutronNet shared as False Change-Id: Iba4ff695759ceab53e33367092b6b59678e082e7 Issue-ID: INT-717 Signed-off-by: Yang Xu <yang.xu3@huawei.com> (cherry picked from commit 1a0a0466716419880ab6b1fc6a94ec82a2966cb0)
2018-11-19Fix preload for MRBrian Freeman1-0/+2
Issue-ID: INT-717 Change-Id: I820a1f21404c488f2efa730ace75fb287370fe8a Signed-off-by: Brian Freeman <bf1936@att.com>
2018-11-19Merge "Upgrade version for PNF pom"Gary Wu2-4/+4
2018-11-19Upgrade version for PNF pomMarcin Migdal2-4/+4
Change-Id: I9f97e18efe2c4900a5fe9c402501bffd63e578cd Issue-ID: INT-725 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-11-19Merge "Adaptation of PnP PNF simulator heat template"Gary Wu1-0/+165
2018-11-19Adaptation of PnP PNF simulator heat templatekrzysztof kuzmicki1-0/+165
Issue-ID: INT-744 Change-Id: I48a9043b629ad0c3113eb109e958f90c66747abc Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com>