]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add port-security extension API test cases
authorYalei Wang <yalei.wang@intel.com>
Thu, 26 Mar 2015 07:49:13 +0000 (15:49 +0800)
committerDmitry Ratushnyy <dratushn@cisco.com>
Tue, 5 May 2015 11:15:30 +0000 (14:15 +0300)
commit5509839e0af89467eb14ee178807e2898202101b
tree90ba5a0fd46be9e35c392bd5467a5125d7d9b740
parent8978516e49a246fb490dad9a2a4e34f1e98afea5
Add port-security extension API test cases

Netron ml2 plugin introduces a new extension port-security from Kilo cycle,
this patch add the API test cases for it. It verifies the default value of the
attribute, for network and port. And It also verifies the confict between
setting port-security and sec-group/address-pairs.

Change-Id: Ie0ec090e8fdce7dbdbce14ef47f38e8e57f262d4
Partially Implements: blueprint ml2-ovs-portsecurity
Depends-On: I3035317c83d22804855517434bd8578719ce0436
neutron/tests/api/test_extension_driver_port_security.py [new file with mode: 0644]