Esempio n. 1
0
 def test_delete_security_group(self, mock):
     '''
     Test if it deletes the specified security group
     '''
     self.assertTrue(
         neutron.delete_security_group('SALT', profile='openstack1'))
Esempio n. 2
0
 def test_delete_security_group(self, mock):
     '''
     Test if it deletes the specified security group
     '''
     self.assertTrue(neutron.delete_security_group('SALT',
                                                   profile='openstack1'))
Esempio n. 3
0
 def test_delete_security_group(self, mock):
     """
     Test if it deletes the specified security group
     """
     self.assertTrue(neutron.delete_security_group("SALT", profile="openstack1"))
Esempio n. 4
0
 def test_delete_security_group(self):
     """
     Test if it deletes the specified security group
     """
     self.assertTrue(neutron.delete_security_group("SALT", profile="openstack1"))