diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-01 10:35:38 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-01 10:35:38 +0800 |
commit | a293a810aa963b23dfb6ec408c48f0b5510ab99c (patch) | |
tree | dc18571adaaa02cb8f3a2e71182a8c54532897bf /gvnfmadapter | |
parent | 5cf6e114ed78ca605e625c72dceee86ca03788e6 (diff) |
Change vfc-gvnfmdriver sonar name
Change-Id: I1f8848dc064ed25681410a22ac810a5d16d82fd4
Issue-ID: VFC-781
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter')
-rw-r--r-- | gvnfmadapter/pom.xml | 2 | ||||
-rw-r--r-- | gvnfmadapter/tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gvnfmadapter/pom.xml b/gvnfmadapter/pom.xml index 723f012..4f90514 100644 --- a/gvnfmadapter/pom.xml +++ b/gvnfmadapter/pom.xml @@ -25,7 +25,7 @@ <artifactId>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>vfc/nfvo/driver/vnfm/gvnfm/gvnfmadapter</name> + <name>vfc-nfv-driver-vnfm-gvnfm-gvnfmadapter</name> <description>vfc nfvo drivers-vnfm-gvnfm-gvnfmadapter</description> <build> <plugins> diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini index 3863943..1f6b0d2 100644 --- a/gvnfmadapter/tox.ini +++ b/gvnfmadapter/tox.ini @@ -19,4 +19,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov
\ No newline at end of file +commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov
\ No newline at end of file |