def test_update_network(self): """ Test if it updates a network """ self.assertTrue( neutron.update_network("SALT", "SLATSTACK", profile="openstack1") )
def test_update_network(self, mock): ''' Test if it updates a network ''' self.assertTrue( neutron.update_network('SALT', 'SLATSTACK', profile='openstack1'))
def test_update_network(self, mock): """ Test if it updates a network """ self.assertTrue(neutron.update_network("SALT", "SLATSTACK", profile="openstack1"))
def test_update_network(self, mock): ''' Test if it updates a network ''' self.assertTrue(neutron.update_network('SALT', 'SLATSTACK', profile='openstack1'))