[System tests] Wrong expected test to fail in deploy_ceilometer_simple_multirole

Bug #1318658 reported by Andrey Sledzinskiy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Andrey Sledzinskiy

Bug Description

http://jenkins-product.srt.mirantis.net:8080/view/0_0_swarm/job/master_fuelmain.system_test.ubuntu.services/41/testReport/junit/%28root%29/deploy_ceilometer_simple_multirole/deploy_ceilometer_simple_multirole/

Deploy cluster in simple multirole mode with Ceilometer failed because we expect ['Create volume and attach it to instance', 'Check stack autoscaling'] tests to fail but only 'Check stack autoscaling' should fail, we don't have 'Create volume and attach it to instance' test in platform services test set so need to change in deploy_ceilometer_simple_multirole

self.fuel_web.run_ostf(
            cluster_id=cluster_id, test_sets=['platform_tests'],
            should_fail=2, timeout=3500,
            failed_test_name=['Create volume and attach it to instance',
                              'Check stack autoscaling'])
 to

self.fuel_web.run_ostf(
            cluster_id=cluster_id, test_sets=['platform_tests'],
            should_fail=1, timeout=3500,
            failed_test_name=['Check stack autoscaling'])

Tags: system-tests
Revision history for this message
Tatyanka (tatyana-leontovich) wrote :

and here too deploy_ceilometer_simple_with_mongo

Changed in fuel:
status: New → Confirmed
Changed in fuel:
assignee: Fuel QA Team (fuel-qa) → Andrey Sledzinskiy (asledzinskiy)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-main (master)

Fix proposed to branch: master
Review: https://review.openstack.org/93392

Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (master)

Reviewed: https://review.openstack.org/93392
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=89277c57f01b4dd14ee1fbec6a2426413b64369c
Submitter: Jenkins
Branch: master

commit 89277c57f01b4dd14ee1fbec6a2426413b64369c
Author: asledzinskiy <email address hidden>
Date: Tue May 13 11:28:47 2014 +0300

    Fixed expected OSTF tests to fail in Ceilometer tests

    Change-Id: I7b56cb3678da3b284be44cb6ac3de4acb857813b
    Closes-Bug: #1318658

Changed in fuel:
status: In Progress → Fix Committed
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.