summaryrefslogtreecommitdiffstats
path: root/multivimbroker/sonar.sh
diff options
context:
space:
mode:
authorliboNet <libo.zhu@intel.com>2019-03-20 03:10:03 +0800
committerliboNet <libo.zhu@intel.com>2019-03-20 03:17:48 +0800
commitefb2229057ed70b0dd46c1e4fdfb8462727cef03 (patch)
treeb83a997c45c31a6ac085bcf477ba6985fa1556fb /multivimbroker/sonar.sh
parenteacb658bc442fe30d07a7971a12be917fb8cd692 (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-xmultivimbroker/sonar.sh2
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 ..