Test multiple security groups association for a vm

 - This testcase makes use of access point VM,which is created in setUp()
   method
 - access point vm is already created with two security groups i.e
   access_sg & def_sg .The access_sg security group is added with ssh rule
 - In the test case I make use of this and only add a security rule to
   already added security group def_sg (which was without any rule)
 - The Intent of this testcase is to test that both the security groups (
   each with a single security rule )are applied .

Change-Id: I8e806056bc6197a3189e827c0b182b7c4bdbdf41
1 file changed