[fuel-qa] add 'tags' field to the "fuel role" commands

Bug #1650497 reported by Dmitry Belyaninov
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Dmitry Belyaninov

Bug Description

Detailed bug description:
The mandatory 'tags' field was added to the 'fuel role' command.
So we should update appropriate tests.

https://product-ci.infra.mirantis.net/job/9.x.acceptance.ubuntu.cli_component_role_tests/27/testReport/(root)/cli_create_role_with_has_primary/cli_create_role_with_has_primary/

https://product-ci.infra.mirantis.net/job/9.x.acceptance.ubuntu.cli_component_role_tests/27/testReport/(root)/cli_create_role/cli_create_role/

https://product-ci.infra.mirantis.net/job/9.x.acceptance.ubuntu.cli_component_role_tests/27/testReport/junit/(root)/cli_delete_role/cli_delete_role/

should be changed like:

from:
{u'conflicts': [u'controller', u'compute'],
    u'description': u'New role',
    u'has_primary': True,
    u'name': u'Test primary role'}
to:
{u'conflicts': [u'controller', u'compute'],
    u'description': u'New role',
    u'has_primary': True,
    u'name': u'Test primary role',
    u'tags':[u'controller']}

Steps to reproduce:
run any test

Expected results:
pass
Actual result:
fail
Reproducibility:
 <put your information here>
Workaround:
 <put your information here>
Impact:
 <put your information here>
Description of the environment:
 Operation system: <put your information here>
 Versions of components: <put your information here>
 Reference architecture: <put your information here>
 Network model: <put your information here>
 Related projects installed: <put your information here>
Additional information:
 <put your information here>

Changed in fuel:
assignee: Fuel QA Team (fuel-qa) → Dmitry Belyaninov (dbelyaninov)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-qa (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/412760

Changed in fuel:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (stable/mitaka)

Reviewed: https://review.openstack.org/412760
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=655ddf7fb259ca7056423d91f37fc3fa7066016c
Submitter: Jenkins
Branch: stable/mitaka

commit 655ddf7fb259ca7056423d91f37fc3fa7066016c
Author: Dmitry Belyaninov <email address hidden>
Date: Tue Dec 20 04:57:04 2016 +0000

    Configs modification for 'fuel role' commands

    So Fuel was changed. There is mandatory config field
    'tags'. Appropriate test configs should be changed too.

    Change-Id: I6d4d3699369187d2c1408092bbee65c3d3e2198a
    Closes-Bug: 1650497

tags: added: in-stable-mitaka
Changed in fuel:
status: In Progress → Fix Committed
tags: added: on-verification
Revision history for this message
Ekaterina Shutova (eshutova) wrote :

Test cases are passed. Verified on 9.2 snapshot #696.

tags: removed: on-verification
Changed in fuel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.