neutron.git
6 years agoBump yangtools dependency to 1.2.0 32/63832/2
Thanh Ha [Fri, 29 Sep 2017 03:56:40 +0000 (23:56 -0400)]
Bump yangtools dependency to 1.2.0

Issue: RELENG-485
Change-Id: I768d5139795e7e0aaeeb6377e385f1f0b600b1ef
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoBump odlparent 2.0.4 to 2.0.5 37/63637/1
Stephen Kitt [Wed, 27 Sep 2017 13:35:23 +0000 (15:35 +0200)]
Bump odlparent 2.0.4 to 2.0.5

Change-Id: Id39cc60287e2e2de26b384ac71c3b22a2809922d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoFix naming Inconsistency for Qos feature 73/62173/5
Pramod [Tue, 22 Aug 2017 22:49:09 +0000 (15:49 -0700)]
Fix naming Inconsistency for Qos feature

Change-Id: I412a6b5ba4b73d21d614fa0b1980a4976f2688d5
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
6 years agoBump versions by x.(y+1).z for next dev cycle 93/61693/1
Thanh Ha [Mon, 14 Aug 2017 17:33:19 +0000 (13:33 -0400)]
Bump versions by x.(y+1).z for next dev cycle

Change-Id: I82e56f467548bfc1445d9627d9ceda90b3ca739a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoBump odlparent 2.0.2 to 2.0.4 51/61351/2
Stephen Kitt [Tue, 8 Aug 2017 16:14:09 +0000 (18:14 +0200)]
Bump odlparent 2.0.2 to 2.0.4

Change-Id: I54349c7bfdb1274738f84f7601396f290d72a457
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoRemove config-parent derivation 79/61279/2
Tom Pantelis [Mon, 7 Aug 2017 14:18:45 +0000 (10:18 -0400)]
Remove config-parent derivation

The project does not use the config subsystem so removed
config-parent derivation and other CSS artifacts.

Change-Id: I184317f7583a356f190820c42f0a0f1dd15b9370
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoneutron-hostconfig-ovs: add odl-aaa-cert dependency 69/60969/3
Isaku Yamahata [Tue, 1 Aug 2017 06:20:20 +0000 (23:20 -0700)]
neutron-hostconfig-ovs: add odl-aaa-cert dependency

odl-neutron-hostconfig-ovs SingleFeatureTest fails with the following
exception to load dependent feature.

> Caused by: java.lang.IllegalArgumentException: null encryptSalt in AaaEncryptServiceConfig: AaaEncryptServiceConfig{augmentations={}}
>  at org.opendaylight.aaa.encrypt.AAAEncryptionServiceImpl.<init>(AAAEncryptionServiceImpl.java:68)
>  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>  at org.apache.aries.blueprint.utils.ReflectionUtils.newInstance(ReflectionUtils.java:331)
>  at org.apache.aries.blueprint.container.BeanRecipe.newInstance(BeanRecipe.java:984)
>  at org.apache.aries.blueprint.container.BeanRecipe.getInstanceFromType(BeanRecipe.java:349)
>  ... 30 more

Change-Id: I674cdaa1055b7aa3ecc02af485bf744f28101dbe
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoMerge "remove unused integration/test/src/main/features/features.xml"
Isaku Yamahata [Sun, 16 Jul 2017 06:21:55 +0000 (06:21 +0000)]
Merge "remove unused integration/test/src/main/features/features.xml"

6 years agoMerge "transcriber: parameterize Neutron type in AbstractNeutronInterface"
Isaku Yamahata [Sat, 15 Jul 2017 20:57:27 +0000 (20:57 +0000)]
Merge "transcriber: parameterize Neutron type in AbstractNeutronInterface"

6 years agoMerge "pom: update dependency"
Isaku Yamahata [Sat, 15 Jul 2017 20:56:30 +0000 (20:56 +0000)]
Merge "pom: update dependency"

6 years agopom: update dependency 12/60412/1
Isaku Yamahata [Fri, 14 Jul 2017 22:43:57 +0000 (15:43 -0700)]
pom: update dependency

Change-Id: Ie5c08c681c1e1dac19ff0b41be9193184f255bc6
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agointegration-test: retry on ECONNREFUSED 88/60388/1
Isaku Yamahata [Fri, 14 Jul 2017 16:16:05 +0000 (09:16 -0700)]
integration-test: retry on ECONNREFUSED

If ECONNREFUSED, retry again instead of test failure.

Change-Id: Ib5d14e17f2d4a78f6c3ea230f70c8e82222099e2
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoremove unused integration/test/src/main/features/features.xml 73/60273/1
Isaku Yamahata [Thu, 13 Jul 2017 00:23:09 +0000 (17:23 -0700)]
remove unused integration/test/src/main/features/features.xml

It's not used.

Change-Id: I11367516306cc4f739a3ddffa43053ffdb0f7d5b
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoMerge "AbstractTranscriberInterface: correct readMd signature"
Isaku Yamahata [Wed, 12 Jul 2017 09:17:51 +0000 (09:17 +0000)]
Merge "AbstractTranscriberInterface: correct readMd signature"

6 years agotranscriber: parameterize Neutron type in AbstractNeutronInterface 92/59992/3
Isaku Yamahata [Thu, 6 Jul 2017 01:08:29 +0000 (18:08 -0700)]
transcriber: parameterize Neutron type in AbstractNeutronInterface

Make generic parameter of Neutron of AbstractNeutronInterface for Tap-aaS.
flow classifier of Tap-aaS is child of tap service in yang model,
not Neutron. In order to make base class usable for Tap-aaS, make parent
class of mode generic parameter.

Change-Id: Iba24657e14280a7b91200442c0a8abbea5d72912
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoAbstractTranscriberInterface: correct readMd signature 93/59993/3
Isaku Yamahata [Thu, 6 Jul 2017 01:11:22 +0000 (18:11 -0700)]
AbstractTranscriberInterface: correct readMd signature

type parameter T of readMd() overwrites type parameter of the class.
rename T to W to avoid name conflict.

Change-Id: I8651661b9606c85195d53d47236986a244f0cf24
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoMerge "Bump odlparent dependency to 2.0.2"
Isaku Yamahata [Wed, 12 Jul 2017 05:38:17 +0000 (05:38 +0000)]
Merge "Bump odlparent dependency to 2.0.2"

6 years agoartifact: remove duplicated features-neutron-test dependency 04/60104/3
Isaku Yamahata [Sat, 8 Jul 2017 09:23:11 +0000 (02:23 -0700)]
artifact: remove duplicated features-neutron-test dependency

eliminate the following warning.

> [WARNING] Some problems were encountered while building the effective model for org.opendaylight.neutron:neutron-artifacts:pom:0.9.0-SNAPSHOT
> [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: ${project.groupId}:features-neutron-test:xml:features -> duplicate declaration of version ${project.version} @ line 69, column 25
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

Change-Id: I127ee79eae5701a7c1d2f9805171dfa82c317233
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agofeatures: make prerequisite=true for features of integration test 18/60218/3
Isaku Yamahata [Tue, 11 Jul 2017 21:00:48 +0000 (14:00 -0700)]
features: make prerequisite=true for features of integration test

Change-Id: I9bc113574c1a90bf2caea849ed89d54a388eaa36
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoBump odlparent dependency to 2.0.2 02/60102/1
Isaku Yamahata [Sat, 8 Jul 2017 05:21:04 +0000 (22:21 -0700)]
Bump odlparent dependency to 2.0.2

This patch updates the odlparent dependency from 2.0.0 to 2.0.2.

Change-Id: I47a140631512b738995c165cd27a736a87e4b291
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoMerge "rename SocketInfoTest alternative val"
Isaku Yamahata [Fri, 23 Jun 2017 20:33:05 +0000 (20:33 +0000)]
Merge "rename SocketInfoTest alternative val"

6 years agorename SocketInfoTest alternative val 73/59473/1
matcauf [Fri, 23 Jun 2017 15:36:44 +0000 (11:36 -0400)]
rename SocketInfoTest alternative val

Change BIS with ALT for alternative val

Change-Id: I1c3ce33f29b63b3ea8cc9718514d0b8a9e7d6677
Signed-off-by: matcauf <mcauffiez@inocybe.ca>
6 years agoMerge "use maven-blueprint-plugin"
Isaku Yamahata [Fri, 23 Jun 2017 15:26:13 +0000 (15:26 +0000)]
Merge "use maven-blueprint-plugin"

6 years agouse maven-blueprint-plugin 31/55031/2
Isaku Yamahata [Thu, 13 Apr 2017 21:37:06 +0000 (14:37 -0700)]
use maven-blueprint-plugin

TODO: figure out how to convert NeutronHostconfigVppListener

Change-Id: Id3361cc5a1c4847484c1dfa6db3ca2ea7b87b5cb
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoAdd unit test for SocketInfo 41/59241/2
matthieu [Tue, 20 Jun 2017 14:21:13 +0000 (10:21 -0400)]
Add unit test for SocketInfo

Change-Id: Ifd8fea3a65db3431f337208fabfb966c057c55d4
Signed-off-by: matthieu <mcauffiez@inocybe.com>
6 years agodrop 4 from karaf4 14/59314/3
Isaku Yamahata [Wed, 21 Jun 2017 17:51:38 +0000 (10:51 -0700)]
drop 4 from karaf4

Change-Id: I851a95c97fc5e91a9ee585a89e18165966360746
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoBump odlparent dependency to 2.0.0 13/59313/1
Isaku Yamahata [Wed, 21 Jun 2017 17:36:16 +0000 (10:36 -0700)]
Bump odlparent dependency to 2.0.0

This patch updates the dependency to 2.0.0.

and remove karaf3 related files.

Change-Id: I578d280d0525577ae27db44a747956d530409437
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agofeatures.xml: fix indent 71/58971/1
Isaku Yamahata [Wed, 14 Jun 2017 18:12:14 +0000 (11:12 -0700)]
features.xml: fix indent

Change-Id: I0adcd06fae8fc604dd664762adcbc61f801dbd62
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoIntegration Test migrate to Karaf4 28/55128/26
Isaku Yamahata [Wed, 14 Jun 2017 17:01:01 +0000 (10:01 -0700)]
Integration Test migrate to Karaf4

Fix integration test to make it work on Karaf4
and enable integration test which was disabled by
https://git.opendaylight.org/gerrit/#/c/58869/

Change-Id: I7e16ecd09895f1f599eb447805ce7083fb700435
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoMigrate to odlparent 1.9.0 69/58869/3
Thanh Ha [Tue, 13 Jun 2017 20:22:50 +0000 (16:22 -0400)]
Migrate to odlparent 1.9.0

For now, integration test is disabled to avoid patch dependency.
The test will be re-enabled by follow up patch,
https://git.opendaylight.org/gerrit/#/c/55128/

Change-Id: I618f31a1fdf4da1236454620e21b3a7435c81d11
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agomisc minor code clean up 34/58834/1
Isaku Yamahata [Tue, 13 Jun 2017 15:59:45 +0000 (08:59 -0700)]
misc minor code clean up

typo in comment, remove unnecesarry parens.

Change-Id: I6a3bc45761305fdd40ecd76b9d1f02f32b8911f8
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoremove unnecessary cast 33/58833/1
Isaku Yamahata [Tue, 13 Jun 2017 16:04:55 +0000 (09:04 -0700)]
remove unnecessary cast

Change-Id: Ie6d73f1fef4ca977f95d5beaed90c96ee79f66ae
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agomore on remove type from <> 32/58832/1
Isaku Yamahata [Tue, 13 Jun 2017 15:57:30 +0000 (08:57 -0700)]
more on remove type from <>

Change-Id: I12b499eaccc4db65a5fd40f371f8d199da9a7d8a
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoAdd missing override annotations 00/57800/2
Isaku Yamahata [Tue, 13 Jun 2017 15:55:23 +0000 (08:55 -0700)]
Add missing override annotations

Change-Id: I6a87bee9b9638c52bef17921ccd12e5a3d29110e
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoMerge "integration/test/pom.xml: add logger for jacoco"
Isaku Yamahata [Tue, 13 Jun 2017 03:59:30 +0000 (03:59 +0000)]
Merge "integration/test/pom.xml: add logger for jacoco"

6 years agointegration/test/pom.xml: add logger for jacoco 88/58288/5
Isaku Yamahata [Mon, 5 Jun 2017 22:18:16 +0000 (15:18 -0700)]
integration/test/pom.xml: add logger for jacoco

nueutron logger was missing for jacoco.
and fix indent.

Change-Id: I941442e0421e722e94b597bde504d829d4d6f96e
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoReplace LOGGER by LOG 52/57952/6
David Suarez [Fri, 2 Jun 2017 15:39:38 +0000 (17:39 +0200)]
Replace LOGGER by LOG

Replace LOGGER by LOG to follow the OpenDaylight recommendations.

https://wiki.opendaylight.org/view/BestPractices/Logging_Best_Practices

Change-Id: Idad0d8a3d38e51dc5e0fd3d3e7d41a4b6c129eb1
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
6 years agoMerge "Code Clean up: remove type from <>"
Isaku Yamahata [Tue, 13 Jun 2017 00:55:19 +0000 (00:55 +0000)]
Merge "Code Clean up: remove type from <>"

6 years agoCode Clean up: remove type from <> 38/58138/2
matthieu [Thu, 1 Jun 2017 20:16:13 +0000 (16:16 -0400)]
Code Clean up: remove type from <>

Since Java 7 is not necessary to explicit type from <>

Change-Id: Iccec01a57a0bd6d0bc19cebca153fabfa825c9ca
Signed-off-by: matthieu <mcauffiez@inocybe.com>
6 years agoBug 8660: use southbound-artifacts 15/58715/2
Stephen Kitt [Mon, 12 Jun 2017 09:26:23 +0000 (11:26 +0200)]
Bug 8660: use southbound-artifacts

Instead of pulling in odl-ovsdb-southbound-api as an artifact POM, use
southbound-artifacts.

Change-Id: I6ca7f82b66fa4e2680393afc3efbac0ce151cd20
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agounbreak build 65/58765/1
Isaku Yamahata [Mon, 12 Jun 2017 21:57:03 +0000 (14:57 -0700)]
unbreak build

The dependency needs update otherwise, the following error occurs.

> [INFO] --- maven-surefire-plugin:2.18.1:test (default) @ odl-neutron-hostconfig-vpp ---
> [INFO] Surefire report directory: /home/yamahata/opendaylight/upstream/neutron/features/production/odl-neutron-hostconfig-vpp/target/surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.opendaylight.odlparent.featuretest.SingleFeatureTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.912 sec <<< FAILURE! - in org.opendaylight.odlparent.featuretest.SingleFeatureTest
> installFeatureCatchAndLog(org.opendaylight.odlparent.featuretest.SingleFeatureTest)[repoUrl: file:/home/yamahata/opendaylight/upstream/neutron/features/production/odl-neutron-hostconfig-vpp/target/feature/feature.xml, Feature: odl-neutron-hostconfig-vpp 0.9.0.SNAPSHOT]  Time elapsed: 11.342 sec  <<< ERROR!
> org.osgi.service.resolver.ResolutionException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=odl-netconf-util; type=karaf.feature; version=1.3.0.SNAPSHOT; filter:="(&(osgi.identity=odl-netconf-util)(type=karaf.feature)(version>=1.3.0.SNAPSHOT))" [caused by: Unable to resolve odl-netconf-util/1.3.0.SNAPSHOT: missing requirement [odl-netconf-util/1.3.0.SNAPSHOT] osgi.identity; osgi.identity=odl-netconf-mapping-api; type=karaf.feature; version="[1.3.0.SNAPSHOT,1.3.0.SNAPSHOT]" [caused by: Unable to resolve odl-netconf-mapping-api/1.3.0.SNAPSHOT: missing requirement [odl-netconf-mapping-api/1.3.0.SNAPSHOT] osgi.identity; osgi.identity=odl-netconf-api; type=karaf.feature; version="[1.3.0.SNAPSHOT,1.3.0.SNAPSHOT]" [caused by: Unable to resolve odl-netconf-api/1.3.0.SNAPSHOT: missing requirement [odl-netconf-api/1.3.0.SNAPSHOT] osgi.identity; osgi.identity=org.opendaylight.controller.yang-jmx-generator; type=osgi.bundle; version="[0.7.0.SNAPSHOT,0.7.0.SNAPSHOT]"; resolution:=mandatory [caused by: Unable to resolve org.opendaylight.controller.yang-jmx-generator/0.7.0.SNAPSHOT: missing requirement [org.opendaylight.controller.yang-jmx-generator/0.7.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.opendaylight.mdsal.binding.generator.spi)(version>=0.11.0)(!(version>=1.0.0)))"]]]]
>  at org.apache.felix.resolver.ResolutionError.toException(ResolutionError.java:42)
>  at org.apache.felix.resolver.ResolverImpl.doResolve(ResolverImpl.java:389)
>  at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:375)
>  at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:347)
>  at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:216)
>  at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:263)
>  at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>  at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>  at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1176)
>  at org.apache.karaf.features.internal.service.FeaturesServiceImpl$1.call(FeaturesServiceImpl.java:1074)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  at java.lang.Thread.run(Thread.java:748)
>
>
> Results :
>
> Tests in error:
>   Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=odl-netconf-util; type=karaf.feature; version=1.3.0.SNAPSHOT; filter:="(&(osgi.identity=odl-netconf-util)(type=karaf.feature)(version>=1.3.0.SNAPSHOT))" [caused by: Unable to resolve odl-netconf-util/1.3.0.SNAPSHOT: missing requirement [odl-netconf-util/1.3.0.SNAPSHOT] osgi.identity; osgi.identity=odl-netconf-mapping-api; type=karaf.feature; version="[1.3.0.SNAPSHOT,1.3.0.SNAPSHOT]" [caused by: Unable to resolve odl-netconf-mapping-api/1.3.0.SNAPSHOT: missing requirement [odl-netconf-mapping-api/1.3.0.SNAPSHOT] osgi.identity; osgi.identity=odl-netconf-api; type=karaf.feature; version="[1.3.0.SNAPSHOT,1.3.0.SNAPSHOT]" [caused by: Unable to resolve odl-netconf-api/1.3.0.SNAPSHOT: missing requirement [odl-netconf-api/1.3.0.SNAPSHOT] osgi.identity; osgi.identity=org.opendaylight.controller.yang-jmx-generator; type=osgi.bundle; version="[0.7.0.SNAPSHOT,0.7.0.SNAPSHOT]"; resolution:=mandatory [caused by: Unable to resolve org.opendaylight.controller.yang-jmx-generator/0.7.0.SNAPSHOT: missing requirement [org.opendaylight.controller.yang-jmx-generator/0.7.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.opendaylight.mdsal.binding.generator.spi)(version>=0.11.0)(!(version>=1.0.0)))"]]]]
>
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

Change-Id: If869c8d7ccb71a1651046e1134b69645cd44112e
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoMigrate to odlparent 1.8.0-Carbon 52/58652/1
Thanh Ha [Sat, 10 Jun 2017 02:46:18 +0000 (22:46 -0400)]
Migrate to odlparent 1.8.0-Carbon

Per request of odlparent project we are downgrading all Nitrogen
projects to use the released odlparent 1.8.0-Carbon to allow for the
odlparent project to start performing semver style releases.

Change-Id: I08967c90e05ce6534055a81ea93510a587dfde6a
Jira: RELENG-159
RT: 41406
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoneutron spi: consolidate extractFields() method 27/57927/3
Isaku Yamahata [Fri, 26 May 2017 23:27:11 +0000 (16:27 -0700)]
neutron spi: consolidate extractFields() method

Change-Id: Ibe9479b88004865724a5fa443f49a5297b541369
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoMerge "Fix sonar issue: multiple if statements"
Isaku Yamahata [Wed, 24 May 2017 23:13:26 +0000 (23:13 +0000)]
Merge "Fix sonar issue: multiple if statements"

7 years agoFix sonar issue: multiple if statements 89/57089/13
matthieu [Mon, 15 May 2017 17:25:50 +0000 (13:25 -0400)]
Fix sonar issue: multiple if statements

Change multiple if statements on string with a
switch case, It can also be changed with an enum.
This is solving some sonar complexity code issues,
giving a cleaner and maybe faster code.
Add warn log for ignored fields

Change-Id: I1cc717e4d0935a9c3c4c74307fbf2c0696e1648e
Signed-off-by: matthieu <mcauffiez@inocybe.com>
7 years agoMerge "Code cleanup: ternary operator."
Isaku Yamahata [Sat, 20 May 2017 17:38:18 +0000 (17:38 +0000)]
Merge "Code cleanup: ternary operator."

7 years agoCode cleanup: ternary operator. 02/57102/3
matthieu [Mon, 15 May 2017 20:20:35 +0000 (16:20 -0400)]
Code cleanup: ternary operator.

Remove conditional var assignment and use
ternary operator instead, in order to have less
assignment and a cleaner code.
Assigne directly the conditional operation result
to the boolean var firstpage.

Change-Id: Id124a84f513b7e1a506c6d1d13eaf8539cf2e8d6
Signed-off-by: matthieu <mcauffiez@inocybe.com>
7 years agoCode cleanup: Useless assignment 98/57198/2
matthieu [Tue, 16 May 2017 18:14:26 +0000 (14:14 -0400)]
Code cleanup: Useless assignment

Remove one useless assignment.

Change-Id: I4d3dcc76f84e3529daea43061e4857d3d9dae659
Signed-off-by: matthieu <mcauffiez@inocybe.com>
7 years agoMerge "Fix Sonar issue: Code readability"
Isaku Yamahata [Wed, 10 May 2017 16:04:08 +0000 (16:04 +0000)]
Merge "Fix Sonar issue: Code readability"

7 years agoMerge "Fix sonar issue: unused LOG"
Isaku Yamahata [Wed, 10 May 2017 16:00:28 +0000 (16:00 +0000)]
Merge "Fix sonar issue: unused LOG"

7 years agoFix Sonar issue: Code readability 02/56602/4
mcauffiez [Fri, 5 May 2017 14:43:43 +0000 (10:43 -0400)]
Fix Sonar issue: Code readability

Adress Major sonar issues for NeutronHostconfigVppListener.java file.
This patch improves code readability.

Use final temporary var instead of using the method parameter
vhostMode.
Reduce the lambda content by creating a new method:
processDataTreeModification.
Reduce the cyclomatic complexity of validateVppNode by adding the
boolean function isCapabilitiesPresent.

Change-Id: Ie2b3fa85772707f8c86901415dd1ca8d0a7eef47
Signed-off-by: mcauffiez <mcauffiez@inocybe.com>
7 years agoFix sonar issue: unused LOG 30/56730/2
mcauffiez [Tue, 9 May 2017 14:36:45 +0000 (10:36 -0400)]
Fix sonar issue: unused LOG

Remove unused Log and corresponding imports

Change-Id: Ie32e2aa8eb74fe880c368d8a7bc7fd990096074b
Signed-off-by: mcauffiez <mcauffiez@inocybe.com>
7 years agoFIX sonar issue: Commented code 04/56604/4
mcauffiez [Fri, 5 May 2017 15:51:05 +0000 (11:51 -0400)]
FIX sonar issue: Commented code

Remove ; in order to stop raising the issue

Change-Id: I164c7bed6e555d3cca9c11fbafdfcb98c8ea22f7
Signed-off-by: mcauffiez <mcauffiez@inocybe.com>
7 years agouse com.google.common.net.InetAddresses.forString() 16/56216/2
Isaku Yamahata [Thu, 27 Apr 2017 22:57:23 +0000 (15:57 -0700)]
use com.google.common.net.InetAddresses.forString()

instead of InteAddress.getByName(), use
com.google.common.net.InetAddresses.forString which  is better.

Change-Id: Ic7405524882f94ecdd614f0b533deb093db0c8f3
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoUpdating yang revisions in hostconfig for VPP 61/56361/5
Tomas Cechvala [Tue, 2 May 2017 11:33:28 +0000 (13:33 +0200)]
Updating yang revisions in hostconfig for VPP

Added 2017-03-15 revision for honeycomb 1704
Config file is automatically copied to ${KARAF}/etc

Change-Id: I1b8bfa4d1f7230252286ead5b95af8c1c3192f70
SIGned-off-by: Tomas Cechvala <tcechval@cisco.com>
Signed-off-by: Dileep <dileep.ranganathan@intel.com>
7 years agoMerge "Add service-provider-feature for operational port status"
Isaku Yamahata [Wed, 26 Apr 2017 23:32:47 +0000 (23:32 +0000)]
Merge "Add service-provider-feature for operational port status"

7 years agoAdd service-provider-feature for operational port status 54/55854/1
Josh [Sun, 23 Apr 2017 08:29:01 +0000 (11:29 +0300)]
Add service-provider-feature for operational port status

This commit adds a service-provider-feature for port-status,
operational-port-status. This feature should be set in operational
when netvirt knows how to update port status in operational when
a port becomes active.

Change-Id: I7fe7c6998f67380338e240355def7d2676c98335
Signed-off-by: Josh <jhershbe@redhat.com>
7 years agoPrepare for checkstyle version upgrade 70/55270/1
Lorand Jakab [Wed, 19 Apr 2017 18:40:20 +0000 (21:40 +0300)]
Prepare for checkstyle version upgrade

Checkstyle will be upgraded from 6.16 to 7.6.1 with [0]. This patch
fixes failres seen by the new version.

[0] https://git.opendaylight.org/gerrit/#/c/54981/

Change-Id: Ia84e1515810d162e0e813bdfeaec10721d06bba5
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoBump versions by x.(y+1).z for next dev cycle 10/54710/1
Anil Belur [Tue, 11 Apr 2017 01:45:46 +0000 (11:45 +1000)]
Bump versions by x.(y+1).z for next dev cycle

Change-Id: I791386fdba5e478e85df5c78c95fc8fbb1dcfe99
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agotranscriber: remove redundant code in l2gw 55/53455/1
Isaku Yamahata [Fri, 17 Mar 2017 05:52:59 +0000 (22:52 -0700)]
transcriber: remove redundant code in l2gw

Change-Id: I44c48614c1b2fa2aa2268c0cecf275b7638e7e68
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoMerge "transcriber: qos policy rule"
Isaku Yamahata [Fri, 17 Mar 2017 04:58:40 +0000 (04:58 +0000)]
Merge "transcriber: qos policy rule"

7 years agoMerge "Neutron Model update"
Isaku Yamahata [Fri, 17 Mar 2017 02:29:49 +0000 (02:29 +0000)]
Merge "Neutron Model update"

7 years agotranscriber: qos policy rule 39/53439/1
Isaku Yamahata [Fri, 17 Mar 2017 01:58:35 +0000 (18:58 -0700)]
transcriber: qos policy rule

QosPolicyRuleBuilder is wrongly allocated.
It should be allocated per each rule.

Change-Id: Ib5f35c48e7933bbbfe133993f64abd7a5379286d
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoNeutron Model update 34/51534/10
Ritu Sood [Tue, 7 Feb 2017 02:09:04 +0000 (18:09 -0800)]
Neutron Model update

This patch includes Neutron API/model changes being
introduced.
1) Status field to be moved to operational datastore
Breaking out the status field from this patch
for ease of review and merge process.
Link to status field patch
https://git.opendaylight.org/gerrit/#/c/51981/
2) Project id field is going to depreciate tenant id
https://lists.opendaylight.org/pipermail/neutron-dev/2016-December/001083.html
This fix addresses top level tenant-id used my most models.
Some models internally also use tenant-id in sub-fields. Those
cases will be addressed in Nitrogen.
3) revision number field to be added. This is a monotonic
counter that will be updated whenever an object is updated
on the neutron server.

Change-Id: I8a76fe5ff1147a9e4456c0713913377f266cec24
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoKaraf4 migration 27/50227/9
Isaku Yamahata [Tue, 10 Jan 2017 02:22:55 +0000 (18:22 -0800)]
Karaf4 migration

Based on https://wiki.opendaylight.org/view/Karaf_4_migration
This patch try to implement karaf4 migration patch. not tested yet.
The some dependency needs fix.
Can odlparent/features-test be used with karaf4?

Change-Id: I24928524c478b5b4083ccfbd9deffba05826f65b
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
7 years agoupdating neutron-qos yang file for Qos Rule Types to change the model from Config... 30/52930/2
Chandra Mohan [Tue, 7 Mar 2017 09:18:30 +0000 (14:48 +0530)]
updating neutron-qos yang file for Qos Rule Types to change the model from Config to Operational and incorporating the review comments.

Change-Id: Ib195c222f5009b190e4307c904517ad96ff27e22
Signed-off-by: chandrag <chandramohan.grandhi@tcs.com>
7 years agoMerge "Add missing <name> fields for pom.xml files"
Isaku Yamahata [Mon, 6 Mar 2017 22:15:11 +0000 (22:15 +0000)]
Merge "Add missing <name> fields for pom.xml files"

7 years agoMerge "Bug 7848: Allow neutron port create with security disabled."
Isaku Yamahata [Sat, 4 Mar 2017 00:17:32 +0000 (00:17 +0000)]
Merge "Bug 7848: Allow neutron port create with security disabled."

7 years agoMerge "Add missing <name> fields for pom.xml files"
Isaku Yamahata [Sat, 4 Mar 2017 00:10:59 +0000 (00:10 +0000)]
Merge "Add missing <name> fields for pom.xml files"

7 years agoAdd missing <name> fields for pom.xml files 12/52812/1
Isaku Yamahata [Sat, 4 Mar 2017 00:05:06 +0000 (16:05 -0800)]
Add missing <name> fields for pom.xml files

The patchset of b184367fef0217aa0466f86d6614cf821d74cf60
added name fields to pom.xml. Due to patch merge order,
neutron-hostconfig/vpp/pom.xml isn't updated.
This patch fixes it up by adding <name> fields to it.

Change-Id: I256390812a40fa2727fc2d33592aec047cafe8c5
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoHostconfig for VPP 42/50742/12
Tomas Cechvala [Mon, 13 Feb 2017 17:19:30 +0000 (18:19 +0100)]
Hostconfig for VPP

L2 configuration is currently supported for VPP devices.
Vhostuser vif-type is used for VMs (endpoints).
Configurable fields:
 - socket directory
 - socket prefix
 - vhostuser-mode (client, server)

 ODL connects to VPP nodes via NETCONF. When a node is
 recognized as VPP node based on its capabilitites
 host configration is written to datastore.

Change-Id: I78b6ad2eeb3d1b11b09317f4c9be0e6878e71df8
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
7 years agoAdd missing <name> fields for pom.xml files 27/52727/1
Anil Belur [Fri, 3 Mar 2017 07:37:04 +0000 (17:37 +1000)]
Add missing <name> fields for pom.xml files

This is used by autorelease scripts to automatically parse which project
is failing a build and report to the mailing list automatically. We need
names in the format:

    ODL :: <groupId> :: <artifactId>

This patch formats in the same format as found in the startup archetypes
patch found here: https://git.opendaylight.org/gerrit/52522

Change-Id: I08fff282973944e135b981f98fcebcde156c7e60
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Adding checkstyle checks to hostconfig"
Isaku Yamahata [Fri, 3 Mar 2017 05:53:15 +0000 (05:53 +0000)]
Merge "Adding checkstyle checks to hostconfig"

7 years agoMerge "yang model: add service provider feature model"
Isaku Yamahata [Fri, 3 Mar 2017 03:40:34 +0000 (03:40 +0000)]
Merge "yang model: add service provider feature model"

7 years agoBug 7848: Allow neutron port create with security disabled. 67/52267/8
Isaku Yamahata [Mon, 27 Feb 2017 23:04:24 +0000 (15:04 -0800)]
Bug 7848: Allow neutron port create with security disabled.

Add default parameters in test validation.

Change-Id: Id5fcf5701763d72274a96f1a0af29a7546bc24f8
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Signed-off-by: Achuth Maniyedath <achuth.m@altencalsoftlabs.com>
7 years agoAbstractNeutronNorthbound: remove unused local variable 46/52446/1
Isaku Yamahata [Wed, 1 Mar 2017 04:47:16 +0000 (20:47 -0800)]
AbstractNeutronNorthbound: remove unused local variable

remove unused local variable, parameterizedType, in
AbstractNeutronNorthbound.

Change-Id: I7b77750abb3455b39ff3eeb636f1b9cc255ca2a6
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoyang model: add service provider feature model 81/52081/2
Isaku Yamahata [Mon, 20 Feb 2017 16:24:38 +0000 (11:24 -0500)]
yang model: add service provider feature model

As ODL is starting to add more functionalities like port status update
for networking-odl, the negotiation between networking-odl and ODL
openstack service provider to keep compatibility.
networking-odl is supposed to work with multiple versions of ODL,
multiple instances of openstack service providers. So networking-odl
needs to know what neutron extensions/features is supported by
given ODL version/openstack service provider.
This patch defines a yang model for it so that networking-odl can
retrieve from ODL at start up and configure itself.

Change-Id: I90b6bbc3079559209fb444ab79cc88af6a2dc58a
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoAdding checkstyle checks to hostconfig 82/51982/1
Ritu Sood [Thu, 16 Feb 2017 02:26:46 +0000 (18:26 -0800)]
Adding checkstyle checks to hostconfig

Hostconfig directory is missing checkstyle checks.
Updated pom file to add checkstyle and also fixed
checkstyle issues.

Change-Id: Id0ff1226e3b23ebac521959de15da0331af7118a
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
7 years agomodel/neutron extension: add configuration string 17/51817/1
Isaku Yamahata [Mon, 13 Feb 2017 20:20:23 +0000 (12:20 -0800)]
model/neutron extension: add configuration string

Add configuration string to neutron-extension-attribute.
So that ODL openstack service provide can negotiate with networking-odl
about more details on each extension.
For example, neutron QoS API needs supported QoS rules.
key" "neutron:qos"
configuration: {"supported_rules_types": ["bandwidth-limit"...] }
Also neutron-extension can be used for general negotiation between
ODL and networking-odl. e.g. port::status update is supported etc.
key: "ODL:status-update"
configuration: ["network", "port", "router", ...]

TODO: coordinate/document key/configuration in central places.

Change-Id: I7ba7dc21ac0fda7fb40c5f44b99c3b3753c79b9d
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoMove hostconfig functionality to Neutron Northbound 85/49785/5
Ritu Sood [Fri, 23 Dec 2016 03:34:08 +0000 (19:34 -0800)]
Move hostconfig functionality to Neutron Northbound

This patch moves hostconfig functionality from Netvirt
to NN project. The code is organized to support multiple
southbound implementations. This patch includes
support for hostconfig for OVS.

Change-Id: If428cd3e0c1c466342888f46f17a1916176f0fc6
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
7 years agogitignore: remove MANIFEST.MF 13/51313/1
Isaku Yamahata [Wed, 1 Feb 2017 17:54:40 +0000 (10:54 -0700)]
gitignore: remove MANIFEST.MF

Now MANIFEST.MF is created under target directory.
There is no need to ignore MANIFEST.MF and MANIFEST that is not under
target/ directory should not be ignored.

Change-Id: If87003eb0fa38e78164df6ee36a9ed4471c35fcf
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoMerge "deploy-site.xml: update version"
Isaku Yamahata [Wed, 1 Feb 2017 15:03:06 +0000 (15:03 +0000)]
Merge "deploy-site.xml: update version"

7 years agopom: create MANIFEST.MF under target directory 99/51099/2
Isaku Yamahata [Fri, 27 Jan 2017 00:03:28 +0000 (16:03 -0800)]
pom: create MANIFEST.MF under target directory

Somehow MANIFEST.MF is generated as src/main/resources/META-INF/MANIFEST.MF.
This causes that mvn clean doesn't remove it.
It's not usually expected. make manifestLocation property default to
be created under target directory.

Change-Id: Id5610e1c824805446fbff0e8cafa5c9a484f05d3
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agodeploy-site.xml: update version 98/51098/1
Isaku Yamahata [Wed, 25 Jan 2017 23:48:54 +0000 (15:48 -0800)]
deploy-site.xml: update version

Change-Id: I07991a89890e27d39e5304ad98277f27bbdf8ed3
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoAdd support for Openstack Neutron Trunkport APIs 15/50615/7
Vishal Thapar [Sat, 14 Jan 2017 13:20:42 +0000 (18:50 +0530)]
Add support for Openstack Neutron Trunkport APIs

This adds the following:
1. Yang model for TrunkPort Openstack Neuton v2 extension
2. Implementation of API (spi, api and transcriber)
3. UTs for testing spi
4. ITs for E2E testing of API

External References:
https://blueprints.launchpad.net/neutron/+spec/vlan-aware-vms
http://specs.openstack.org/openstack/neutron-specs/specs/newton/vlan-aware-vms.html
https://wiki.openstack.org/wiki/Neutron/TrunkPort

ODL Driver: https://review.openstack.org/#/c/421895/

Change-Id: I1428e44f93a5bc4507ad5b39c1f2f9f92540fab8
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoMerge "neutorn-spi: more remove neutron prefix of field"
Isaku Yamahata [Wed, 11 Jan 2017 15:48:38 +0000 (15:48 +0000)]
Merge "neutorn-spi: more remove neutron prefix of field"

7 years agoneutorn-spi: more remove neutron prefix of field 47/50247/1
Isaku Yamahata [Tue, 10 Jan 2017 23:09:25 +0000 (15:09 -0800)]
neutorn-spi: more remove neutron prefix of field

The changeset of a2f1a28cb8b6c226f49716434cd8ccc34c43eaa4
the change id of I81984a294b4601bfb18b24140d03d615dba1424a was
imcomplete somehow.This patch removes remaining neutron prefix in spi.

Change-Id: I935e2028fc436cd01e8eb930eb5811f4dca26575
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoNeutronLogger: minor code clean up 14/50214/1
Isaku Yamahata [Tue, 10 Jan 2017 17:40:00 +0000 (09:40 -0800)]
NeutronLogger: minor code clean up

remove unnecessary methods in NeutronLogger

Change-Id: I72cd2ebc6093cd48d714ed4d11abb6a47405c65e
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoapiece unchecked cast warning 57/49457/2
Isaku Yamahata [Wed, 14 Dec 2016 22:35:30 +0000 (14:35 -0800)]
apiece unchecked cast warning

Eliminate unchecked cast warnings.
In some places we have to use @SuppressWarnings("unchecked")
unfortunately.

Change-Id: Ibaaeebabe86ec645bc61d68389c611b0a0bdc399
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoneutorn-spi: remove neutron prefix of field 19/49519/3
Isaku Yamahata [Sat, 17 Dec 2016 10:16:06 +0000 (02:16 -0800)]
neutorn-spi: remove neutron prefix of field

field name of neutron spi doesn't prefix neutron.
The following three classes have the fields with neutorn prefix.
NeutronL2gateway, NeutronL2gatewayDevice, NeutronLoadBalancerListener
remove prefix of the fields of those classes For consistency.

Change-Id: I81984a294b4601bfb18b24140d03d615dba1424a
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: remove suppression 17/49517/4
Isaku Yamahata [Sat, 17 Dec 2016 09:19:12 +0000 (01:19 -0800)]
checkstyle: remove suppression

Now there is no need of suppression for checkstyle.
remove checkstyle-suppressions.xml.

Change-Id: I1fe08a85542f52fcd94bf76f369b66bd0d02def6
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: AbbreviationAsWordInName 16/49516/4
Isaku Yamahata [Sat, 17 Dec 2016 09:04:13 +0000 (01:04 -0800)]
checkstyle: AbbreviationAsWordInName

fix AbbreviationAsWordInName and enable AbbreviationAsWordInName.

Change-Id: I6d0756598b7d2a000325b4986e2752aacfd30eb3
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: TypeName 15/49515/3
Isaku Yamahata [Sat, 17 Dec 2016 06:49:06 +0000 (22:49 -0800)]
checkstyle: TypeName

eliminate TypeName violation and enable it.

Change-Id: I97af3891eafc965176fa34f17176b62d897122a9
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: JavadocStyleCheck 14/49514/3
Isaku Yamahata [Sat, 17 Dec 2016 05:05:58 +0000 (21:05 -0800)]
checkstyle: JavadocStyleCheck

fix JavadocStyleCheck and enable it.

Change-Id: I1689aebded15605474c3ef388e433a87577d190a
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: enable SummaryJavadoc 13/49513/3
Isaku Yamahata [Sat, 17 Dec 2016 04:57:57 +0000 (20:57 -0800)]
checkstyle: enable SummaryJavadoc

fix SummaryJavadoc and enable it.

Change-Id: I68a464c78aacbb54d54b198b267d616d228e7403
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: enable JavadocTagContinuationIndentation 11/49511/3
Isaku Yamahata [Sat, 17 Dec 2016 02:16:43 +0000 (18:16 -0800)]
checkstyle: enable JavadocTagContinuationIndentation

Eliminate the violation of JavadocTagContinuationIndentation and enable
it.

Change-Id: If854fa71db3115200f57faa8c06c0dd1e8995c0c
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: enable JavadocParagraph 10/49510/3
Isaku Yamahata [Sat, 17 Dec 2016 02:08:10 +0000 (18:08 -0800)]
checkstyle: enable JavadocParagraph

Eliminate the violation of JavadocParagraph and enable it.

Change-Id: I1f114f516d96bf0d3f5530d92e876b788cd73af6
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: eliminate ConstantName violation 09/49509/3
Isaku Yamahata [Sat, 17 Dec 2016 01:56:50 +0000 (17:56 -0800)]
checkstyle: eliminate ConstantName violation

Eliminate ConstantName violation of checkstyle and enable it.

Change-Id: If124294de812c3b6f022edbe0d1540c78eeae2d8
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: enable LocalVariableName 08/49508/2
Isaku Yamahata [Sat, 17 Dec 2016 00:48:58 +0000 (16:48 -0800)]
checkstyle: enable LocalVariableName

fix LocalVariableName violation of checkstyle and enable it.

Change-Id: I6945ac54f3851772cc848093c56111c142d0723d
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agocheckstyle: ParameterName 07/49507/1
Isaku Yamahata [Fri, 16 Dec 2016 23:43:06 +0000 (15:43 -0800)]
checkstyle: ParameterName

Fix PrameterName checkstyle violation and enable it.

Change-Id: I7f06123fcd1fb5a6db1f47672c788aeb521814ec
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>