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