[controller-dev] IT failure in project generated by Startup Project Archetype


Anil Vishnoi
 

+ovsdb-dev

On Wed, Sep 2, 2015 at 1:34 AM, Anil Vishnoi <vishnoianil@...> wrote:
Hi Vishal,

I think you need to correct your feature name in HwvtepSouthboundIT.java file

    @Override
    public String getFeatureName() {
        return "odl-hwvtepsouthbound-ui";
    }

Change this to "odl-ovsdb-hwvtepsouthbound-ui" and it should fix this.

Anil

On Wed, Sep 2, 2015 at 12:10 AM, Vishal Thapar <vishal.thapar@...> wrote:

I used the Startup Project Archetype to create hwvtepsouthbound bundle in OVSDB. Everything goes through fine and had to make couple small corrections to default files/directories. But I am running into failure when running the generated Integration Tests in <project>-it.

 

https://jenkins.opendaylight.org/releng/job/ovsdb-verify-beryllium/jdk=openjdk7,nodes=dynamic_verify/1131/console

 

Could anyone help decipher what I’m doing wrong?

 

Thanks and Regards,

Vishal.

 

 


_______________________________________________
controller-dev mailing list
controller-dev@...
https://lists.opendaylight.org/mailman/listinfo/controller-dev




--
Thanks
Anil



--
Thanks
Anil


Sam Hague
 

Vishal,

there was a bug in the archetype for the it part that might be your issue:

- search for karaf.distro.groupId
- and replace org.opendaylight.${artifactId} with ${groupId}

see https://git.opendaylight.org/gerrit/#/c/26022/

Kudos to Stephen for finding the issue.

Sam

On Tue, Sep 1, 2015 at 4:04 PM, Anil Vishnoi <vishnoianil@...> wrote:
+ovsdb-dev

On Wed, Sep 2, 2015 at 1:34 AM, Anil Vishnoi <vishnoianil@...> wrote:
Hi Vishal,

I think you need to correct your feature name in HwvtepSouthboundIT.java file

    @Override
    public String getFeatureName() {
        return "odl-hwvtepsouthbound-ui";
    }

Change this to "odl-ovsdb-hwvtepsouthbound-ui" and it should fix this.

Anil

On Wed, Sep 2, 2015 at 12:10 AM, Vishal Thapar <vishal.thapar@...> wrote:

I used the Startup Project Archetype to create hwvtepsouthbound bundle in OVSDB. Everything goes through fine and had to make couple small corrections to default files/directories. But I am running into failure when running the generated Integration Tests in <project>-it.

 

https://jenkins.opendaylight.org/releng/job/ovsdb-verify-beryllium/jdk=openjdk7,nodes=dynamic_verify/1131/console

 

Could anyone help decipher what I’m doing wrong?

 

Thanks and Regards,

Vishal.

 

 


_______________________________________________
controller-dev mailing list
controller-dev@...
https://lists.opendaylight.org/mailman/listinfo/controller-dev




--
Thanks
Anil



--
Thanks
Anil

_______________________________________________
ovsdb-dev mailing list
ovsdb-dev@...
https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev



Vishal Thapar <vishal.thapar@...>
 

Thanks Anil, your fix solved the issue. I had changed the default feature name in features.xml as per Sam’s review comments but missed it in HwvtepSouthboundIT.java

 

Bug26022 one I had already fixed as I recalled it from Stephen and Ed’s mails.

 

From: Sam Hague [mailto:shague@...]
Sent: 02 September 2015 01:42
To: Anil Vishnoi
Cc: Vishal Thapar; ovsdb-dev@...
Subject: Re: [ovsdb-dev] [controller-dev] IT failure in project generated by Startup Project Archetype

 

Vishal,

there was a bug in the archetype for the it part that might be your issue:

- search for karaf.distro.groupId
- and replace org.opendaylight.${artifactId} with ${groupId}

see https://git.opendaylight.org/gerrit/#/c/26022/

Kudos to Stephen for finding the issue.

Sam

 

On Tue, Sep 1, 2015 at 4:04 PM, Anil Vishnoi <vishnoianil@...> wrote:

+ovsdb-dev

 

On Wed, Sep 2, 2015 at 1:34 AM, Anil Vishnoi <vishnoianil@...> wrote:

Hi Vishal,

 

I think you need to correct your feature name in HwvtepSouthboundIT.java file

 

    @Override

    public String getFeatureName() {

        return "odl-hwvtepsouthbound-ui";

    }

 

Change this to "odl-ovsdb-hwvtepsouthbound-ui" and it should fix this.

 

Anil

 

On Wed, Sep 2, 2015 at 12:10 AM, Vishal Thapar <vishal.thapar@...> wrote:

I used the Startup Project Archetype to create hwvtepsouthbound bundle in OVSDB. Everything goes through fine and had to make couple small corrections to default files/directories. But I am running into failure when running the generated Integration Tests in <project>-it.

 

https://jenkins.opendaylight.org/releng/job/ovsdb-verify-beryllium/jdk=openjdk7,nodes=dynamic_verify/1131/console

 

Could anyone help decipher what I’m doing wrong?

 

Thanks and Regards,

Vishal.

 

 

 

_______________________________________________
controller-dev mailing list
controller-dev@...
https://lists.opendaylight.org/mailman/listinfo/controller-dev



 

--

Thanks

Anil



 

--

Thanks

Anil


_______________________________________________
ovsdb-dev mailing list
ovsdb-dev@...
https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev