Re: [Pulp-dev] Bindings - Installer and functional tests

2020-01-28 Thread Ina Panova
This is great! Thank you!



Regards,

Ina Panova
Senior Software Engineer| Pulp| Red Hat Inc.

"Do not go where the path may lead,
 go instead where there is no path and leave a trail."


On Tue, Jan 28, 2020 at 4:39 PM Tatiana Tereshchenko 
wrote:

> Great job! Thank you!
>
> On Tue, Jan 28, 2020 at 4:33 PM Brian Bouterse 
> wrote:
>
>> I agree! Thank you!
>>
>> On Tue, Jan 28, 2020 at 10:19 AM Daniel Alley  wrote:
>>
>>> Excellent work, Fabricio!  This is a big deal :)
>>>
>>> On Tue, Jan 28, 2020 at 10:06 AM Fabricio Aguiar <
>>> fabricio.agu...@redhat.com> wrote:
>>>

 With #6020  *plugin_template*
 functional tests now use *bindings* instead of making REST calls to
 pulp. This brought the need for installing bindings for being able to run
 functional tests, due to this, pbindings
 
 was introduced on pulp-devel role on ansible-pulp.

 pbindings is an alias for pulp-openapi-generator script
 ,
 it takes three positional arguments: module name, language, and version.
 When the optional version parameter is provided, it is used as the version
 string. When it is not provided, the version reported by Pulp's status API
 is used.

 *Examples:*
 - generating python bindings for pulp_file:
 $ pbindings pulp_file python

 - generating ruby bindings for pulp_file with '3.0.0rc1.dev.10' version
 $ pbindings pulp_file ruby 3.0.0rc1.dev.10

 *Pulp-devel, ansible-pulp, pulplift*
 pulp-devel role, during provisioning, automatically installs the python
 bindings for every plugin listed on pulp_install_plugins.
 If you want to make use of this, please update your pulplift

 Best regards,
 Fabricio Aguiar
 Software Engineer, Pulp Project
 Red Hat Brazil - Latam 
 +55 11 999652368
 ___
 Pulp-dev mailing list
 Pulp-dev@redhat.com
 https://www.redhat.com/mailman/listinfo/pulp-dev

>>> ___
>>> Pulp-dev mailing list
>>> Pulp-dev@redhat.com
>>> https://www.redhat.com/mailman/listinfo/pulp-dev
>>>
>> ___
>> Pulp-dev mailing list
>> Pulp-dev@redhat.com
>> https://www.redhat.com/mailman/listinfo/pulp-dev
>>
> ___
> Pulp-dev mailing list
> Pulp-dev@redhat.com
> https://www.redhat.com/mailman/listinfo/pulp-dev
>
___
Pulp-dev mailing list
Pulp-dev@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-dev


Re: [Pulp-dev] Bindings - Installer and functional tests

2020-01-28 Thread Tatiana Tereshchenko
Great job! Thank you!

On Tue, Jan 28, 2020 at 4:33 PM Brian Bouterse  wrote:

> I agree! Thank you!
>
> On Tue, Jan 28, 2020 at 10:19 AM Daniel Alley  wrote:
>
>> Excellent work, Fabricio!  This is a big deal :)
>>
>> On Tue, Jan 28, 2020 at 10:06 AM Fabricio Aguiar <
>> fabricio.agu...@redhat.com> wrote:
>>
>>>
>>> With #6020  *plugin_template*
>>> functional tests now use *bindings* instead of making REST calls to
>>> pulp. This brought the need for installing bindings for being able to run
>>> functional tests, due to this, pbindings
>>> 
>>> was introduced on pulp-devel role on ansible-pulp.
>>>
>>> pbindings is an alias for pulp-openapi-generator script
>>> ,
>>> it takes three positional arguments: module name, language, and version.
>>> When the optional version parameter is provided, it is used as the version
>>> string. When it is not provided, the version reported by Pulp's status API
>>> is used.
>>>
>>> *Examples:*
>>> - generating python bindings for pulp_file:
>>> $ pbindings pulp_file python
>>>
>>> - generating ruby bindings for pulp_file with '3.0.0rc1.dev.10' version
>>> $ pbindings pulp_file ruby 3.0.0rc1.dev.10
>>>
>>> *Pulp-devel, ansible-pulp, pulplift*
>>> pulp-devel role, during provisioning, automatically installs the python
>>> bindings for every plugin listed on pulp_install_plugins.
>>> If you want to make use of this, please update your pulplift
>>>
>>> Best regards,
>>> Fabricio Aguiar
>>> Software Engineer, Pulp Project
>>> Red Hat Brazil - Latam 
>>> +55 11 999652368
>>> ___
>>> Pulp-dev mailing list
>>> Pulp-dev@redhat.com
>>> https://www.redhat.com/mailman/listinfo/pulp-dev
>>>
>> ___
>> Pulp-dev mailing list
>> Pulp-dev@redhat.com
>> https://www.redhat.com/mailman/listinfo/pulp-dev
>>
> ___
> Pulp-dev mailing list
> Pulp-dev@redhat.com
> https://www.redhat.com/mailman/listinfo/pulp-dev
>
___
Pulp-dev mailing list
Pulp-dev@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-dev


Re: [Pulp-dev] Bindings - Installer and functional tests

2020-01-28 Thread Brian Bouterse
I agree! Thank you!

On Tue, Jan 28, 2020 at 10:19 AM Daniel Alley  wrote:

> Excellent work, Fabricio!  This is a big deal :)
>
> On Tue, Jan 28, 2020 at 10:06 AM Fabricio Aguiar <
> fabricio.agu...@redhat.com> wrote:
>
>>
>> With #6020  *plugin_template*
>> functional tests now use *bindings* instead of making REST calls to
>> pulp. This brought the need for installing bindings for being able to run
>> functional tests, due to this, pbindings
>> 
>> was introduced on pulp-devel role on ansible-pulp.
>>
>> pbindings is an alias for pulp-openapi-generator script
>> ,
>> it takes three positional arguments: module name, language, and version.
>> When the optional version parameter is provided, it is used as the version
>> string. When it is not provided, the version reported by Pulp's status API
>> is used.
>>
>> *Examples:*
>> - generating python bindings for pulp_file:
>> $ pbindings pulp_file python
>>
>> - generating ruby bindings for pulp_file with '3.0.0rc1.dev.10' version
>> $ pbindings pulp_file ruby 3.0.0rc1.dev.10
>>
>> *Pulp-devel, ansible-pulp, pulplift*
>> pulp-devel role, during provisioning, automatically installs the python
>> bindings for every plugin listed on pulp_install_plugins.
>> If you want to make use of this, please update your pulplift
>>
>> Best regards,
>> Fabricio Aguiar
>> Software Engineer, Pulp Project
>> Red Hat Brazil - Latam 
>> +55 11 999652368
>> ___
>> Pulp-dev mailing list
>> Pulp-dev@redhat.com
>> https://www.redhat.com/mailman/listinfo/pulp-dev
>>
> ___
> Pulp-dev mailing list
> Pulp-dev@redhat.com
> https://www.redhat.com/mailman/listinfo/pulp-dev
>
___
Pulp-dev mailing list
Pulp-dev@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-dev


Re: [Pulp-dev] Bindings - Installer and functional tests

2020-01-28 Thread Daniel Alley
Excellent work, Fabricio!  This is a big deal :)

On Tue, Jan 28, 2020 at 10:06 AM Fabricio Aguiar 
wrote:

>
> With #6020  *plugin_template*
> functional tests now use *bindings* instead of making REST calls to pulp.
> This brought the need for installing bindings for being able to run
> functional tests, due to this, pbindings
> 
> was introduced on pulp-devel role on ansible-pulp.
>
> pbindings is an alias for pulp-openapi-generator script
> ,
> it takes three positional arguments: module name, language, and version.
> When the optional version parameter is provided, it is used as the version
> string. When it is not provided, the version reported by Pulp's status API
> is used.
>
> *Examples:*
> - generating python bindings for pulp_file:
> $ pbindings pulp_file python
>
> - generating ruby bindings for pulp_file with '3.0.0rc1.dev.10' version
> $ pbindings pulp_file ruby 3.0.0rc1.dev.10
>
> *Pulp-devel, ansible-pulp, pulplift*
> pulp-devel role, during provisioning, automatically installs the python
> bindings for every plugin listed on pulp_install_plugins.
> If you want to make use of this, please update your pulplift
>
> Best regards,
> Fabricio Aguiar
> Software Engineer, Pulp Project
> Red Hat Brazil - Latam 
> +55 11 999652368
> ___
> Pulp-dev mailing list
> Pulp-dev@redhat.com
> https://www.redhat.com/mailman/listinfo/pulp-dev
>
___
Pulp-dev mailing list
Pulp-dev@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-dev