summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09Adding more unit tests and .coveragercDileep Ranganathan3-4/+149
Added more unit tests for DataEndpoint class Usage of pragma reverted Change-Id: Id8d4ff76c3ca75a2538352b7eb29b87b1a598794 Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-08Added more unit test cases in data componentrl001m7-55/+240
Modified the test_resolve_demand unit test, and added more test cases for aai.py file. The aai.py test coverage is 72% and total test coverage is 46%. Change-Id: I6e5ea02fc2f32d8ab20830c4bcf40744c59113e2 Issue-ID: OPTFRA-79 Signed-off-by: rl001m <ruilu@research.att.com>
2018-03-07Fixed major bug in sonar reportDileep Ranganathan1-1/+0
Remove or correct variable self-assignment Change-Id: I21204b8c72b0f1890fe1278764da070013c69b34 Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-07Modified unit tests for Controller ModuleYing Ruoyu5-0/+560
Unit test for translator.py, rpc.py and translator_svc.py in conductor/controller Change-Id: I382078152d7708b6946b68902151529dcf1f3be4 Issue-ID: OPTFRA-69 Signed-off-by: Ying Ruoyu <ruoyu.ying@intel.com>
2018-03-08Merge "Fix UnboundlocalError in translator.py"Shankaranarayanan Puzhavakath Narayanan1-0/+1
2018-03-08Merge "Fix unreadable characters in tox tests"Shankaranarayanan Puzhavakath Narayanan1-1/+1
2018-03-08Merge "Added unit test cases for data component"Shankaranarayanan Puzhavakath Narayanan13-14/+315
2018-03-07Added unit test cases for data componentrl001m13-14/+315
Added Python unit test cases for aai.py file in data component. Modified the code in aai.py to make it test-driven. Issue-ID: OPTFRA-79 Change-Id: I5c912c8a13226c6dada921f255a030e798665938 Signed-off-by: rl001m <ruilu@research.att.com>
2018-03-07Merge "Corrected Docker Files"Shankaranarayanan Puzhavakath Narayanan10-29/+105
2018-03-07Corrected Docker FilesIkram Ikramullah (ikram@research.att.com)10-29/+105
Note: we've been running conductor/has using the source distribution (sdist) Running the git glone instead of going for the artifacts - will do the sdist based execution soon once the blocker for functional testing is removed. Also, added push script for docker images. Issue-ID: OPTFRA-123 Change-Id: I733113d217157828322ebc2464351abdc0752be6 Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.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 UnboundlocalError in translator.pyDileep Ranganathan1-0/+1
Defined and initialized variable nested in the scope Change-Id: Idfffc95490f8a11dd0377a8e50a4737e708ecfc7 Issue-ID: OPTFRA-163 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-06Fix Sonar coverage reportDileep Ranganathan6-3/+65
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-03-05Fix Data module unit testsDileep Ranganathan2-4/+13
New code checkin was breaking the tests. Modified the data module unit tests to fix the breakage. Change-Id: I30b566f771badc4799fdd9a5a946c8c058d2ea6a Issue-ID: OPTFRA-162 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-04Merge "Version.py must match setup.cfg"Shankaranarayanan Puzhavakath Narayanan3-1/+43
2018-03-04Merge "Add Active-Active code to has"Shankaranarayanan Puzhavakath Narayanan38-337/+1635
2018-03-04Version.py must match setup.cfgIkram Ikramullah (ikram@research.att.com)3-1/+43
pip install -e . command was failing due to project name mismatch in version.py (pbr settings) and setup.cfg. Also, README.rst is a required file - must be present in the directory pip install is run from (needed by setup.py). Copied README.rst (and its markdown counterpart - README.md) to one level in (./conductor). Issue-ID: OPTFRA-161 Change-Id: I76e8e9c7d303a1e82524635118af3de36bc1a361 Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
2018-03-04Add Active-Active code to hasIkram Ikramullah38-337/+1635
Added Active-Active setup related files (new and modifications) Issue-ID: OPTFRA-150 Change-Id: I50964ae990a465d0f977a4dea512dd61b35e308d Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2018-03-02Fixing setup.cfg too like setup.pyIkram Ikramullah (ikram@research.att.com)2-1/+72
Changed email-ids to those of contributors in already existing files (files setup.cf was only copied from one direcotry to another) Issue-ID: OPTFRA-160 Change-Id: Ic87251654d5ffc9db496da40f6dd8d507ac5dcab Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
2018-03-02Merge "Fixed location for setup.py"Shankaranarayanan Puzhavakath Narayanan1-0/+34
2018-03-02Fixed location for setup.pyIkram Ikramullah (ikram@research.att.com)1-0/+34
Looks like our daily job will fail if setup.py is not where it currently resides (higher folder). But if kept there, pip install wont work since it wont be part of the package created and uploaded. Moving it to both places for now for both items to work. Note: A restructuring is already in the plans to bring this 'multi-module' (so-called) structure to one straight strucutre. In that restucturing setup.py would eventually be in one place anyways. Issue-ID: OPTFRA-160 Change-Id: Ib9ff7a273d6cf1e0c00bb74e562f268e8a569d48 Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
2018-03-02Merge "Add API documentation for optf-has"Shankaranarayanan Puzhavakath Narayanan2-0/+134
2018-03-01Added unit tests for Data moduleDileep Ranganathan5-0/+322
Unit test for conductor/data Change-Id: I62e95824a8191adacd630746dc0101660d480886 Issue-ID: OPTFRA-70 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-01Integrate optf/has with SonarDileep Ranganathan2-2/+15
Added sonar properties for python related config Added custom inclusion/exclusion patterns which could be leveraged Change-Id: I3992a9120a30555fc933c1b052984367af69e4da Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-28Add API documentation for optf-hasShankar Narayanan2-0/+134
Add the API documentation exposed by HAS, used by OSDF in R2. Issue-ID: OPTFRA-155 Change-Id: I78fa78f26720ee4670fc62c250c2c4720aca2a77 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
2018-02-27Cleaning up names in SonarGildas Lanilis1-1/+1
Name is sonar should match repo name. In this case name is optf-has Change-Id: I25ec7578c0e26125d9dc7237d02012546883474c Issue-ID: CIMAN-65 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-02-19Fixed another DockerfileIkram Ikramullah1-1/+1
data component docker file was pointing to wrong repo. Fixed that to point to onap Issue-ID: OPTFRA-123 Change-Id: Ia02c97ebb8f43da21aed897cfb00e14adf7bb54d Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2018-02-19Correct Placement for version.propertiesIkram Ikramullah1-0/+0
Looks like jenkins parent jobs expect the verison.proeprties file to be one step higher than where it resides rihgt now. Fixed, this - hopefully next jenkins daily job will succeeed. Issue-ID: OPTFRA-124 Change-Id: I3444860123f347bbd532466f7ba7d509831b9af6 Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2018-02-16Merge "Added unit tests for conductor.common.music module"Shankaranarayanan Puzhavakath Narayanan3-0/+250
2018-02-16Merge "Added more Unit tests for conductor/api module"Shankaranarayanan Puzhavakath Narayanan3-9/+103
2018-02-15Added version.propertiesIkram Ikramullah6-30/+132
Issue-ID: OPTFRA-124 Change-Id: I18d4ab0dd301ecf85e398c8a521e60ebbe686cf5 Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2018-02-15Added unit tests for conductor.common.music moduleDileep Ranganathan3-0/+250
Unit tests for music api Change-Id: I9e239c23c0d3d81a860b121c7f8e462815068b31 Issue-ID: OPTFRA-68 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-14Dockerization EffortIkram Ikramullah8-0/+418
Added files to run components of conductor in docker. There is a build script and a run script. Run script has instructions on how to run the containers. Issue-ID: OPTFRA-123 Change-Id: Id55a25b3c54e19728ca218e7d98e20af0630a383 Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2018-02-13Added more Unit tests for conductor/api moduleDileep Ranganathan3-9/+103
Fixed the MUSIC rpc mock for plans api Issue-ID: OPTFRA-68 Change-Id: Ic0075c1816ed84133b2248e1b91e5e39ff4866d8 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-12Modified tox.ini for coverageDileep Ranganathan1-1/+1
Changed tox.ini to omit tests/*.py from coverage report Change-Id: Ia4f43a229cd749d8f7eab933bf40ba9319512282 Issue-ID: OPTFRA-79 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-11Unit Tests for Conductor/api moduleDileep Ranganathan5-2/+72
Created Unit Tests for PlansController Change-Id: I075ef2289548fa5afc2024173866307d174ea3d5 Issue-ID: OPTFRA-68 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-11Unit test for RootController and V1ControllerDileep Ranganathan7-3/+111
Addedd unit tests for RootController and V1Controller Updated tox.ini to support coverage Change-Id: I3adf9d2268776382ff1f067857947af9718c9ac8 Issue-ID: OPTFRA-68 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-10BaseApiTest class for conductor api moduleDileep Ranganathan2-0/+81
BaseTest class for all tests in conductor api module Uses pecan.testing, Mock MUSIC API Change-Id: I720a4aa7edd4a975ef7ec50bb6647b5825129a67 Issue-ID: OPTFRA-81 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-08Copyright Messages CleanupIkram Ikramullah29-394/+63
Tox and pep8 failed due to multiple reason causing our verify-python jobs to fail. One reason being the failure of test cases. Added sample test case for developers to follow. Another reason was the Copyright message appearing in supposedly empty package files. Removed copyright messages so pep8 can succeed. Issue-ID: OPTFRA-78 Change-Id: If7e4b28e2dabdba194e31a67da4647a342a7630f Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2018-02-06Added missing .testr.conf in conductorDileep Ranganathan2-1/+9
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>
2018-02-06Fixed pep8 issues inside HASYing Ruoyu28-37/+25
Fixed pep8 issues including indentation, blank lines etc. In translator.py, errors.py etc. Change-Id: I73ea2815afded379926acccdc6796391e7540e32 Issue-ID: OPTFRA-61 Signed-off-by: Ying Ruoyu <ruoyu.ying@intel.com>
2018-02-05Merge "Fixed some pep8 issues"Shankaranarayanan Puzhavakath Narayanan4-42/+39
2018-02-02Merge "Copyright Message in 'empty' files"Shankaranarayanan Puzhavakath Narayanan1-19/+0
2018-02-01Fixed some pep8 issuesDileep Ranganathan4-42/+39
Fixed pep8 issues like optimizing import ordering, indentation etc. in aa.py, opts.py, service.py Change-Id: I235909f353cbb47e1c3e2c13d341a098d375d564 Issue-ID: OPTFRA-61 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-01Added Intellij files to .gitignoreDileep Ranganathan1-0/+3
Change-Id: I3d14bdd6c1404044beb3d493e3cfdbecd9432f7b Issue-ID: OPTFRA-10 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-01Merge "Adding .gitignore to the repository"Shankaranarayanan Puzhavakath Narayanan1-0/+102
2018-01-31Copyright Message in 'empty' filesIkram Ikramullah1-19/+0
While packaging/verification of the jjb job, saw error (on many files, not just this) that the file cannot have 'only comments in it' - since all the ONAP files need to have this copyright message, these __init__.py (a module specifier marker file only) can be excluded from this requirement? - This will be a good test for our jjb tempaltes as well. Change-Id: I7d297338f31327aac94947d31a831b53e0913814 Issue-ID: OPTFRA-60: Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2018-01-29Add intial pom.xml inheriting from oparent-pythonDileep Ranganathan3-0/+148
Created pom.xml for integrating with ci Change-Id: Ie6bec4b7d4d3bf4b86074b7405f882fee0bccab9 Issue-ID: OPTFRA-59 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-01-29Added LICENSE.txt file to has repositoryrl001m1-0/+26
Change-Id: Ib0a87188869ec28fe4f07f256f9c3e2eb645d2ba Issue-ID: OPTFRA-58 Signed-off-by: rl001m <ruilu@research.att.com>
2017-12-19Fixed the pip installation command in README filerl001m1-2/+2
Removed the 'ecomp' related command in README.md Change-Id: I0129d1bd29ffc0c19db788a5ccab4a46cbc2d70f Issue-ID: OPTFRA-11 Signed-off-by: rl001m <ruilu@research.att.com>