Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/openstack/tests/functional/cloud/__pycache__/test_cluster_templates.cpython-39.pyc
Ðазад
a u�hZ � @ sB d Z ddlZddlmZ ddlmZ ddlZG dd� dej�ZdS )z} test_cluster_templates ---------------------------------- Functional tests for `openstack.cloud` cluster_template methods. � N)�content)�basec s, e Zd Z� fdd�Zdd� Zdd� Z� ZS )�TestClusterTemplatec s@ t t| ��� | j�d�s$| �d� d | _| �t� � �j | _d S )Nz#container-infrastructure-managementz(Container service not supported by cloud)�superr �setUp� user_cloudZhas_serviceZskipTest�ctZ useFixture�fixturesZTempDir�path� ssh_directory)�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_cluster_templates.pyr s � zTestClusterTemplate.setUpc C s d}d}d}d}d}d}d}d}| � dt�|�� | �| j|� t�dd d ddd d| j g� td| j ��&} | � � } | j �d| � W d � n1 s�0 Y | j j||||d�| _ | �| j d |� | �| j d |� | �| j d |� | �| j d |� | �| j d |� | �| j d |� | �| j d |� | �| j d |� | j �� }| �|� | j �| j d �}| �|d | j d � | j �|�}| �|d | j d � | j j| j d ddd�} | �| d | j d � | �| d � | j �| j d �}| �|� dS )z$Test cluster_templates functionalityzfake-cluster_template�vmFzfedora-atomic-f23-dibZ kubernetes�testkeyZcluster_templatez ssh-keygenz-t�rsaz-N� z-fz %s/id_rsa_sdkz%s/id_rsa_sdk.pubN)�name�image_id� keypair_id�coer r r r �registry_enabled�tls_disabled�public�server_type�uuid�replaceT)r )Z addDetailr Ztext_contentZ addCleanup�cleanup� subprocess�callr �open�readr Zcreate_keypairZcreate_cluster_templater ZassertEqualZlist_cluster_templatesZassertIsNotNoneZget_cluster_templateZupdate_cluster_templateZ assertTrue�delete_cluster_template)r r r r r r r r r �fZkey_contentZcluster_templatesZcluster_template_getZcluster_template_updateZcluster_template_deleter r r �test_cluster_templates'