]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support enhancements to Cisco CSR VPN REST APIs
authorPaul Michali <pcm@cisco.com>
Fri, 4 Apr 2014 19:14:36 +0000 (19:14 +0000)
committerPaul Michali <pcm@cisco.com>
Wed, 16 Apr 2014 12:08:07 +0000 (12:08 +0000)
commitcb948a47058d96b35ddf555d02962088461af6b6
tree7c1e6e7b6e2c4fd3f1185ba331da68dc833af586
parentf89d3fec9b34459683491de28ab5daccd9c12093
Support enhancements to Cisco CSR VPN REST APIs

Incorporate latest enhancements and fixes in Cisco CSR router REST API
to the VPNaaS device driver and unit test cases. Primarily, is support in
the REST API for different IKE and IPSec encryption algorithms, name length
error handling, disable of anti replay window, and IKE keep alive.

Also includes minor typos and comment fixes mentioned in previous reviews.

Note: notest_cisco_csr_rest.py, which tests the CSR REST client, is not
part of the UT suite yet, pending resolution of httmock package inclusion
as test requirement.

Change-Id: I931f487fbd4ead93a1648e89c9c383b3d55fc07c
Closes-Bug: 1303820
neutron/services/vpn/device_drivers/cisco_ipsec.py
neutron/services/vpn/device_drivers/ipsec.py
neutron/tests/unit/services/vpn/device_drivers/cisco_csr_mock.py
neutron/tests/unit/services/vpn/device_drivers/notest_cisco_csr_rest.py
neutron/tests/unit/services/vpn/device_drivers/test_cisco_ipsec.py