def test_create_network(self, mock): ''' Test if it creates a new network ''' self.assertTrue(neutron.create_network('SALT', profile='openstack1'))
def test_create_network(self, mock): """ Test if it creates a new network """ self.assertTrue(neutron.create_network("SALT", profile="openstack1"))
def test_create_network(self): """ Test if it creates a new network """ self.assertTrue(neutron.create_network("SALT", profile="openstack1"))