summaryrefslogtreecommitdiffstats
path: root/conductor/tools
AgeCommit message (Collapse)AuthorFilesLines
2020-03-17Migrate unit tests to python3krishnaa961-35/+0
Issue-ID: OPTFRA-645 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I094eaa594e7a6f6541ca5d894e0af5127afd3936
2018-09-21Migrate to v14 AAI schemaDileep Ranganathan2-14/+14
Upgraded v14 AAI schema. Modified AAI simulator urls to support v14 version. Change-Id: Ib4e34d6f04b827bc6d48098f057cb76b4f523e16 Issue-ID: OPTFRA-355 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-04-20Merge "Add postman scripts for HPA mannual testing"Shankaranarayanan Puzhavakath Narayanan2-0/+1906
2018-04-19Updated Postman for HPA-ConductorYing Ruoyu1-13/+148
Revise parameter value and add more test cases Change-Id: I5eff8e13f7901071299f5816829de6340e09e5fb Issue-ID: OPTFRA-169 Signed-off-by: Ying Ruoyu <ruoyu.ying@intel.com>
2018-04-12Add postman scripts for HPA mannual testingYing Ruoyu2-0/+1906
Add postman scripts for HPA mannual testing on attribute "mandatory" Change-Id: I9f4fa53891b6b7ac3275f71a4ba849f0c0bd0081 Issue-ID: OPTFRA-169 Signed-off-by: Ying Ruoyu <ruoyu.ying@intel.com>
2018-04-06Updated Postman for HPA-ConductorDileep Ranganathan1-12/+55
Change-Id: I3aeae2613025ef9a09ba51d109eaf0e3ec992d74 Issue-ID: OPTFRA-169 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-25Add Postman collection for HPADileep Ranganathan3-0/+1437
Added postman scripts for Conductor, MUSIC and A&AI Added postman Multicloud mock server and check_vim_capacity API Change-Id: If8ae4d10a0bcc640d7f54e14a20b777867692ad9 Issue-ID: OPTFRA-169 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-07Fix unreadable characters in tox testsDileep Ranganathan1-1/+1
Added subunit-trace -f command which was missing Change-Id: I9e1f4f3a3430349ceff3ef3bbe62119468399340 Issue-ID: OPTFRA-164 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-06Fix Sonar coverage reportDileep Ranganathan1-2/+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>
2017-12-17Added all common modules in conductor directoryrl001m2-0/+36
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>