def test_update_floatingip(self): """ Test if it updates a floatingIP """ self.assertTrue( neutron.update_floatingip("SALTSTACK", port="800", profile="openstack1") )
def test_update_floatingip(self, mock): ''' Test if it updates a floatingIP ''' self.assertTrue( neutron.update_floatingip('SALTSTACK', port='800', profile='openstack1'))
def test_update_floatingip(self, mock): """ Test if it updates a floatingIP """ self.assertTrue(neutron.update_floatingip("SALTSTACK", port="800", profile="openstack1"))
def test_update_floatingip(self, mock): ''' Test if it updates a floatingIP ''' self.assertTrue(neutron.update_floatingip('SALTSTACK', port='800', profile='openstack1'))