Comment 3 for bug 1471272

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (master)

Reviewed: https://review.openstack.org/198396
Committed: https://git.openstack.org/cgit/stackforge/fuel-qa/commit/?id=a01ff1265269d25c7a668f30b70da96496eb238a
Submitter: Jenkins
Branch: master

commit a01ff1265269d25c7a668f30b70da96496eb238a
Author: vrovachev <email address hidden>
Date: Fri Jul 3 18:13:09 2015 +0400

    Add methods for choise neutron segmentation for env

    Currently all destructive neutron system tests are run only
    with gre segmentation. In this patch added possibility for choice
    neutron segmentation for these tests (vlan, vxlan, gre).
    Each deployment configuration is defined in its own class.
    Common functionality for these classes is implemented
    in base (parent) class. After merging this patch test group
    'ha_neutron_destructive_2' will be removed and replaced
    with three new groups: "ha_neutron_destructive_vlan" ,
    "ha_neutron_destructive_gre" and "ha_neutron_destructive_vxlan".

    Change-Id: Ia8c8d8fb50a438da8a61d0cbc153f1ae03143ffd
    Closes-bug: #1471272