aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2024-04-09update link to upper-constraints.txtHEADmasterthmsdt1-2/+3
fix allowlist_externals in tox.ini Issue-ID: DOC-823 Change-Id: If6519321db36dea6a7b84ec480d02bdd340c9c71 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2021-07-20Add cps client to PCI appkrishnaa961-1/+1
- Add CPS client - Add configuration to switch between CPS and config DB Issue-ID: OPTFRA-978 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ibce259123864a16e5f9e3b8e53563151d8036a88
2021-06-01Fix sonar issuesMalarvizhi Paramasivam1-2/+2
Issue-ID: OPTFRA-946 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I6ccf61b6e07187f879d52c4c3b9f53b4188adf4a Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
2021-03-18Add CSIT to the repokrishnaa961-2/+0
Issue-ID: OPTFRA-930 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ic520caf5a2122d044de0e05b415d54955cd762a0
2020-09-18Add support to process NSI selection requestdhebeha1-1/+6
Issue-ID: OPTFRA-802 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I85d951061abc697714425bd223b89102d4f2ede9
2020-08-17Add new tox env to check for pep8 issueskrishnaa961-1/+13
The linter will check for issues in new and updated files for a new commit Issue-ID: OPTFRA-837 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I2e2c29753574cf8e37a65ec7a4a70bbb9f6cf50f
2020-03-23Refactor docker timeouts for opteng imagevrvarma1-0/+1
scikit-learning package is causing timeouts for alpine based docker. Change-Id: I1b8670bacce9135b74d01778da47926f10f09e6a Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-722
2020-03-04Adding the generic solver codevrvarma1-2/+3
Add docker file for optim engine Run pods as a non-root user Fix docker tag script Change-Id: If25fe66b839a70e83e35292031a2da012e81fe47 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-712
2020-02-19Add apps folder into the coverage reportsvrvarma1-2/+2
Change-Id: I1c222b6a5cc5bbdc6353ce1b06c03e44917849fd Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-698
2020-02-06Upgrade osdf oparent version to 3.0vrvarma1-0/+1
Updating tox.ini to check whether build issues are resolved Change-Id: I0ef428e2c48198d4342ca26372e2715354ff3836 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-686
2019-12-13osdf rearchitecture into apps and libsvrvarma1-1/+0
Change-Id: I2db2f8e252bd5e60807b2ffabf5a5b193a789f7a Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-637
2019-11-06Add onap log spec 1.2 for osdfvrvarma1-1/+5
OPTFRA-319 OPTFRA-607 and OPTFRA-629 included in this fix Change-Id: Ieeeaa0417ffa41360d790c01b0ef1404960e6b6a Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-319
2018-10-19Enable SMS in OSDFDileep Ranganathan1-1/+3
Load secrets from SMS in OSDF. Removed secrets from osdf_config.yaml. Unit tests to use the test/config/osdf_config.yaml. Helm charts uses a Job to load secrets. CSIT needs to load it using the preload tool provided by SMS. Change-Id: I0f832033476c02958f6392abba74e4d5a36cc902 Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-08-27Fixing functional test casesVarma, Vikas (vv8305)1-0/+1
Change-Id: I752e465f8f8a83cf5e18d300ff7aeb2e1b8de3c5 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com> Issue-ID: OPTFRA-321 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
2018-03-28Functest scripts, simulators, and payloadsSastry Isukapalli1-0/+2
osdf/adapters/policy/utils.py: Removed duplicated code (group_policies and group_policies_gen are very similar, and group_policies seems to be not used osdf/optimizers/placementopt/conductor/api_builder.py: changed param name from "grouped_policies" to "flat_policies" tox.ini added starup and shutdown of simulators (flask app with mock payloads) in tox tests rest all files/changes in "test/" folder quite a few payload files Patch set 2: removed a "print()" statement from simulator code Issue-ID: OPTFRA-22 Change-Id: I0006c577fc459c7c884b55e8316c689afd151780 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-03-28Adding an autostart in DockerSastry Isukapalli1-1/+1
Issue-ID: OPTFRA-22 Change-Id: I6b5e072d48d312e86cd681908e62b71059774093 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-03-17New policies and required code changesSastry Isukapalli1-0/+4
Issue-ID: OPTFRA-146 Change-Id: I2261ae69f52b184cd7dcb7b86d5905538666a411 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-03-07Adding SONAR coverage report supportSastry Isukapalli1-3/+2
Issue-ID: OPTFRA-102 Change-Id: I67552599ff49dff29f99578b83592dd8d2ced193 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-02-11Re-org folders, onboard test folder, test configAnkitkumar Patel1-0/+17
Reorganized the folder structure. Onboarded testcases. Added test config. Issue-ID: OPTFRA-74 Change-Id: I97882a162a405a18ffd287495039e15ae9d0ad7b Signed-off-by: Ankitkumar Patel <ankit@research.att.com>