Exemplo n.º 1
0
 def test_delete_ipsecpolicy(self, mock):
     '''
     Test if it deletes the specified IPsecPolicy
     '''
     self.assertTrue(
         neutron.delete_ipsecpolicy('SALT', profile='openstack1'))
Exemplo n.º 2
0
 def test_delete_ipsecpolicy(self, mock):
     '''
     Test if it deletes the specified IPsecPolicy
     '''
     self.assertTrue(neutron.delete_ipsecpolicy('SALT',
                                                profile='openstack1'))
Exemplo n.º 3
0
 def test_delete_ipsecpolicy(self, mock):
     """
     Test if it deletes the specified IPsecPolicy
     """
     self.assertTrue(neutron.delete_ipsecpolicy("SALT", profile="openstack1"))
Exemplo n.º 4
0
 def test_delete_ipsecpolicy(self):
     """
     Test if it deletes the specified IPsecPolicy
     """
     self.assertTrue(neutron.delete_ipsecpolicy("SALT", profile="openstack1"))