karbor/karbor/tests/unit/protection
Gaëtan Trellu 089f9886b0 Not able to upload volume to image
upload_to_image() function should be updated when
client version is bigger than 3.1.

Without this we are not able to run this function:

   image = cinder_client.volumes.upload_to_image(
       volume=temporary_volume,
       force=True,
       image_name='temporary_image_of_{0}'.format(temporary_volume.id),
       container_format="bare",
       disk_format="raw"
   )

Change-Id: I825ad0d6f6c25e2d85c756e6148e73e7e298ef75
Closes-Bug: #1787399
Co-Authored-By: Jiao Pengju <jiaopengju@cmss.chinamobile.com>
2018-10-14 17:36:04 +08:00
..
__init__.py Change Smaug to Karbor 2016-08-18 22:55:34 +08:00
fake_clients.py Remove redundant ctor super calls, add missing 2017-05-14 12:10:31 +03:00
fake_s3_client.py Fix glance image restore error 2017-07-26 16:30:10 +08:00
fake_swift_client.py Fix glance image restore error 2017-07-26 16:30:10 +08:00
fakes.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_bank.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_checkpoint.py Remove unnecessary setUp function in testcase 2017-05-07 09:38:43 +00:00
test_checkpoint_collection.py Add tenant isolation of checkpoints 2017-10-20 09:22:38 +08:00
test_cinder_freezer_protection_plugin.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_cinder_glance_plugin.py Not able to upload volume to image 2018-10-14 17:36:04 +08:00
test_cinder_protection_plugin.py Add verification API for Karbor 2017-10-23 10:33:45 +08:00
test_cinder_snapshot_protection_plugin.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_database_protection_plugin.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_file_system_bank_plugin.py Fix image restore failed with file system bank 2017-12-27 12:37:52 +08:00
test_glance_protection_plugin.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_graph.py Fixed order of arguments in assertEqual 2017-07-14 11:56:41 +00:00
test_manager.py Add tenant isolation of checkpoints 2017-10-20 09:22:38 +08:00
test_manila_protection_plugin.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_neutron_protection_plugin.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_nova_protection_plugin.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_pod_protection_plugin.py Add content parameter for checkpoint and bank modules 2018-01-31 14:52:10 +08:00
test_protectable.py Add kubernetes pod protectable plugin to Karbor 2017-09-04 21:18:04 +08:00
test_provider.py Add filter parameter for provider list API 2018-01-29 14:05:38 +08:00
test_resource_flow.py Add the checkpoint copy API for Karbor 2017-11-13 15:28:09 +08:00
test_s3_bank_plugin.py Increase s3 bank plugin 2017-07-18 13:51:39 +08:00
test_swift_bank_plugin.py Fixed order of arguments in assertEqual 2017-07-14 11:56:41 +00:00
test_workflow.py Change Smaug to Karbor 2016-08-18 22:55:34 +08:00