Re: [openstack-dev] Neutron: Need help with tox failure in VPN code

2014-03-04 Thread Paul Michali
.Mock() >> self.driver.service_type = ipsec_driver.IPSEC >> driver_cls.return_value = self.driver >> + vpnaas_provider = (p_constants.VPN + >> + ':vpnaas:neutron.services.vpn.' >> + 'service_drivers.ipsec.IPsecVPNDriver:default' ) >> + c

Re: [openstack-dev] Neutron: Need help with tox failure in VPN code

2014-03-04 Thread Paul Michali
+ cfg.CONF.set_override('service_provider', > + [vpnaas_provider], 'service_providers') > super(TestVPNDriverPlugin, self).setUp( > vpnaas_plugin=VPN_DRIVER_CLASS) > > > > From: "Paul Michali" > To: "OpenStack Development Mailing List (n

Re: [openstack-dev] Neutron: Need help with tox failure in VPN code

2014-03-03 Thread Bo Lin
x27;) super(TestVPNDriverPlugin, self).setUp( vpnaas_plugin=VPN_DRIVER_CLASS) - Original Message - From: "Paul Michali" To: "OpenStack Development Mailing List (not for usage questions)" Sent: Tuesday, March 4, 2014 1:28:48 PM Subject: [openstack-dev] Neutron:

Re: [openstack-dev] Neutron: Need help with tox failure in VPN code

2014-03-03 Thread Irena Berezovsky
for usage questions) Subject: [openstack-dev] Neutron: Need help with tox failure in VPN code Hi, I'm stuck and can use some guidance here...please! I have a change set out for review that used the VPN Service Type Framework ( https://review.openstack.org/74144). Everything worked fine, p

Re: [openstack-dev] Neutron: Need help with tox failure in VPN code

2014-03-03 Thread Nachi Ueno
./run_test.sh or ./run_test.sh -d package_name is working? 2014-03-03 21:28 GMT-08:00 Paul Michali : > Hi, > > I'm stuck and can use some guidance here...please! > > I have a change set out for review that used the VPN Service Type Framework > ( https://review.openstack.org/74144). Everything work

[openstack-dev] Neutron: Need help with tox failure in VPN code

2014-03-03 Thread Paul Michali
Hi, I'm stuck and can use some guidance hereā€¦please! I have a change set out for review that used the VPN Service Type Framework ( https://review.openstack.org/74144). Everything worked fine, passed Jenkins, etc. Found out that the STF won't make it to I-3, so I removed the dependency from my