summaryrefslogtreecommitdiffstats
path: root/conductor/test-requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-03-17Migrate unit tests to python3krishnaa961-1/+2
Issue-ID: OPTFRA-645 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I094eaa594e7a6f6541ca5d894e0af5127afd3936
2018-09-15Secret Management Service featureDileep Ranganathan1-0/+1
Added supporting library required for enabling SMS integration. Added Unit tests and manual tests for store/retrieve/delete secrets. Updated conductor.conf with aaf_sms group. Added preload_secrets config for testing. Integration with application NOT Done in this patch. Change-Id: Idf7e4249a88a39c586d893226a9110e9d5180787 Issue-ID: OPTFRA-345 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-30Fixed DuplicateOptError for latest oslo.configDileep Ranganathan1-1/+0
Fixed the duplicate config in music/api.py which was occuring when the oslo.config dependency is updated to the latest 6.0.0 Also removed psycopg2 dependency which was throwing warnings. psycopg2 is not really used during tests. So removing from test dependencies Change-Id: I98e31e29ee507d982f1b9a82780f0f665de452c6 Issue-ID: OPTFRA-209 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-06Fix Sonar coverage reportDileep Ranganathan1-1/+2
Added maven-exec plugin to trigger tox and coverage Modified sonar properties to set the path to reports Modified .gitignore to add coverage related files Added test dependency junitxml Change-Id: I7e4bb5e4b6bc217b9778350c703d864e9f8ef0e2 Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-06Added missing .testr.conf in conductorDileep Ranganathan1-1/+1
Missing .testr.conf is added. Bumped os-testr version in test-requirements.txt to 1.0.0 Issue-ID: OPTFRA-76 Change-Id: Icaacf67402be4ba6edbdc3edc587dc0e95166f30 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-12-17Added all common modules in conductor directoryrl001m1-0/+20
Added the common modules used by all the other components of Homing Optimizer. Change-Id: I6e8a991b54ef422da66b3174f27f6998731ec188 Issue-ID: OPTFRA-11 Signed-off-by: rl001m <ruilu@research.att.com>