Beispiel #1
0
 def test_delete_floatingip(self, mock):
     '''
     Test if it deletes the specified floating IP
     '''
     self.assertTrue(
         neutron.delete_floatingip('SALTSTACK', profile='openstack1'))
Beispiel #2
0
 def test_delete_floatingip(self, mock):
     '''
     Test if it deletes the specified floating IP
     '''
     self.assertTrue(neutron.delete_floatingip('SALTSTACK',
                                               profile='openstack1'))
Beispiel #3
0
 def test_delete_floatingip(self, mock):
     """
     Test if it deletes the specified floating IP
     """
     self.assertTrue(neutron.delete_floatingip("SALTSTACK", profile="openstack1"))
Beispiel #4
0
 def test_delete_floatingip(self):
     """
     Test if it deletes the specified floating IP
     """
     self.assertTrue(neutron.delete_floatingip("SALTSTACK", profile="openstack1"))