aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2017-08-09Improve vagrant-onap documentationVictor Morales1-4/+7
It was added the process to create documentation thru sphinx tool. Now it's possible to generate all the documentation locally running: $ tox -e docs Lastly, the installation guide was included as a reference to different methods to install requirements. Change-Id: Id0b277d605cf83ddbde54ecd9f4648e1f89023c3 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-08-06Add AAI Unit TestsVictor Morales1-3/+1
This change includes the addition of Unit Tests for A&AI component and the required refactor process in their functions Change-Id: Ib3b1109e7e80d5ef51e682445b7ecbf600bf3e62 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-08-01Update tox bashate commandNate Potter1-0/+2
Update the bashate find command to not include .pem and .cfg files. Change-Id: I42cd4b1361e4771e52fd9ba5b77b7ffc04e86f11 Signed-off-by: Nate Potter <nathaniel.potter@intel.com>
2017-07-26Sync latest changes for vagrant-onapVictor Morales1-4/+3
Given some internal procedures was not possible to submit all the changes. In the meantime, those changes were placed into an non-official project. This change syncronizes the latest changes into the official repository. Issue-id: INT-17 Change-Id: Ia4125f4b70273401e4ed3cc1908d2e2ad7d1c2e9 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-06-20Add vagrant-onap projectVictor Morales1-0/+26
This commit contains the current state of the files and folders imported from github repository[1]. Fixes and features are expected to be implemented in this project. [1] https://github.com/electrocucaracha/vagrant-onap Change-Id: Ib1e8d264e9566c5e44454f5475b5da4638879cb7 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-id: CIMAN-28