diff options
author | liboNet <libo.zhu@intel.com> | 2019-03-20 03:10:03 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2019-03-20 03:17:48 +0800 |
commit | efb2229057ed70b0dd46c1e4fdfb8462727cef03 (patch) | |
tree | b83a997c45c31a6ac085bcf477ba6985fa1556fb /multivimbroker/sonar.sh | |
parent | eacb658bc442fe30d07a7971a12be917fb8cd692 (diff) |
add submodule support in framework
support multi broker and fix sonar.sh issue
. add a new module of artifact broker
. update framework pom.xml to support submodules
. update the multivim broker to align with the case
like subplugins under openstack
. remove the duplicated sonar.sh
Change-Id: Ie41dc07aed9e015208e79aadff204747269af638
Issue-ID: MULTICLOUD-532
Signed-off-by: liboNet <libo.zhu@intel.com>
Diffstat (limited to 'multivimbroker/sonar.sh')
-rwxr-xr-x | multivimbroker/sonar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multivimbroker/sonar.sh b/multivimbroker/sonar.sh index e173d1f..41cc450 100755 --- a/multivimbroker/sonar.sh +++ b/multivimbroker/sonar.sh @@ -56,7 +56,7 @@ run_tox_test() pip install --upgrade pip pip install --upgrade tox argparse pip freeze - cd multivimbroker + cd ${CURDIR} tox -e cover deactivate cd .. |