horizon/openstack_dashboard/test/integration_tests/pages/admin
Rodrigo Barbieri 196de449b6 Implement pagination in admin/proj network tab
Added pagination support to the networks page under
Project and Admin Dashboard.

To accomplish so, the method network_list_for_tenant
in api/neutron.py that is used for listing networks under
the Project Dashboard was refactored to merge the different
requests for shared, non-shared and external networks while
tracking the pagination for each of those requests, so for
instance when all the shared networks are listed and paginated
then the non-shared networks are queried and so on.

For the Admin dashboard all network types are retrieved under
a single request so it is a simpler pagination logic.

Partial-Bug: #1746184
Change-Id: I96a2d6cabed47c89bdc02ec922d7f9451e5ec025
2022-02-16 18:15:48 -03:00
..
compute Use python3-style super() 2020-10-15 14:37:20 +09:00
network Implement pagination in admin/proj network tab 2022-02-16 18:15:48 -03:00
system Consisent abbreviation of size units 2021-05-04 11:50:17 -03:00
volume Merge "Add integration-test for Volume Group Type" 2020-12-01 20:06:32 +00:00
__init__.py Add new directory structure for page objects 2014-11-27 21:14:45 +01:00
overviewpage.py Use python3-style super() 2020-10-15 14:37:20 +09:00