[openstack-dev] [Neutron][LBaaS][Tempest] LBaaS API Tempest testing status update

2014-08-10 Thread Miguel Lavalle
Hi, I have concluded the api testing of LBaaS v2. All the operations on all the resources pass the api test. The test passes both with JSON and XML interfaces. I now will move on to scenario testing The extensions to the neutron clients in tempest are verified to work and good to merge. Please

Re: [openstack-dev] [Neutron][LBaaS][Tempest] LBaaS API Tempest testing status update

2014-08-05 Thread Miguel Lavalle
Hey Brandon, I rebuilt my devstack with the latest code you pushed. All the operations on all the resources work now with JSON. I will be doing some further detailed testing such as XML and GETs with filters. I will report results here Cheers On Tue, Aug 5, 2014 at 12:44 AM, Brandon Logan

Re: [openstack-dev] [Neutron][LBaaS][Tempest] LBaaS API Tempest testing status update

2014-08-04 Thread Brandon Logan
Hey Miguel, I was able to reproduce the issue here and luckily it was an error in the driver. So that means I don't need to update the plugin. I fixed the issue in the driver, and pushed the change up. Everything should be working now. Thanks, Brandon On Sun, 2014-08-03 at 20:42 -0500, Miguel

[openstack-dev] [Neutron][LBaaS][Tempest] LBaaS API Tempest testing status update

2014-08-03 Thread Miguel Lavalle
Hi, Today I have confirmed with a Tempest api test script that all the operations for loadbalancers, listeners, healthmonitors and pools for the new LBaaS v2.0 work correctly. As for members, POST, PUT and GET operations also work correctly. The only exception is the DELETE operation. The test