Change group controller of V2 test cases

The existing controller didn't change V21's controller makes
the whole test focus on V21 instead of V2.

Change-Id: I31c0bd36cad328a23763e79c8658aaf4ef6a7c3d
This commit is contained in:
jichenjc 2015-05-08 06:05:02 +08:00
parent 0e5cefcf1d
commit fc7e9c101f
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ class TestNeutronSecurityGroupsV21(
class TestNeutronSecurityGroupsV2(TestNeutronSecurityGroupsV21):
controller_cls = security_groups.SecurityGroupController
secgrp_ctl_cls = security_groups.SecurityGroupController
server_secgrp_ctl_cls = security_groups.ServerSecurityGroupController
secgrp_act_ctl_cls = security_groups.SecurityGroupActionController