Beispiel #1
0
 def test_delete_ikepolicy(self, mock):
     '''
     Test if it deletes the specified IKEPolicy
     '''
     self.assertTrue(neutron.delete_ikepolicy('SALT', profile='openstack1'))
Beispiel #2
0
 def test_delete_ikepolicy(self, mock):
     '''
     Test if it deletes the specified IKEPolicy
     '''
     self.assertTrue(neutron.delete_ikepolicy('SALT',
                                              profile='openstack1'))
Beispiel #3
0
 def test_delete_ikepolicy(self, mock):
     """
     Test if it deletes the specified IKEPolicy
     """
     self.assertTrue(neutron.delete_ikepolicy("SALT", profile="openstack1"))
Beispiel #4
0
 def test_delete_ikepolicy(self):
     """
     Test if it deletes the specified IKEPolicy
     """
     self.assertTrue(neutron.delete_ikepolicy("SALT", profile="openstack1"))