python-tackerclient/tackerclient/tests/unit/osc/v1
Koichi Edagawa 06750997e6 Support listing all records at once with paging
This patch enables you to receive all records for target list
commands at once even if Tacker's server paginates them.

Target commands are below.

 - openstack vnflcm list
 - openstack vnflcm op list
 - openstack vnflcm subsc list

* As for the following command, it will be supported after
  implementing pagination feature in Tacker's server.

 - openstack vnf package list

Implements: blueprint paging-query-result
Change-Id: I8e5c9bdd99b9c1e45aef8aa1e74bdbbfdd7c5c89
2022-08-31 17:18:24 +09:00
..
fixture_data Multi version API support 2021-08-31 22:24:52 +00:00
vnf Replace assertItemsEqual with assertCountEqual 2020-06-04 16:08:48 +02:00
__init__.py OSC support for VNF package APIs 2019-09-13 10:27:48 +00:00
test_vnf_package.py Implementation Artifacts support in Tacker 2020-09-14 07:35:55 -04:00
test_vnflcm.py Support listing all records at once with paging 2022-08-31 17:18:24 +09:00
test_vnflcm_op_occs.py Support listing all records at once with paging 2022-08-31 17:18:24 +09:00
test_vnflcm_subsc.py Support listing all records at once with paging 2022-08-31 17:18:24 +09:00
vnf_package_fakes.py Implementation Artifacts support in Tacker 2020-09-14 07:35:55 -04:00
vnflcm_fakes.py vnfConfigurableProperties missing in VNF show 2021-06-21 12:08:55 +00:00
vnflcm_op_occs_fakes.py Support CLI for Getting List of VNF LCM Operation Occurrences 2021-03-10 22:24:11 +09:00
vnflcm_subsc_fakes.py Add vnflcm subscriptions APIs 2022-07-21 14:56:56 +09:00