def test_update_subnet(self, mock): ''' Test if it updates a subnet ''' self.assertTrue(neutron.update_subnet('255.255.255.0', name='Salt', profile='openstack1'))
def test_update_subnet(self): """ Test if it updates a subnet """ self.assertTrue( neutron.update_subnet("255.255.255.0", name="Salt", profile="openstack1") )
def test_update_subnet(self, mock): ''' Test if it updates a subnet ''' self.assertTrue( neutron.update_subnet('255.255.255.0', name='Salt', profile='openstack1'))
def test_update_subnet(self, mock): """ Test if it updates a subnet """ self.assertTrue(neutron.update_subnet("255.255.255.0", name="Salt", profile="openstack1"))