From efb2229057ed70b0dd46c1e4fdfb8462727cef03 Mon Sep 17 00:00:00 2001 From: liboNet Date: Wed, 20 Mar 2019 03:10:03 +0800 Subject: 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 --- multivimbroker/sonar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multivimbroker/sonar.sh') 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 .. -- cgit 1.2.3-korg