Skip to content

Commit 16d4e1d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "disable ovn based testing of test_live_migration_with_trunk"
2 parents f0d0c92 + c290a6e commit 16d4e1d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.zuul.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@
124124
vars:
125125
tox_envlist: all
126126
tempest_test_regex: (^tempest\.api\.compute\.admin\.(test_live_migration|test_migration))
127+
# revert this when bug #1940425 is fixed in neutron
128+
tempest_exclude_regex: (test_live_migration_with_trunk)
127129
devstack_services:
128130
neutron-trunk: true
129131
devstack_local_conf:
@@ -161,6 +163,8 @@
161163
- ^tox.ini$
162164
vars:
163165
tox_envlist: all
166+
# bug #1940425 only affect ml2/ovn so we execute
167+
# test_live_migration_with_trunk in this job to keep
164168
tempest_test_regex: (^tempest\..*compute\..*(migration|resize|reboot).*)
165169
devstack_localrc:
166170
Q_AGENT: openvswitch
@@ -253,6 +257,8 @@
253257
vars:
254258
tox_envlist: all
255259
tempest_test_regex: (^tempest\.api\.compute\.admin\.(test_live_migration|test_migration))
260+
# revert this when bug #1940425 is fixed in neutron
261+
tempest_exclude_regex: (test_live_migration_with_trunk)
256262
devstack_local_conf:
257263
test-config:
258264
$TEMPEST_CONFIG:
@@ -396,7 +402,9 @@
396402
# tempest_test_exclude_list.
397403
# FIXME(lyarwood): The tempest.api.compute.admin.test_volume_swap tests
398404
# are skipped until bug #1929710 is resolved.
399-
tempest_exclude_regex: ^tempest\.(scenario\.test_network_(?!qos)|api\.compute\.admin\.test_volume_swap)|tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment
405+
# revert excluding test_live_migration_with_trunk when bug #1940425
406+
# is fixed in neutron
407+
tempest_exclude_regex: ^tempest\.(scenario\.test_network_(?!qos)|api\.compute\.admin\.test_volume_swap)|tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment|test_live_migration_with_trunk
400408
devstack_local_conf:
401409
post-config:
402410
$NOVA_CPU_CONF:
@@ -558,6 +566,8 @@
558566
block_migrate_cinder_iscsi: true
559567
tox_envlist: all
560568
tempest_test_regex: ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)))
569+
# revert this when bug #1940425 is fixed in neutron
570+
tempest_exclude_regex: (test_live_migration_with_trunk)
561571

562572
- job:
563573
name: nova-multi-cell
@@ -645,6 +655,8 @@
645655
pre-run:
646656
- playbooks/ceph/glance-setup.yaml
647657
vars:
658+
# revert this when bug #1940425 is fixed in neutron
659+
tempest_exclude_regex: (test_live_migration_with_trunk)
648660
# NOTE(danms): Increase our swap size since we're dealing with
649661
# larger images and trigger OOMs.
650662
configure_swap_size: 8192

devstack/nova-multi-cell-exclude-list.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ test_resize_with_qos_min_bw_allocation
1414
# Also exclude unshelve to specific host test cases as unshelve cannot move VMs across cells
1515
# See https://bugs.launchpad.net/nova/+bug/1988316
1616
tempest.api.compute.admin.test_servers_on_multinodes.UnshelveToHostMultiNodesTest
17+
18+
# revert this when bug #1940425 is fixed in neutron
19+
test_live_migration_with_trunk

0 commit comments

Comments
 (0)