summaryrefslogtreecommitdiffstats
path: root/multivimbroker/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2019-12-10Fix sonar coverage report issueBin Yang1-1/+1
The sonar coverage should exclude API_v2 which is not maintained any more. Change-Id: Ieaa75c99a275d09474bfc7547b171e6efa54e3b4 Issue-ID: MULTICLOUD-962 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-09-27Bump version after releasing 1.4.1Bin Yang1-4/+8
Issue-ID: MULTICLOUD-808 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I1de9ee3ab269a6027378b9c661858833af5e22e7
2019-08-15Rebase framework to py36Bin Yang1-1/+1
Change-Id: Icb45d3eea21b119688a5591b582d96ae72e1e81d Issue-ID: MULTICLOUD-770 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-03-05Optimize Docker image footprintBin Yang1-1/+4
Rebase to python:2-slim Remove unused pip packages Change-Id: Idc9dfdc11d4792a63c7c144587c13705e87bb4bc Issue-ID: MULTICLOUD-505 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-11-07Add tox env to generate documentationVictor Morales1-0/+4
The process to generate HTML documentation can be automated with tox. This chage covers the basics instructions. In order to test this is necessary to have python tox module and run the following command in the multivimbroker folder $ tox -e docs Change-Id: I9540f6234a85e4775a482efd9dda9da1ec615591 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: DOC-300
2018-08-27Use python rstcheck to validate syntaxVictor Morales1-0/+6
Given that this repository contains multiple documents for specifications is necessary to implement a mechanism to validate its syntax. The rstchecker tool ensures that it meets the reStructured Text guidelines. Change-Id: I6a5d30c78718ae83265f9302f3d514eacaff2ae1 Issue-ID: DOC-300 Signed-off-by: Victor Morales <victor.morales@intel.com>
2018-03-06Add sonarEthan Lynn1-0/+1
Add sonar code coverage in pom.xml Change-Id: Idc965bb49bf4747cedf4d4f9e9819b3a9c42171e Issue-ID: MULTICLOUD-172 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-09-01Add code coverage for multicloud frameworkHong Hui Xiao1-1/+14
Since multicloud projects are Django projects essentially, use the mechanism from Django to check code coverage. Change-Id: I850e64e601f9cf4d26222a2a2295ec005dfea474 Issue-Id: MULTICLOUD-71 Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
2017-08-30add pep8 checkBin Sun1-1/+5
Change-Id: Ia198017767f5f2144873a082bf0f5b00ff01db1c Issue-Id: MULTICLOUD-64 Signed-off-by: Bin Sun <bins@vmware.com>
2017-02-22Setup micro-service of multivim brokerBin Yang1-0/+10
Change-Id: I692cd7f79460ac2a782e995031196ea8396e68ca Issue-Id: MULTIVIM-16 Signed-off-by: Bin Yang <bin.yang@windriver.com>