Re: [openstack-dev] [neutron][lbaas] Invalid import in tempest v2 api tests

2015-03-23 Thread Doug Wiegley
Hi Vijay,

That works because we pin the version of tempest that we run against, via
tox.  If you're using devstack-gate in your CI, note the two hooks found
here:

https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/tests/contrib/

If not, you need to mimic the behavior of the post-test-hook

Thanks,
doug


On Fri, Mar 20, 2015 at 11:57 AM, Vijay Venkatachalam 
vijay.venkatacha...@citrix.com wrote:

   Hi:



 The LBaaS API tests are failing to run because test_pools.py(and other
 tests as well) are importing data_utils  from tempest.common.utils.


  Looks like data_utils is moved to tempest_lib now and the API tests need
 to change to import from tempest_lib.



 Is someone tracking this?



 We are blocked in bringing up a CI for netscaler.



 Also, we are thinking of running lbaas CLI tests as part of the CI.



 Any suggestions/comments?





 Thanks

 Vijay


  Sent from Surface


 __
 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
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [neutron][lbaas] Invalid import in tempest v2 api tests

2015-03-20 Thread Vijay Venkatachalam
Hi:

The LBaaS API tests are failing to run because test_pools.py(and other tests as 
well) are importing data_utils  from tempest.common.utils.

Looks like data_utils is moved to tempest_lib now and the API tests need to 
change to import from tempest_lib.

Is someone tracking this?

We are blocked in bringing up a CI for netscaler.

Also, we are thinking of running lbaas CLI tests as part of the CI.

Any suggestions/comments?


Thanks
Vijay


Sent from Surface

__
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