def test_list_ports(self, mock): ''' Test if it fetches a list of all networks for a tenant ''' self.assertTrue(neutron.list_ports(profile='openstack1'))
def test_list_ports(self, mock): """ Test if it fetches a list of all networks for a tenant """ self.assertTrue(neutron.list_ports(profile="openstack1"))
def test_list_ports(self): """ Test if it fetches a list of all networks for a tenant """ self.assertTrue(neutron.list_ports(profile="openstack1"))