[OSTF] Sahara TearDown Class can't remove clusters

Bug #1311059 reported by Vadim Rovachev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Vadim Rovachev

Bug Description

method for delete:
    @classmethod
    def _clean_clusters(cls):
        cls._clean(cls.clusters, cls.savanna_client.clusters)

method for add cluster ids to cls.cluusters variable:
    def _create_cluster_and_get_info(...):
        ...
        ...
        self.clusters.append(cluster_id)
        ...

This schema is not work

Tags: ostf
Changed in fuel:
assignee: nobody → Vadim Rovachev (vrovachev)
description: updated
Mike Scherbakov (mihgen)
Changed in fuel:
milestone: none → 5.0
Changed in fuel:
importance: Undecided → High
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix proposed to fuel-ostf (master)

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

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

Reviewed: https://review.openstack.org/89869
Committed: https://git.openstack.org/cgit/stackforge/fuel-ostf/commit/?id=80930d65840356a8f5fc1c9c2b5e4333b675ac99
Submitter: Jenkins
Branch: master

commit 80930d65840356a8f5fc1c9c2b5e4333b675ac99
Author: Vadim Rovachev <email address hidden>
Date: Wed Apr 23 18:48:51 2014 +0400

    Rewrite base Class for sahara tests

    Sahara clean_up methods and tearDown corrected
    to properly remove data after run tests.
    Fixed create nodegroup_templates and cluster_templates
    for correctly work with/without autoassignment floating IP's.

    Change-Id: I66922eee3d99e2754e089d01222c6053ed795347
    Closes-Bug: #1311059
    Closes-Bug: #1311554

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.