Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/openstack/tests/functional/cloud/__pycache__/test_volume.cpython-39.pyc
Ðазад
a u�h� � @ sV d Z ddlmZ ddlmZ ddlmZ ddlmZ ddl m Z G dd� dej�Zd S ) ze test_volume ---------------------------------- Functional tests for `shade` block storage methods. � )�TimeoutException)�content)�exc)�base)�utilsc sJ e Zd ZdZ� fdd�Zdd� Zdd� Zdd d �Zdd� Zd d� Z � Z S )� TestVolumeg �?c s2 t t| ��� | �d� | j�d�s.| �d� d S )Nz,Volume functional tests temporarily disabled�volumez%volume service not supported by cloud)�superr �setUpZskipTest� user_cloudZhas_service)�self�� __class__� ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/openstack/tests/functional/cloud/test_volume.pyr ! s zTestVolume.setUpc C s | � � }| � � }| �dt�|�� | j| j||d� | jj|dd�}| jj|d |d�}| j� |d �}| � |d |d � dd� | j�� D �}| �|d |� | j� � }d d� |D �}| �|d |� | j�|d �} | � |d | d � | jj|d d� | jj|d d� dS ) z&Test volume and snapshot functionalityr )� snapshot_name� ��display_name�size�id)r c S s g | ]}|d �qS �r r ��.0�vr r r � <listcomp>7 � z+TestVolume.test_volumes.<locals>.<listcomp>c S s g | ]}|d �qS r r �r �sr r r r ; r T��waitN)�getUniqueString� addDetailr �text_content� addCleanup�cleanupr � create_volumeZcreate_volume_snapshotZget_volume_by_id�assertEqual�list_volumes�assertInZlist_volume_snapshotsZget_volume_snapshot_by_id�delete_volume_snapshot� delete_volume) r �volume_namer r �snapshotZ ret_volume� volume_idsZ snapshot_listZsnapshot_idsZret_snapshotr r r �test_volumes'