py34: Enable initial python34 testing for VPNaaS

This adds the initial unit tests which pass for python34
so we can enable this in the gate job.

Change-Id: Ibde058c11804a783b4477ecf4d59c1af99bd73fc
Signed-off-by: Kyle Mestery <mestery@mestery.com>
This commit is contained in:
Kyle Mestery 2015-07-30 22:14:40 +00:00
parent 93d21b1d48
commit 992f3a53dd

10
tox.ini
View File

@ -88,6 +88,16 @@ commands = {posargs}
[testenv:docs]
commands = sphinx-build -W -b html doc/source doc/build
[testenv:py34]
commands = python -m testtools.run \
neutron_vpnaas.tests.unit.extensions.test_vpnaas \
neutron_vpnaas.tests.unit.services.vpn.device_drivers.test_ipsec \
neutron_vpnaas.tests.unit.services.vpn.test_vpn_service \
neutron_vpnaas.tests.unit.services.vpn.test_vyatta_vpn_service \
neutron_vpnaas.tests.unit.services.vpn.service_drivers.test_vyatta_ipsec \
neutron_vpnaas.tests.unit.services.vpn.service_drivers.test_ipsec \
neutron_vpnaas.tests.unit.services.vpn.service_drivers.test_cisco_ipsec
[flake8]
# E125 continuation line does not distinguish itself from next logical line
# E126 continuation line over-indented for hanging indent