tempest: temporarily disable some tests until bug 1789878 is fixed

This change temporarily disable some tempests tests until
bug 1789878 is fixed.
It also puts an upper constraints to our networking-odl dependency,
which now draws networking-odl 13+ which requires ceilometer
with a "-e git..." that does not play nice with "pip install -c ...".
Change-Id: I67e8834c09f475b997edf9bf095fa1ac6595e4e0
Related-Bug: 1789878
This commit is contained in:
Thomas Morin
2018年09月03日 10:08:52 +02:00
parent dda00b209e
commit 4897b5c7d0

View File

@@ -4,7 +4,23 @@ export OVERRIDE_ENABLED_SERVICES=n-api,n-crt,n-cpu,n-cond,n-api-meta,n-sch,place
if [[ $DEVSTACK_GATE_TEMPEST -eq 1 ]] ; then
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_TEMPEST_REGEX="^networking_bgpvpn_tempest\."
# temporary blacklist some tests until bug #1789878 is solved
r="^(?!.*("
r="$r(?:TestBGPVPNBasic\.test_bgpvpn_negative_delete_router_association)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_port_association_bgpvpn_route)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_port_association_create_and_delete)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_port_association_create_and_update)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_port_association_local_pref)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_variant2)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_variant4)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_variant5)"
r="$r|(?:TestBGPVPNBasic\.test_bgpvpn_variant6)"
r="$r))"
export DEVSTACK_GATE_TEMPEST_REGEX="$r(networking_bgpvpn_tempest\.)"
export OVERRIDE_ENABLED_SERVICES=${OVERRIDE_ENABLED_SERVICES},tempest
fi
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.