aboutsummaryrefslogtreecommitdiffstats
path: root/plans
AgeCommit message (Collapse)AuthorFilesLines
2019-07-01DFC - Adapt CSIT to dublin branchelinuxhenrik1-1/+1
Changed dependency to integration repo to the dublin branch. Change-Id: I09b2c7ceb0b6fe82a51091d2d0f8251affeaed66 Issue-ID: DCAEGEN2-1453 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2019-06-17Fixing image download problemBilal A1-0/+2
Adding fallback image name to download if image name present in pom.xml is not available in nexus repo. Issue-ID: POLICY-1864 Signed-off-by: Bilal A <bilal@research.att.com> Change-Id: I0f00faef1e33a27edd195de3eba82276ca38d501
2019-06-10Pull correct docker images.Bilal A4-2/+38
Enables Policy CSITs for API, PAP, Distribution and XACML-PDP to pull correct docker images based on the code branch. Issue-ID: POLICY-1834 Signed-off-by: Bilal A <bilal@research.att.com> Change-Id: I6b99c8ae9cb78dd8ebddc522bc2a7080ec6e5735
2019-06-06Fix to use dublin branch code for dublin CSITs.Bilal A2-2/+2
Issue-ID: POLICY-1630 Signed-off-by: Bilal A <bilal@research.att.com> Change-Id: I5df6e411fda9b985545294afc3137f9351ca8e11
2019-06-05Run DB script before starting other containersJim Hahn6-85/+36
The other containers were starting before their user names had been added to the DB. Consequently, they were aborting at start-up. Modified the various setup.sh scripts to run the DB-init script before starting the remaing containers. Also add start_all to start the containers and wait for the ports to start listening, eliminating the need for the "curl" tests in the setup.sh scripts. Also removed version numbers from some yml files. Change-Id: Idd9ff81b3ab4a78926b644f22360c9222afe82d5 Issue-ID: POLICY-1829 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-06-03Restructure CSITs for info and timeoutsjhh2-0/+8
Change-Id: I8a1bf5d44da267e58f26e877fc0eba7189166424 Issue-ID: POLICY-1712 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> (cherry picked from commit de399b090495c66e7c8ae5f07c1b60056b886656)
2019-06-03Xacml-PDP CSIT tests with DmaaP SimulatorMichael Mokry2-5/+78
1. Added test cases for creating policy, deploying policy, and getting a decision for monitoring policies 2. Included statistics check between some tests 3. Modified to use dmaap simulator, policy-pap, and policy-api for end to end tests 5. UPDATE: made changes per Ajith's review 6. Removed most config overrides and changed dmaap to message-router where appropriate Change-Id: Ia9935193f189f249e11f23b2ffe49f87090b7b54 Issue-ID: POLICY-1767 Signed-off-by: Jim Hahn <jrh3@att.com> (Adding to dublin branch) Signed-off-by: Bilal A <bilal@research.att.com>
2019-05-31Adding end to end CSIT test cases for PDP-Aa.sreekumar2-6/+79
1) Adding test case to do health check of PDP-A. 2) Adding test case for end to end testing - create policy type and policy using Policy API, deploy policy using PAP API and then execute policy in APEX engine. Change-Id: I97b208f4d7c319f993515719795d022ddfc429fa Issue-ID: POLICY-1739 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech> (cherry picked from commit 7d80c38635b4cf7ec0d517a95c63772c4c9aface)
2019-05-31INT-1085: Upgrade SDNC image and certs in CSITDarraghEgan4-14/+8
The SDNC image used for testing in CSIT is an older image version so this needs to be updated to a newer version which is 1.5.2 Also the certs are outdated as server.crt is no longer a mandatory file. Issue-ID: INT-1085 Change-Id: I081a8e79864619d750dbc838750b112a9bbadf53 Signed-off-by: DarraghEgan <darragh.egan@est.tech>
2019-05-22Update PM-Mapper image versionGerard Hickey1-1/+1
Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: Iabe2089070452635a81a5770f56531e5a585883b Issue-ID: INT-863
2019-05-21Update of Dr branch and DFC versionLiamBurke2-2/+2
Change-Id: Iee9ea1e2fa08993e35ae3c903b5b5a3a7e4e695b Issue-ID: INT-832 Signed-off-by: LiamBurke <liam.burke@ericsson.com>
2019-05-17Add dublin version to dublin csit tests for DReconwar1-4/+4
Change-Id: I7b40fd3df3062953a2e3e59155cad76caf51f603 Issue-ID: DMAAP-1204 Signed-off-by: econwar <conor.ward@est.tech>
2019-05-10Switch to DMaaP kafka imagekjaniak4-7/+35
Change-Id: Ib3d58aec92d66a291cf97d5a72d42e7579e265db Issue-ID: DCAEGEN2-1448 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2019-05-07Merge "Update DFC version for Dublin" into dublinGary Wu1-1/+1
2019-05-07Update DFC version for DublinLiamBurke1-1/+1
Change-Id: I49dd47132387c9c1e916649f14d6a4bd5f1a81b8 Issue-ID: INT-832 Signed-off-by: LiamBurke <liam.burke@ericsson.com>
2019-05-07Fix and update on version for dublin branch - PM Mapperrajendrajaiswal1-2/+2
Change-Id: Id09eb2ae4dec4a2a0b5c3b9b98503572824b0cd7 Issue-ID: INT-863 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2019-05-03Updates for e2e DublinLiamBurke2-8/+8
Change-Id: Iec549a17e07d4656bf57a8492ac4f85b107060f6 Issue-ID: INT-832 Signed-off-by: LiamBurke <liam.burke@ericsson.com>
2019-04-23Merge "print log for ztevnfmadaptor"yunlong ying2-0/+7
2019-04-23Merge "print log for gvnfmadaptor"yunlong ying2-0/+7
2019-04-23print log for ztevnfmadaptorfujinhua2-0/+7
Change-Id: I94ba8d4446a932ba371d62fd0d82293218480a37 Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-23print log for gvnfmadaptorfujinhua2-0/+7
Change-Id: Ib292e2db40bb3d70f4e3e206753b260741ddd5e5 Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-22Merge "CSIT version variance handling"Daniel Rose1-3/+2
2019-04-22Merge "changing simulator and endpoints for change management testing"Gary Wu3-0/+62
2019-04-22CSIT version variance handlingInstrumental1-3/+2
Issue-ID: AAF-816 Change-Id: I90c0904000e9b12551b76a46515bd196ec417439 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-22add modeling generic parser robot testyangyan3-0/+94
Change-Id: Ibc1f3fd642c82fd4889f8e03310269715dc66fd6 Issue-ID: MODELING-156 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-04-20print log for vnfres csitfujinhua2-0/+10
Change-Id: I62f810e6ae812a1741675f57bcb5496814fbddcf Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-20print log for vnfmgr csitfujinhua2-0/+10
Change-Id: I02510f0f1fe522ece68f115f3665c4ea4c05d4cc Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-20print log for catalog csitfujinhua2-0/+7
Change-Id: I77abce34ea18125d08ee15df5097780dc08984ff Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-20Add logs for lcm csit shfujinhua2-10/+10
Change-Id: I4c9ae67be67e7e220fbee59214930c0f610991fb Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-19Flesh out PAP CSITsJim Hahn2-0/+25
This exercises all of the PAP REST APIs, except for the simple policy "deploy" API. Change-Id: I681c4c40f05f6e343a782e764f7f939ecbb31258 Issue-ID: POLICY-1672 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-04-18Finish drools CSIT infrapdragosh8-37/+84
Basic health check for now. Need to have ci-management jobs enabled for this to work on every merge. Cleaning out unused scripts and mock server. Renaming policy engine script so its obvious that is what it is for. Issue-ID: POLICY-1651 Change-Id: I469823795d4a9f5531d150610ba2ed0b75585677 Signed-off-by: pdragosh <pdragosh@research.att.com> Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> Signed-off-by: pdragosh <pdragosh@research.att.com> Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-04-18changing simulator and endpoints for change management testingBartosz Gardziejewski3-0/+62
Change-Id: I18d92c130181f6440cf2b68cfd864de686833c67 Issue-ID: VID-462 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-16Updates to DFC CSIT testBjornMagnussonXA1-2/+2
Adaptation of Functional tests due to updated dfc simulators Adaptation of Management tests due to changes in DFC app Removed test for FTPS due to issue with ftps sim cert Issue-ID: DCAEGEN2-1434 Change-Id: Ic92ac4901586cb55164177a8640ba23b60c02f0d Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
2019-04-16PRH fail-fast setupkurczews1-2/+4
Issue-ID: INT-1027 Change-Id: I5bc92b1dc886dc0fbdfe06048b2f87aaf8b1d1c2 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-04-16Merge "Update cist sh for vnfres"yunlong ying2-0/+13
2019-04-16Merge "Update cist sh for vnfmgr"yunlong ying2-0/+13
2019-04-16Update cist sh for vnfresfujinhua2-0/+13
Change-Id: I2383dda193d5b1b2d53a7cdc703aa059a5edd413 Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-16Merge "Attempt to check CSIT Wait for CBS startup"Mariusz Wagner1-1/+3
2019-04-16Update cist sh for vnfmgrfujinhua2-0/+13
Change-Id: I62f3408fd4584bf3e416705aff46cd59878c5e36 Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-15Merge "DB Connection Setup for API and PAP for CSIT"Gary Wu4-2/+47
2019-04-15Attempt to check CSITMarcin Migdal1-1/+3
Wait for CBS startup Change-Id: I0cae12fdfeed7a25593d98e66b7e2353b3efff29 Issue-ID: INT-989 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-04-15DB Connection Setup for API and PAP for CSITBilal A4-2/+47
1) Adds CSIT Test for API 2) Adds a mariadb container setup and configuration for API. 3) Adds a mariadb container setup and configuration for PAP. Change-Id: I9beea4f2445215bc95962ebceb4ec626dd0d5521 Issue-ID: POLICY-1270 Signed-off-by: Bilal A <bilal@research.att.com>
2019-04-12Merge "Attempt to check CSIT Consul and CBS discovery fix"Gary Wu2-1/+16
2019-04-12Attempt to check CSITMarcin Migdal2-1/+16
Consul and CBS discovery fix Change-Id: I0e3ded421b9f285c28a3b5307138adcdec022cca Issue-ID: INT-989 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-04-11Modify the endpoints.jsonLiamBurke2-5/+5
Change-Id: I4e70e1eb2e75cd81f5022537bb460d9a779bf2f3 Issue-ID: INT-832 Signed-off-by: LiamBurke <liam.burke@ericsson.com>
2019-04-11Merge "Adding PM Mapper Test to BulkPMe2e tests"Gary Wu3-4/+21
2019-04-11Adding PM Mapper Test to BulkPMe2e testsLiamBurke3-4/+21
-Check PM Mapper contains XML file -Check MR contains PMMeas VES Change-Id: I8f86aa75ace47ce4c00136169832136c3fac8a92 Issue-ID: INT-832 Signed-off-by: LiamBurke <liam.burke@ericsson.com>
2019-04-11Test configuration updates in CSITsFilip Krzywka2-2/+2
Change-Id: Ia02938d078baaf60b430ec4ca45c6ad9f24663a1 Issue-ID: DCAEGEN2-1381 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-04-11Merge "fix failing mrpubsub job"Gary Wu2-54/+5
2019-04-10fix failing mrpubsub jobsunil.unnava2-54/+5
Issue-ID: DMAAP-1156 Change-Id: Ic449eefa2ed157630bb8e3bf830e406f09b5aa42 Signed-off-by: sunil.unnava <sunil.unnava@att.com>