aboutsummaryrefslogtreecommitdiffstats
path: root/S3Ptools
AgeCommit message (Collapse)AuthorFilesLines
2020-10-02optimize size and time using "--no-cache-dir"Pratik Raj1-1/+1
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing 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-1616 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Id3e28faf35f36258362323b4a96bcf0f3f95726b Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-03-05Fix indentation and whitespace issues in Python scriptsBartek Grzybowski1-4/+4
Reported by pylint. Change-Id: I9d5ee152f3587bb2d7e8abee919e4ffe47d8ae85 Issue-ID: INT-1427 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2018-06-20add Jmeter Test BVTranpollak1-0/+3147
Issue-ID: INT-300 Change-Id: Ic8085b673c1584779d11de56d9c476a2f09716b5 Signed-off-by: ranpollak <ran.pollak@amdocs.com>
2018-06-07Add BVT test for SDCranpollak1-0/+3663
Issue-ID: INT-300 Change-Id: Ia6d8416ca743f943d174e59d28988dc72f2d0fa4 Signed-off-by: ranpollak <ran.pollak@amdocs.com>
2018-05-29VF creation as base for more Tests on SCDranpollak1-0/+1627
Issue-ID: INT-300 Change-Id: I8d3604b5adaa18bfa0c093fc8fa0fce71c19b869 Signed-off-by: ranpollak <ran.pollak@amdocs.com>
2018-05-22Add Jmeter script 4.0ranpollak1-0/+6
Issue-ID: INT-300 Change-Id: I5cb70ced36ec1510e4ceec6da328f8200f75ad59 Signed-off-by: ranpollak <ran.pollak@amdocs.com>
2018-05-08Adding script for integrate locust with grafanaranpollak1-0/+8
Issue-ID: INT-300 Change-Id: I6e96549449426ab3533588d1d2bc450107201040 Signed-off-by: ranpollak <ran.pollak@amdocs.com>
2018-05-03insert the host into the locustfile.pyranpollak1-0/+1
Issue-ID: INT-300 Change-Id: Ieed7b055c1e19ab60d19f154b74d96999bad2f5f Signed-off-by: ranpollak <ran.pollak@amdocs.com>
2018-05-02add a folder for performence testingranpollak1-0/+27
Issue-ID: INT-300 Change-Id: Id2cfd915d56c82f70fe095b46ae2413ee0cf2829 Signed-off-by: ranpollak <ran.pollak@amdocs.com>