openstack-python-openstackc.../openstackclient/tests/functional
Rodolfo Alonso Hernandez 4dbfc47552 Return the `port` column headers expected in the list command
In [1], it was added the ability to print in the "port list" command
any field not defined in the hardcoded column set for this command.

But in [2], it was added a filter list in the API call in order to
reduce the CLI execution time. The unintentional drawback of this
optimization was that is no longer possible to print any field outside
the "port list" column set.

Because the optimization if preferred and it is always possible to use
"port show" to see all the port fields, the code added in [1] is
removed.

[1]https://review.opendev.org/c/openstack/python-openstackclient/+/522901
[2]https://review.opendev.org/c/openstack/python-openstackclient/+/754117

Closes-Bug: #2098980
Related-Bug: #1707848
Related-Bug: #1897100
Change-Id: Ia944b8e108c454219d642cfa595ffafdf060a57f
2025-03-26 15:57:12 +00:00
..
common Merge "compute: Allow adding, removing multiple SGs" 2024-09-17 13:26:47 +00:00
compute tests: Add functional test for adding, removing SGs 2024-12-09 13:56:58 +00:00
identity Identity: Migrate 'role' commands to SDK 2025-01-13 21:55:10 +00:00
image pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
network Return the `port` column headers expected in the list command 2025-03-26 15:57:12 +00:00
object pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
volume pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00