[openstack-dev] Adieu

2016-06-27 Thread Bharath Kumar Gubbala
Hello All,

Finally the moment has arrived to say goodbye, which is never easy, especially 
when you have been part of the BROCADE family.It has been a fantastic journey 
and a great learning experience where I have enjoyed every moment and I 
appreciate having had the opportunity to work with each of you with whom I have 
interacted.


Sincere thanks to Alex and all my colleagues for their support and guidance to 
excel in my career.I am also very thankful to the Openstack and VRouter Team 
members who were always there to guide me throughout the journey. And a very 
Big "Thank You" to all my friends with whom I have spent the wonderful moments, 
that would last a lifetime.

Even though I will miss you all, I am looking forward to this new challenge and 
to start a new phase in my career. I wish you all the very best in life. I am 
reachable at my personal email bharathkumar.e...@gmail.com and Contact number 
+919632892989.


It was a pleasure knowing each and every one of you. In case I have 
unintentionally hurt any one, please forgive me. Needless to say, please stay 
in touch.

Thanks & Best Regards,

G Bharath Kumar
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [neutron][vpnaas] VPNaaS tox api failure

2016-04-26 Thread Bharath Kumar Gubbala
Thanks madhu, I will try it out below patchset.

From: Madhusudhan Kandadai [madhusudhan.openst...@gmail.com]
Sent: 27 April 2016 03:28
To: Bharath Kumar Gubbala
Cc: OpenStack Development Mailing List (not for usage questions); Alex 
Geevarghese; Paul Michali; hen...@gessau.net
Subject: Re: [openstack-dev] [neutron][vpnaas] VPNaaS tox api failure

Hi Bharath,

Yes. Did you have this patch 
https://review.openstack.org/#/c/281493/<https://urldefense.proofpoint.com/v2/url?u=https-3A__review.openstack.org_-23_c_281493_&d=CwMFaQ&c=IL_XqQWOjubgfqINi2jTzg&r=87NL1fmn9sX2yN6wRmckSjVQpenT6rqPI7fvK0O5yfk&m=UO3NuGlhJBlMDomX-pSY_zgMUQCdJSvrA29drPEtjEw&s=Q20HS2UPxa_kJQyUIyZmdwx33Vrxps8caCFSD1dKU9w&e=>
 before you run "tox -e api" ? There was a change in neutron that removed vpn 
and fw tests and its in their tree. However, to make it work for vpn api tests, 
we need to figure out a way to implement the changes in vpn tree. However for 
time being, patch 281493 needs to be cherry picked until we get a timeline to 
implement in vpnaas tree.

If you have cycles, feel free to take on 
https://review.openstack.org/#/c/281493<https://urldefense.proofpoint.com/v2/url?u=https-3A__review.openstack.org_-23_c_281493&d=CwMFaQ&c=IL_XqQWOjubgfqINi2jTzg&r=87NL1fmn9sX2yN6wRmckSjVQpenT6rqPI7fvK0O5yfk&m=UO3NuGlhJBlMDomX-pSY_zgMUQCdJSvrA29drPEtjEw&s=VHQWmcFfAKpwxmGiLTBPSlo-GxqZPbtX6hk4XKl-8vE&e=>
 and once that merges, 
https://review.openstack.org/#/c/279787/<https://urldefense.proofpoint.com/v2/url?u=https-3A__review.openstack.org_-23_c_279787_&d=CwMFaQ&c=IL_XqQWOjubgfqINi2jTzg&r=87NL1fmn9sX2yN6wRmckSjVQpenT6rqPI7fvK0O5yfk&m=UO3NuGlhJBlMDomX-pSY_zgMUQCdJSvrA29drPEtjEw&s=5DUiNO7Dxl6nqfdz5m3WeMyVBZqbzp6nXLJbtk_y9kI&e=>
 is the traditional way of running tempest tests using tempest plugin. Hope 
this helps.

Regards,
Madhu

On Mon, Apr 25, 2016 at 11:14 AM, Bharath Kumar Gubbala 
mailto:bhar...@brocade.com>> wrote:

Hi Henry,


Do you have any info on below query in the thread.(is 'tox -e api' working in 
neutron-vpnaas ?)



Thanks,

bharath



From: bharath mailto:bhar...@brocade.com>>
Sent: 08 April 2016 01:53
To: OpenStack Development Mailing List (not for usage questions); Alex 
Geevarghese; 
madhusudhan.openst...@gmail.com<mailto:madhusudhan.openst...@gmail.com>; 
p...@michali.net<mailto:p...@michali.net>
Subject: Re: [openstack-dev] [neutron][vpnaas] VPNaaS tox api failure

Thanks Paul for info.

Yes i had run the tests locally under VPN-repo.

My analysis:

  *   VPN test cases were using the neutron client for VPN services 
(which no longer supported by neutron).

 Thats why its throwing "tempest.lib.exceptions.NotFound: 
Object not found"

  *   In the case of FW , there were using router client directly 
instead of neutron client.


I will check with madhusudhan for additional info.



Madhu,
Let me know if you have info on "tox api" support.
If it is an known issue, i can take it up and complete fix

Thanks,
bharath




On Friday 08 April 2016 01:00 AM, Paul Michali wrote:
Are you running the test locally?

IIRC, the tempest based API tests for VPN have been (are being) moved to the 
VPN repo, but I don't know if a job was ever created for this so that the tests 
actually run. You may want to check with the author who moved the tests 
(madhusudan-kandadai) under commit 3cae934a, to see if the CI job was ever 
created. It is possible that it was never completed.

Likewise, I don't know if support was added to tox.ini for the api test. I've 
never run the test, granted I've been away from VPN for a while and only 
involved intermittently since Liberty, so I may be a bit out of touch.

Regards,

PCM


On Thu, Apr 7, 2016 at 2:23 PM bharath 
mailto:bhar...@brocade.com>> wrote:

Hi,

While running "tox -e api" i hitting " tempest.lib.NotFound" Error.

Is it a known issue ? failures expected?

https://review.openstack.org/#/c/291949/1<https://urldefense.proofpoint.com/v2/url?u=https-3A__review.openstack.org_-23_c_291949_1&d=CwMFaQ&c=IL_XqQWOjubgfqINi2jTzg&r=87NL1fmn9sX2yN6wRmckSjVQpenT6rqPI7fvK0O5yfk&m=9pS9SGHSr62ETR_Qt_kSEpw9f-DjUThD6EYZ90W4cyU&s=ZDw4wmaoyLK168h__uf18GUBHbyWR45DLbdEGW5G-jY&e=>
  ==> In this commit messages it says it kindof expected failure.

Can someone provide some clarification on this

Thanks,
bharath
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe<https://urldefense.proofpoint.com/v2/url?u=http-3A__OpenStack-2Ddev-2Drequest-40lists.openstack.org-3Fsubject-3Aunsubscribe&d=CwMFa

Re: [openstack-dev] [neutron][vpnaas] VPNaaS tox api failure

2016-04-25 Thread Bharath Kumar Gubbala
Hi Henry,


Do you have any info on below query in the thread.(is 'tox -e api' working in 
neutron-vpnaas ?)



Thanks,

bharath



From: bharath 
Sent: 08 April 2016 01:53
To: OpenStack Development Mailing List (not for usage questions); Alex 
Geevarghese; madhusudhan.openst...@gmail.com; p...@michali.net
Subject: Re: [openstack-dev] [neutron][vpnaas] VPNaaS tox api failure

Thanks Paul for info.

Yes i had run the tests locally under VPN-repo.

My analysis:

  *   VPN test cases were using the neutron client for VPN services 
(which no longer supported by neutron).

 Thats why its throwing "tempest.lib.exceptions.NotFound: 
Object not found"

  *   In the case of FW , there were using router client directly 
instead of neutron client.


I will check with madhusudhan for additional info.



Madhu,
Let me know if you have info on "tox api" support.
If it is an known issue, i can take it up and complete fix

Thanks,
bharath




On Friday 08 April 2016 01:00 AM, Paul Michali wrote:
Are you running the test locally?

IIRC, the tempest based API tests for VPN have been (are being) moved to the 
VPN repo, but I don't know if a job was ever created for this so that the tests 
actually run. You may want to check with the author who moved the tests 
(madhusudan-kandadai) under commit 3cae934a, to see if the CI job was ever 
created. It is possible that it was never completed.

Likewise, I don't know if support was added to tox.ini for the api test. I've 
never run the test, granted I've been away from VPN for a while and only 
involved intermittently since Liberty, so I may be a bit out of touch.

Regards,

PCM


On Thu, Apr 7, 2016 at 2:23 PM bharath 
mailto:bhar...@brocade.com>> wrote:

Hi,

While running "tox -e api" i hitting " tempest.lib.NotFound" Error.

Is it a known issue ? failures expected?

https://review.openstack.org/#/c/291949/1
  ==> In this commit messages it says it kindof expected failure.

Can someone provide some clarification on this

Thanks,
bharath
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.openstack.org_cgi-2Dbin_mailman_listinfo_openstack-2Ddev&d=CwICAg&c=IL_XqQWOjubgfqINi2jTzg&r=87NL1fmn9sX2yN6wRmckSjVQpenT6rqPI7fvK0O5yfk&m=9pS9SGHSr62ETR_Qt_kSEpw9f-DjUThD6EYZ90W4cyU&s=ajURyED5NOlDi3x19ZS_layCPNAtjp7vjElGBLVMOtQ&e=


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev