Re: [openstack-dev] Nominate Vladimir Khlyunev for fuel-qa core

2016-08-02 Thread Dmitry Tyzhnenko
+1

On Tue, Aug 2, 2016 at 12:51 PM, Artur Svechnikov 
wrote:

> +1
>
> Best regards,
> Svechnikov Artur
>
> On Tue, Aug 2, 2016 at 12:40 PM, Andrey Sledzinskiy <
> asledzins...@mirantis.com> wrote:
>
>> Hi,
>> I'd like to nominate Vladimir Khlyunev for fuel-qa [0] core.
>>
>> Vladimir has become a valuable member of fuel-qa project in quite short
>> period of time. His solid expertise and constant contribution gives me no
>> choice but to nominate him for fuel-qa core.
>>
>> If anyone has any objections, speak now or forever hold your peace
>>
>> [0]
>> http://stackalytics.com/?company=mirantis=all=fuel-qa_id=vkhlyunev
>> 
>>
>> --
>> Thanks,
>> Andrey Sledzinskiy
>> QA Engineer,
>> Mirantis, Kharkiv
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>


-- 
WBR,
Dmitry T.
Fuel QA Engineer
http://www.mirantis.com
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel] Nominate Alexey Stepanov for fuel-qa and fuel-devops core

2016-07-18 Thread Dmitry Tyzhnenko
+1

On Fri, Jul 15, 2016 at 4:41 PM, Artem Panchenko 
wrote:

> +1
>
>
> On 15.07.16 16:25, Tatyana Leontovich wrote:
>
> +1
>
> On Fri, Jul 15, 2016 at 4:08 PM, Anastasia Urlapova <
> aurlap...@mirantis.com> wrote:
>
>> +1
>>
>> On Fri, Jul 15, 2016 at 4:02 PM, Andrey Sledzinskiy <
>> asledzins...@mirantis.com> wrote:
>>
>>> Hi,
>>> I'd like to nominate Alexey Stepanov for fuel-qa [0] and fuel-devops
>>> [1] core.
>>>
>>> Alexey is doing great job improving fuel-qa and fuel-devops projects.
>>> He's become an expert in code base in very short terms so I think he
>>> deserves to be a part of fuel-qa/fuel-devops core team.
>>>
>>> Please, vote for Alexey!
>>>
>>> [0]
>>> http://stackalytics.com/?release=all=fuel-qa_id=astepanov-m=marks
>>> [1]
>>> http://stackalytics.com/?release=all=fuel-devops_id=astepanov-m=marks
>>>
>>> --
>>> Thanks,
>>> Andrey Sledzinskiy
>>> QA Engineer,
>>> Mirantis, Kharkiv
>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: 
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribehttp://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
> --
> Artem Panchenko
> QA Engineer
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>


-- 
WBR,
Dmitry T.
Fuel QA Engineer
http://www.mirantis.com
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Fuel] [QA] Major changes in fuel-qa

2016-03-07 Thread Dmitry Tyzhnenko
Hello,

Recently system_test framework had changes [0] which incompatible previous
test case design.

Now it has separate packages for:
- actions - contains classes with test actions
- core - contains core functionality and decorators
- test - contains base test and test cases
- helpers - contains some additional tools

Some re-design of system_test packages:
- actions were moved to separate packages (system_test.actions)
- core functionality was moved to core packages (system_test.core)
- added system_test.tests.base.ActionTest as main base class for tests,
all cases should inherit it.
- all test classes should inherit one or more classes with actions.

Specification can be found here: [1]

IMPORTANT!
If you use 3thd-party tests with this framework, you should:
   - use decorator @testcase for mark class as test and set groups
   - test class should inherits ActionTest and additional action classes
from system_test.actions package if required.
- remove case_factory() function from your test cases because it is not
used anymore (was replaced with @testcase)
- base_group class attribute moved to @testcase decorator, now it
should be used like this:
  @testcase(groups=['system_test', 'system_test.delete_after_deploy',
...])

P.S. This changes affect only tests in 9.0.

[0] -
https://github.com/openstack/fuel-qa/commit/82b392284a3a621aaa435c78d96dde799dfe2372
[1] -
https://github.com/openstack/fuel-specs/blob/master/specs/9.0/template-based-testcases.rst

-- 
WBR,
Dmitry T.
Fuel QA Engineer
http://www.mirantis.com
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel] Nominate Denis Dmitriev for fuel-qa(devops) core

2015-09-17 Thread Dmitry Tyzhnenko
+1
15 Сен 2015 г. 14:26 пользователь "Tatyana Leontovich" <
tleontov...@mirantis.com> написал:

> +1
>
> Regards,
> Tatyana
>
> On Tue, Sep 15, 2015 at 12:16 PM, Alexander Kostrikov <
> akostri...@mirantis.com> wrote:
>
>> +1
>>
>> On Mon, Sep 14, 2015 at 10:19 PM, Anastasia Urlapova <
>> aurlap...@mirantis.com> wrote:
>>
>>> Folks,
>>> I would like to nominate Denis Dmitriev[1] for fuel-qa/fuel-devops core.
>>>
>>> Dennis spent three months in Fuel BugFix team, his velocity was between
>>> 150-200% per week. Thanks to his efforts we have won these old issues with
>>> time sync and ceph's clock skew. Dennis's ideas constantly help us to
>>> improve our functional system suite.
>>>
>>> Fuelers, please vote for Denis!
>>>
>>> Nastya.
>>>
>>> [1]
>>> http://stackalytics.com/?user_id=ddmitriev=all_type=all=fuel-qa
>>>
>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>>
>>
>>
>> --
>>
>> Kind Regards,
>>
>> Alexandr Kostrikov,
>>
>> Mirantis, Inc.
>>
>> 35b/3, Vorontsovskaya St., 109147, Moscow, Russia
>>
>>
>> Tel.: +7 (495) 640-49-04
>> Tel.: +7 (925) 716-64-52 <%2B7%20%28906%29%20740-64-79>
>>
>> Skype: akostrikov_mirantis
>>
>> E-mail: akostri...@mirantis.com 
>>
>> *www.mirantis.com *
>> *www.mirantis.ru *
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel] Nominate Andrey Sledzinskiy for fuel-ostf core

2015-09-09 Thread Dmitry Tyzhnenko
+1
8 сент. 2015 г. 13:07 пользователь "Alexander Kostrikov" <
akostri...@mirantis.com> написал:

> +1
>
> On Tue, Sep 8, 2015 at 9:07 AM, Dmitriy Shulyak 
> wrote:
>
>> +1
>>
>> On Tue, Sep 8, 2015 at 9:02 AM, Anastasia Urlapova <
>> aurlap...@mirantis.com> wrote:
>>
>>> +1
>>>
>>> On Mon, Sep 7, 2015 at 6:30 PM, Tatyana Leontovich <
>>> tleontov...@mirantis.com> wrote:
>>>
 Fuelers,

 I'd like to nominate Andrey Sledzinskiy for the fuel-ostf core team.
 He’s been doing a great job in writing patches(support for detached
 services ).
 Also his review comments always have a lot of detailed information for
 further improvements


 http://stackalytics.com/?user_id=asledzinskiy=all_type=all=fuel-ostf

 Please vote with +1/-1 for approval/objection.

 Core reviewer approval process definition:
 https://wiki.openstack.org/wiki/Governance/Approved/CoreDevProcess

 --
 Best regards,
 Tatyana


>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
>
> --
>
> Kind Regards,
>
> Alexandr Kostrikov,
>
> Mirantis, Inc.
>
> 35b/3, Vorontsovskaya St., 109147, Moscow, Russia
>
>
> Tel.: +7 (495) 640-49-04
> Tel.: +7 (925) 716-64-52 <%2B7%20%28906%29%20740-64-79>
>
> Skype: akostrikov_mirantis
>
> E-mail: akostri...@mirantis.com 
>
> *www.mirantis.com *
> *www.mirantis.ru *
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev