openstack-python-openstackc.../openstackclient/tests/unit/common
youngho choi 6f616a29b3 Add support '--progress' option for 'image create'
openstack-client doesn’t support the upload progress bar.

This patch shows progressbar when create image
if you added '--progress' option like a python-glanceclient.

like this.
[=============================>] 100%
+------------------+---------------------------+
| Field            | Value                     |
+------------------+---------------------------+
| container_format | bare                      |
| created_at       | 2020-09-06T20:44:40Z      |
...

How to use
Add the'--progress' option on the 'openstack image create' command.

Code was written by referring to 'python-glanceclient' project
on stable/ussuri branch

Change-Id: Ic3035b49da10b6555066eee607a14a5b73797c00
task: 40003
story: 2007777
2021-01-04 17:25:34 +00:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_availability_zone.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_clientmanager.py Remove token_endpoint auth type 2019-08-27 11:08:50 -05:00
test_command.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_configuration.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_extension.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_limits.py Fix limits show command without Nova and Cinder 2018-04-03 00:47:00 -07:00
test_logs.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_module.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_parseractions.py Replace assertItemsEqual with assertCountEqual 2020-06-01 16:39:54 +02:00
test_progressbar.py Add support '--progress' option for 'image create' 2021-01-04 17:25:34 +00:00
test_project_purge.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_quota.py Remove None valued network quota entries 2020-09-22 05:12:09 +00:00