aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-21Adding tenant endpointswaqas.ikram26-144/+319
Change-Id: I956422b6383a913340f8c40735a25fdf7058c735 Issue-ID: SO-2219 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-20Adding cloud region endpointswaqas.ikram22-159/+705
Change-Id: I68563dd035b4e52b29ddce012a84b9124a8a48e3 Issue-ID: SO-2219 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-20Adding line of business relationship endpointwaqas.ikram16-164/+301
Change-Id: I7e03a8faf50c0712e67c2f70819abbd2db0e25a6 Issue-ID: SO-2219 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-19Adding aai line of business endpointswaqas.ikram16-208/+466
Change-Id: Ic81d3bef49ad4549471f7b618e4aa98ac2725ca7 Issue-ID: SO-2219 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-19Adding aai platform endpointswaqas.ikram25-99/+717
Change-Id: Ibe08bf0a6f7e65632a1ebc7a539272f55a049eaf Issue-ID: SO-2219 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-19Take CSIT preparations to separate scriptkaihlavi2-45/+69
- Move all installation steps to prepare-csit.sh - Clone ci-management if necessary (instead of expecting it to exist) - Other minor adjustments Issue-ID: TEST-197 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I41437eaf53b7b33cb3cf2bed7e372d0843fce64d
2019-08-16Adding generic vnf and relationship endpointswaqas.ikram31-76/+1272
Change-Id: I14a331e1a2d46dcb8f4b5ecd39723156a9da5754 Issue-ID: SO-2219 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-14Minor update to wait-for-container scriptwaqas.ikram3-13/+24
Change-Id: I60fe89b1c16b961718e371f5bcf54b9d884160a7 Issue-ID: SO-2144 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-13Create basic Test case to invoke ETSI floweHanan5-9/+98
Change-Id: I6786ec0a97789965825f4d0b390a44c5a3aa5d64 Issue-ID: SO-2144 Signed-off-by: eHanan <eoin.hanan@est.tech>
2019-08-13Merge "INT:1183 fix csit for sdnc_netconf_tls_post_deploy"Daniel Rose1-14/+6
2019-08-13Adding wait for container to startup scriptwaqas.ikram4-3/+149
Change-Id: I8da9a26b01d0522526811e39db4a044a845293ca Issue-ID: SO-2144 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-12Fixing minor bugswaqas.ikram7-33/+30
Change-Id: Ic6a555135fdefd03cd720ab4eb87cc8fff20029e Issue-ID: SO-1953 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-12Merge "Remove redundant robot variable"Daniel Rose2-15/+29
2019-08-12Fix numerous fatal errors and other typoskaihlavi3-1080/+992
Issue-ID: PORTAL-702 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I656a3aca0910d194375391b2e29781389b08df07
2019-08-12Remove redundant robot variablekaihlavi2-15/+29
Remove the setting of unused BE_IP Robot variable and add copyright to script Change-Id: I6248ab469dfab5383f7ada852de3f39784dd3faa Issue-ID: SDC-2505 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-08-08Adding correct user in aai simulatorwaqas.ikram11-137/+235
Plus Fixing belows issues - NullpointerException in aai simulator - Service Type update in catalogdb - OutputRequest format in sdnc simulator Change-Id: I87c8b814e93cf9bc83b62e90b868c603a15a5560 Issue-ID: SO-1953 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-08Merge "Use ONAPLibrary.SDC in SDC-DCAE-DS communication"Daniel Rose1-27/+6
2019-08-08Use ONAPLibrary.SDC in SDC-DCAE-DS communicationkaihlavi1-27/+6
Refactor SDC-DCAE-DS CSIT further by taking ONAPLibrary.SDC in use also for communications with SDC-DCAE-DS Issue-ID: TEST-186 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: Ib87ef5da180ebac9248734721c133aa834e43a1a
2019-08-07Populate AAI Simulator Docker Jobwaqas.ikram8-2/+292
Change-Id: I91f8e5c7b21930974f0a7264c9735c4b0375026a Issue-ID: SO-2182 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-06Adding basic support for sdnc simwaqas.ikram25-122/+475
Change-Id: I84ff3c7c22642d41f77cc2ce789b1cc711da9729 Issue-ID: SO-1950 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-06Add MSB paramerter to csit when start nslcmyangyan1-1/+1
Change-Id: I1952d61e3a3dde7a00b31ff9ce4d41cf675013e5 Issue-ID: VFC-1479 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-08-02Adding operations endpoint for sdn-c simulatorwaqas.ikram16-9/+937
Change-Id: I02d6e988ff0f307bb8590eb3634505a01d656ea1 Issue-ID: SO-1950 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-02Merge "Adding infrastructure for sdnc simulator"Fu Jinhua55-191/+460
2019-08-01Merge "Take ONAPLibrary.SDC in use in DCAE-DS CSIT"Daniel Rose1-46/+18
2019-08-01Merge "Replace json_templater usage"Daniel Rose15-132/+122
2019-08-01INT:1183 fix csit for sdnc_netconf_tls_post_deploytragait1-14/+6
Change-Id: Idea342ebf1aa143eaaf51f1506886e6f3fe9d898 Issue-ID: INT-1183 Signed-off-by: tragait <rahul.tyagi@est.tech>
2019-08-01Adding infrastructure for sdnc simulatorwaqas.ikram55-191/+460
- Changing package names as csit jenkins jobs are trigger based on component names defined in file path Change-Id: Ib8b75ce11185c37bed0d8f4e3918b6660cf24ec8 Issue-ID: SO-1950 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-01Merge "Update to Setup and Testcases due to PM Mapper dmaap plugin feature"Daniel Rose4-18/+17
2019-08-01Take ONAPLibrary.SDC in use in DCAE-DS CSITkaihlavi1-46/+18
- Replace old SDC communication with new ONAPLibrary.SDC methods - Use ONAPLibrary also for Base64 encoding Issue-ID: TEST-186 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I8f1b0898508fe3117a542c7ee3254beba2e50bb6
2019-08-01Adding basic auth support to sdc simwaqas.ikram12-65/+255
Change-Id: Ifa01f084150ec0f67e30e18a4f74c35633a4c0a7 Issue-ID: SO-1949 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-08-01Replace json_templater usagekaihlavi15-132/+122
Remove project-specific json_templater.robot file and adjust the tests to use ONAPLibrary.Templating instead following the example here: https://gerrit.onap.org/r/#/c/integration/csit/+/90264/ Issue-ID: TEST-181 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I29edbbbb054f100fdb92981cc4c1e44402d7cad7
2019-08-01Update to Setup and Testcases due to PM Mapper dmaap plugin featurerajendrajaiswal4-18/+17
Change-Id: I81945e730019a6035e838b71094eb8616eaee235 Issue-ID: DCAEGEN2-1581 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2019-08-01Merge "Adding VNFM-Simulator Docker image to CSIT tests"Fu Jinhua1-0/+18
2019-07-31Adding owning-entity endpointwaqas.ikram21-54/+744
Change-Id: I2d0e05bc8563d86be38440dcbed7b2abcfe6411c Issue-ID: SO-1953 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-07-31Merge "Update to Setup and Test Case due to dmaap plugin feature in PM Mapper"Daniel Rose8-130/+127
2019-07-31Adding VNFM-Simulator Docker image to CSIT testsAndrewLamb1-0/+18
Change-Id: I8212d40894bbe62e5a4c42cddd1d95643a71afdf Issue-ID: SO-1952 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-07-30Adding aai nodes endpointwaqas.ikram17-40/+800
Change-Id: I79d7533caebf504fd3a30abd2c35b7537c14b5af Issue-ID: SO-1953 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-07-30Update to Setup and Test Case due to dmaap plugin feature in PM Mapperrajendrajaiswal8-130/+127
Change-Id: I1eece6a9f642bdf989c91810bff8d859c7cb95db Issue-ID: DCAEGEN2-1581 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2019-07-30Merge "Add required docker images for ETSI flow tests"Fu Jinhua1-33/+157
2019-07-30Merge "Adding project endpoint and https support"Fu Jinhua24-131/+737
2019-07-29Adding project endpoint and https supportwaqas.ikram24-131/+737
Change-Id: Id5ee9f335ff8e5bb84b537bdc544b6608a35ecf0 Issue-ID: SO-1953 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-07-29Add required docker images for ETSI flow testsrobert.tomczyk1-33/+157
Change-Id: Idea925e11c8324f098dbdc77638e8693c098fda7 Issue-ID: SO-2144 Signed-off-by: robert.tomczyk <robert.tomczyk@est.tech>
2019-07-29Update VID Workflow input idIttay Stern2-6/+6
Change-Id: Ifa79040eb24e0147b0a8d9aa5e2fb7be21a3b745 Issue-ID: VID-532 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-27Merge "Adding service instances endpoint supports"Fu Jinhua12-130/+634
2019-07-26Adding service instances endpoint supportswaqas.ikram12-130/+634
Change-Id: I778d750fe68a88b10eacb9b447a2a96e670b181c Issue-ID: SO-1953 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-07-26Fix corrupted Zip Archive for SO-1948rope2521-0/+0
iChange-Id: I6d6fb35228fbfbae061b6a454fc7d26245059f48 Issue-ID: SO-1948 Signed-off-by: rope252 <gareth.roper@est.tech> Change-Id: I6ba8c0fb410254e6fb2685b2941b1b4d9a244f04
2019-07-25Merge "Simulate Service Distribution of SDC Service in Catalog DB"Gary Wu5-0/+157
2019-07-25Simulate Service Distribution of SDC Service in Catalog DBrope2525-0/+157
Change-Id: I9437305940dacd985ad12d0af3c19ba2b78eca0b Issue-ID: SO-1948 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-07-25Adding wait for script for checking hostwaqas.ikram1-0/+138
Change-Id: Ib7004cec2fad3808cab6b15604cc11a87b06b953 Issue-ID: SO-2144 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-07-25Align VFC-catalog MSB RegisterOlivia.Zhan1-1/+1
Issue-ID: VFC-1449 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I55f0cb8810814d61ce98c9c3136664ecd78988dc