Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/openstack/tests/functional/network/v2/__pycache__/test_service_profile.cpython-39.pyc
Ðазад
a u�h� � @ s. d dl mZ d dlmZ G dd� dej�ZdS )� )�service_profile)�basec sX e Zd ZdZdZdZdZ� fdd�Z� fdd�Zd d � Z dd� Z d d� Zdd� Z� Z S )�TestServiceProfileZDESCRIPTIONzUPDATED-DESCRIPTIONZFlAVOR_PROFILE_METAINFONc s` t t| ��� | jjj| j| jd�}t|t j �s4J �| �| j|j� | �| j|j � |j| _d S )N)�descriptionZmetainfo)�superr �setUp�conn�networkZcreate_service_profile�SERVICE_PROFILE_DESCRIPTION�METAINFO� isinstance�_service_profileZServiceProfile�assertEqualr � meta_info�id�ID��self�service_profiles�� __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/network/v2/test_service_profile.pyr s ��zTestServiceProfile.setUpc s0 | j jj| jdd�}| �|� tt| ��� d S )NT)Zignore_missing)r r Zdelete_service_profiler ZassertIsNoner r �tearDownr r r r r % s � zTestServiceProfile.tearDownc C s$ | j j�| j�}| �| j|j� d S �N)r r Zfind_service_profiler r r r r r r r � test_find, s ��zTestServiceProfile.test_findc C s4 | j j�| j�}| �| j|j� | �| j|j� d S r ) r r Zget_service_profiler r r r r r r r r r �test_get2 s �zTestServiceProfile.test_getc C s* | j jj| j| jd�}| �| j|j� d S )N)r )r r Zupdate_service_profiler �UPDATE_DESCRIPTIONr r r r r r �test_update8 s �zTestServiceProfile.test_updatec C s( dd� | j j�� D �}| �| j|� d S )Nc S s g | ] }|j �qS r )r )�.0�fr r r � <listcomp>? � z0TestServiceProfile.test_list.<locals>.<listcomp>)r r r ZassertInr )r Z metainfosr r r � test_list>