aboutsummaryrefslogtreecommitdiffstats
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2023-04-05[ROBOT] Fix docker build process1.12.1efiacor1-63/+59
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ic6e9552e0ee09d4a841175abb62306cd6db27ed5 Issue-ID: INT-2210
2023-02-03[AAF] Adapt the tests for the AAF removalAndreas Geissler1-1/+1
repair the VES test, HVVES test remove AAF from Healthcheck and repair DMAAP health check Issue-ID: TEST-390 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I355ad9b1f7c3c58a7b1fe222da9bc5b42a620e49
2023-02-01[DMAAP] fix the references to the dmaap interface filesAndreas Geissler1-1/+1
Issue-ID: TEST-390 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I5bad4685fd1a2377613298d46e1f87b264185ac7
2023-02-01Add python link to python3 in dockerfileAndreas Geissler1-0/+1
Issue-ID: TEST-390 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I5d8aa8c2459b215c54f7c18628570e04a8bcad12
2022-12-22Use newer ubuntu and Python 3 to fix docker build failuerMichal Jagiello1-7/+7
It's related with updated on robotframework which requires Python 3. Let's see if it will work all together... Issue-ID: INT-2183 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Idf376c77d90264e9cec5aa96f5b8838ba8b01588
2022-03-17[INTEGRATION] Fix failing HVVES test case in Jakarta releaseKrzysztof Kuzmicki1-1/+4
Fix failing HVVES test case in Jakarta release Issue-ID: TEST-383 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I859394754c23992b5af65d20cc15559b19832618
2021-12-07[ROBOT] ADD BULKPM test cases that use helm based component servicesKrzysztof Kuzmicki1-7/+6
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I32389f4f0cd0d2e9fb7b73b99554a4722c4687d0
2021-01-18[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save spacePratik raj1-3/+3
using "--no-cache-dir" flag in pip install ,make sure downloaded packages by pip don't cached on system . This is a best practice which make sure to fetch from repo instead of using local cached one . Further , in case of Docker Containers , by restricting caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: INT-1816 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: I2b55999209f3e9f617cf4fa2a19ff2544641dbc2
2020-12-01Remove Heatbridge for testingBrian Freeman1-2/+3
Issue-ID: INT-1791 Change-Id: I6363d90a77afae2663b481d1d942b3c7ed9bdd92 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-10-14Fix Docker filemrichomme1-1/+1
broken by I79ac8cfc4755b134fa214d21cc71cc2b2067461b Issue-ID: INT-1716 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ia51b0ce3bbc6f8a3d3a8db6148a842626418fbd6
2020-10-12Add CMPv2 E2E test case in robot test suiteKrzysztof Kuzmicki1-1/+9
Issue-ID: INT-1731 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I79ac8cfc4755b134fa214d21cc71cc2b2067461b
2020-04-09Temp fix to clone third party dockers in testsuite dockermrichomme1-39/+33
Note that this patch shall be ephemeral as a migration to python3 with new helm structure is in progress Issue-ID: TEST-229 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I5ecbc22b607379e061b9c3f4ded51635100a180b Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-01ROBOT e2e test cases improvements for csar/zip tosca package validation in ↵Krzysztof Kuzmicki1-1/+2
VNFSDK and SDC Onbarding Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I87dd001822e2fe2f61a731167250eb56e724b606
2020-03-20Testsuite docker build fixLucjan Bryndza1-3/+5
Configuration files authorization and lighttpd.conf are in the excluded docker directory in .dockerignore so the container won't build. Copying all files also causes to copy files not used in runtime. Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: TEST-229 Change-Id: I3591dc686e1d2e3f1ce2982a5f6953bf02007634
2020-03-05[INT] Adding setuptools and wheel for 3.7stark, steven1-0/+1
Issue-ID: INT-1476 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I58011896645e96f9c051e282bfd32e28b213f909
2019-09-12[INT] Add testsuite for vnf lifecycle validationstark, steven1-1/+11
The new testsuite is intended for heat-based VNFs going through the OPNFV VNF lifecycle validation. At the end of the test it will package up the results into a tarball for submission to the OVP portal. The testcase uploads a VNF pacakge and - executes the VVP validation scripts - models and distributes in SDC - instantiates via VID - validates the stack in OpenStack WIP instructions available here: https://wiki.onap.org/pages/viewpage.action?pageId=68546123 Issue-ID: INT-1197 Change-Id: I2ef827c64b64bdc7e2259806d86d6272cf77221c Signed-off-by: stark, steven <steven.stark@att.com>
2019-07-29renaming openecomp to onapDR695H1-1/+1
Issue-ID: TEST-27 Change-Id: I8449025f1032719f04d0e283e12d9f9bc75542b7 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03replace protobuf cli with robot libDR695H1-1/+1
Change-Id: I230ef223b8a9264d5935d7cdbccc7db8986c2257 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-09upgrade to python3 librariesDR695H1-1/+1
basing the code off of robot framework 3.1.1 instead of 3.0, replacing selenium2lib with selnium lib and selenium3, replacing extendedselenium with angularjs lib. Fixing most warnings and all errors from these moves Change-Id: Ifed68c5b8cd28c7bbdc80ee7245860914bdee5b4 Issue-ID: TEST-151 Signed-off-by: DR695H <dr695h@att.com>
2019-04-10Add helm project tags and cleanupBrian Freeman1-1/+2
eteHelm-k8s.sh included in testsuite for testing Issue-ID: INT-992 Change-Id: I1f0ca13ecf223076ba5088827b49132b18ac110e Signed-off-by: Brian Freeman <bf1936@att.com>
2019-02-20Make image arm64-compatiblePuzikov Dmitry1-42/+44
Modify Dockerfile to allow image building and running on arm64 platform Issue-ID: INT-874 Change-Id: I7f35c56b94d777fcf31bc5edd2dcef306a72175a Signed-off-by: Puzikov Dmitry <dmitry.puzikov@tieto.com>
2019-02-18Change OpenECOMP_ETE to ONAPBrian Freeman2-11/+11
Issue-ID: INT-891 Change-Id: I848eea5334310d60ad7c86f641a630ddc09d29f9 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-12-17Specify robotframework package versionYang Xu1-1/+1
Change-Id: Ic5cb101bc11d5a7decab1dace07efc746a121c5e Issue-ID: TEST-136 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-11-01Add mime type for png screen shotsGary Wu1-0/+1
Change-Id: Idee9d7878c7bf090da0a178ae51e56fe3460b0fb Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-30Enable compresion in lighttpdGary Wu1-0/+4
Change-Id: I70345abe51ed561c28292748bcc14dded4b3427e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-25Add default user/password for robot web serverGary Wu2-0/+2
Change-Id: I5af21fa87665d4e0d419af6e6f5cad23c9af38ab Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-14Add xxd for decryptionBrian Freeman1-0/+1
Issue-ID: INT-515 Change-Id: I099cd9b584207508c6aca6f701da85a01ed531e8 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-08-03Remove obsolete filesGary Wu2-73/+0
Change-Id: I0075d16a8cbe67b93e9ac68d5a5033767aac1459 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-26Fix mode on ssh keysBrian Freeman1-0/+3
Issue-ID: TEST-111 Change-Id: I1c76efad242a866a0d47597b42ad2b390d15df3a Signed-off-by: Brian Freeman <bf1936@att.com>
2018-03-05Install python2.7 rather than python=2.7.11-1Jerry Flood1-1/+1
Issue-ID: TEST-81 Change-Id: I8f678a16e5b532f537c7a587dfd574d627702137 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-19Additional mimetypes for lighttpdGary Wu1-1/+4
Add mimetype assignments to lighttpd to fix issue with unassigned file types being sent without Last-Modified header. Change-Id: I62e3b2b0cb70c29585b2db1ad85e8ba1ec53acfa Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-11Restructuring Dockerfile to debug failureJerry Flood1-9/+22
Issue: TEST-65 Change-Id: I790b0bcf81d07c68d3283e592d6107bbb44fb210 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-09Add latest heat templates for vFW and vLBJerry Flood1-0/+6
Issue: TEST-63 Change-Id: Id3f1a87f89306b4a1c23677fec1c4e39940dfa9c Signed-off-by: Jerry Flood <jf9860@att.com>
2017-07-14Clean up DockerfileChuck Short1-10/+11
- Alphabetize dependencies so it will be easier to maintain in the long run. - Chain commands so less layers are used. Change-Id: I068df08af662b8b6cd823f07d55c3f5294242428 Signed-off-by: Chuck Short <charles.short@ericsson.com>
2017-06-05Make the soak test shells executable (properly)Jerry Flood1-2/+2
Issue: TEST-38 Change-Id: I965f0d3851492538b22f18984a630adbf7e388d0 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-06-02Added support for soak test config fileJerry Flood1-2/+4
Issue: TEST-38 Change-Id: I40fdad36019cbfa6bee6e9ef7bf6193deb27fd47 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-01TEST-17 secure robot and generate pageJerry Flood1-1/+11
Change-Id: Ifa0659a504e540cbaf5fc2dea3bfabae9690ea02 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-02-23updating the dockerfile to account for opensourceDR695H1-2/+2
updating the dockerfile to account for opensource since we are no longer checking out in a sub directory Change-Id: I2a10ce096c170941a1f4ccc87572f87db7262a34 Signed-off-by: DR695H <dr695h@att.com>
2017-02-22Complete teardown implementation.jf98601-0/+54
Add demo.sh to support hands on demo Change-Id: Idf235957bd992e6d7482c8241f6ba8b8944c2826 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-17Initial checkin of EopenECOMP testsuiteDR695H3-0/+74
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>