aboutsummaryrefslogtreecommitdiffstats
path: root/plans
AgeCommit message (Collapse)AuthorFilesLines
2019-10-09Merge "fix csit appc"Daniel Rose1-3/+3
2019-10-09Add support for https tests for SDC-DCAE-DPetr Ospalý1-0/+25
This commit introduces a new set of variables for sdc-dcae-d test in the same style as was for sdc tests. Some refactor had to be done to make it work and make it less copy-pasted. Issue-ID: SDC-2564 Change-Id: Ic0725dbc4643d0563594f28d2a772968e291f788 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
2019-10-04Move the VNFM Simulator into CSITAndrewLamb42-4/+19789
Change-Id: I7335be1a0adb033813fa5405526e95460134d9a6 Issue-ID: SO-1952 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-10-01Merge "CSIT fix vnfsdk"Daniel Rose1-3/+2
2019-10-01Merge "fix csit test for portal-sdk"Daniel Rose1-4/+3
2019-10-01Merge "fix portal csit tests"Daniel Rose1-4/+3
2019-10-01Merge "fix sdnc csit tests"Daniel Rose1-3/+2
2019-10-01CSIT fix vnfsdkumry83641-3/+2
Split 95349 into sub patches Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I3ad59af825f117a9a4abbdeb29cb3eb653aafb56
2019-10-01fix sdnc csit testsumry83641-3/+2
split 95349 into sub patches Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: If196a642eb3a60dff6041718abeb8a68649203e4
2019-10-01fix portal csit testsumry83641-4/+3
split 95349 into sub patches Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I9b3130466286038ed1de99703efd2574c3638e4d
2019-10-01fix csit test for portal-sdkumry83641-4/+3
split 95349 into sub patches Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I966a740ff04abe9991d60aa1a55ac813efe1885e
2019-10-01csit fix ccsdkumry83641-1/+1
split 95349 into smaller patches Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I04b1877a0d174d05e109b8863091de1d44bd6fd2
2019-10-01fix csit appcumry83641-3/+3
split 95349 into several patches Issue-ID: INT-1237 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I687f6fea73eeaf55a3c245077dd63ce53ffda7d3
2019-09-26Update config-over-netconf with el-alto imagestragait11-239/+337
Change-Id: I06b7aaefe7dd40e20ac094074f5c0840867f1717 Signed-off-by: tragait <rahul.tyagi@est.tech> Issue-ID: INT-1262
2019-09-25Adding required update to aai-simulator for SO-2352waqas.ikram8-10/+199
Change-Id: I44f31612095b90796c00f32ee5da1906a9ce0438 Issue-ID: INT-1274 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-09-25Fixing service delete in sdnc simulatorwaqas.ikram6-15/+140
Change-Id: I76a52aaa102e08b27d20e1bc908f145b4256595e Issue-ID: SO-2342 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-09-24Merge "Adding service delete endpoint in aai simulator"Daniel Rose4-2/+93
2019-09-24Increase speed of distribute service template test in ETSI CSIT Tests + ↵rope2523-3/+84
update docker-compose.local image names Change-Id: Iceee9deda65997a5db81b2e7a4b7f38580d77343 Issue-ID: SO-2336 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-09-24Adding service delete endpoint in aai simulatorwaqas.ikram4-2/+93
Change-Id: Ib4e99dadd3937657c63ed508b68384ecd98bfc88 Issue-ID: SO-2342 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-09-23Merge "Create CSIT test for VNF delete"Daniel Rose1-1/+1
2019-09-23Adding service delete endpoint in sdnc simulatorwaqas.ikram6-8/+129
Change-Id: I7c849b32a7b920becd6b7f9622e5f5bbe01eebe0 Issue-ID: SO-2342 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-09-23Create CSIT test for VNF deleteeHanan1-1/+1
Change-Id: I008f336753aff45938931e1b42e15b0c2ec32098 Issue-ID: SO-2342 Signed-off-by: eHanan <eoin.hanan@est.tech>
2019-09-23Merge "Update sdc nightly"Daniel Rose1-5/+37
2019-09-23Merge "Add support for HTTPS in SDC sanity/uiSanity tests"Daniel Rose2-0/+6
2019-09-20Fixing vServer relationship endpointwaqas.ikram7-3/+256
Change-Id: I1a4baee44284958876d6d7e71338e7fd6d9aac04 Issue-ID: SO-2342 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-09-20Update sdc nightlyPetr Ospalý1-5/+37
It is basically the same as sanity test. Updated with the sanity changes and removed unused variable for robot. Nightly tends to fail in jenkins but there is no reason for it if sanity succeeds. When run manually it works fine. Issue-ID: SDC-2558 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com> Change-Id: I174867d85e5979b879f4b7de926e193d1453763c
2019-09-20Add support for HTTPS in SDC sanity/uiSanity testsPetr Ospalý2-0/+6
New variable: SDC_TEST_HTTPS Adjusted robot test too and fixed bad naming there - it was not the SDC BE container but SDC FE. For this change to work the upstream change in SDC has to be merged too - or use this only with a local repo and with some proper setup. + Added quotes around shell variables Issue-ID: SDC-2564 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com> Change-Id: I3db9f2e1c22a539df3b6c356bd91f67f0328cbd7 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
2019-09-19Run CSIT Tests on Latest Images 1.5.2waqas.ikram9-39/+250
Change-Id: I126c97ea9b05cb3a38f40d84e945fab6a2a7a522 Issue-ID: SO-2296 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-09-19Merge "Adding vserver delete endpoints"Daniel Rose6-1/+99
2019-09-19Adding vserver delete endpointswaqas.ikram6-1/+99
Change-Id: If866e63b2b6725a5c8141c6764189654f9be75b3 Issue-ID: SO-2342 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-09-19Merge "update csit test for modeling/etsicatalog project"Daniel Rose3-7/+8
2019-09-19Merge "update dfc using common certifiates"Daniel Rose3-9/+40
2019-09-19Merge "Add application.log to console"Daniel Rose2-2/+2
2019-09-19Merge "remove vnfm adapter tests"Daniel Rose4-74/+0
2019-09-18Adding delete endpoint for vnfwaqas.ikram12-16/+250
Change-Id: If982dcf160096329df2918a38afc41ee3f322085 Issue-ID: SO-2342 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-09-17Add application.log to consoleyanhuanwang2-2/+2
Change-Id: I460152ca18de3ec1ec7e7035a932aa0f1e1f6be0 Signed-off-by: yanhuanwang <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-1702
2019-09-16remove vnfm adapter testseHanan4-74/+0
Change-Id: Icef48d1f70b62afecf57bd6cebeb8f9653d7e1fb Issue-ID: SO-2340 Signed-off-by: eHanan <eoin.hanan@est.tech>
2019-09-16Fixing SO-2337 filename too long issueeHanan29-16717/+4
Change-Id: I02ce1a948d79219e9c373f43a22c00dba57074ff Issue-ID: SO-2337 Signed-off-by: eHanan <eoin.hanan@est.tech>
2019-09-13Fix bug of DFC daily jenkins jobyanhuanwang1-0/+2
Change-Id: I59277bc4b259d1b91b3259e7985efca6b0639671 Signed-off-by: yanhuanwang <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-1702
2019-09-12Merge "POLICY: update of apache-maven repo URL"Daniel Rose3-6/+18
2019-09-12Merge "Add support for testing of local SDC images"Daniel Rose2-0/+45
2019-09-12Merge "Update dfc env variables"Daniel Rose1-2/+3
2019-09-12Switch hv-ves version from 1.2-SNAPSHOT to latestkjaniak2-2/+2
Besides latest version for HV-VES also Configbind version is top up Issue-ID: DCAEGEN2-1751 Change-Id: I39131ffe191315c9215858d646ae329fc9166ce8 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-09-12Update dfc env variablesyanhuanwang1-2/+3
Change-Id: Icc0620d18dc6b4e80ba8b17ca2b85444eedfe0e8 Issue-ID: DCAEGEN2-1702 Signed-off-by: Martin Yan <martin.c.yan@est.tech>
2019-09-12update csit test for modeling/etsicatalog projectdyh3-7/+8
Change-Id: If69c17fb0e7664ae6f24af284833daa46ed32b82 Issue-ID: MODELING-220 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2019-09-10Enable Run ETSI Tests against local docker imagesAndrewLamb4-3/+58
Change-Id: Ic1653a408676d0f3d17c52c64f96dc145fd07b61 Issue-ID: SO-2288 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-09-10Merge "Changing sdc directory to unzipped_sdc_csar"Daniel Rose29-104/+9
2019-09-10Merge "update dfc source to offical product"Daniel Rose1-2/+1
2019-09-10Changing sdc directory to unzipped_sdc_csarwaqas.ikram29-104/+9
Change-Id: I82c771869b58bcbc0357b0e7f9774e3487c04017 Issue-ID: INT-1243 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-09-10Solved sdc jenkins jobs triggeringeHanan1-7/+7
Change-Id: Ia05a51b58f4a6514c642f468e938d9c41af09ce9 Issue-ID: INT-1243 Signed-off-by: eHanan <eoin.hanan@est.tech>