|
109 | 109 | vars:
|
110 | 110 | tox_envlist: all
|
111 | 111 | tempest_test_regex: (^tempest\.api\.compute\.admin\.(test_live_migration|test_migration))
|
| 112 | + # revert this when bug #1940425 is fixed in neutron |
| 113 | + tempest_exclude_regex: (test_live_migration_with_trunk) |
112 | 114 | devstack_services:
|
113 | 115 | neutron-trunk: true
|
114 | 116 | devstack_local_conf:
|
|
146 | 148 | - ^tox.ini$
|
147 | 149 | vars:
|
148 | 150 | tox_envlist: all
|
| 151 | + # bug #1940425 only affect ml2/ovn so we execute |
| 152 | + # test_live_migration_with_trunk in this job to keep |
149 | 153 | tempest_test_regex: (^tempest\..*compute\..*(migration|resize|reboot).*)
|
150 | 154 | devstack_localrc:
|
151 | 155 | Q_AGENT: openvswitch
|
|
238 | 242 | vars:
|
239 | 243 | tox_envlist: all
|
240 | 244 | tempest_test_regex: (^tempest\.api\.compute\.admin\.(test_live_migration|test_migration))
|
| 245 | + # revert this when bug #1940425 is fixed in neutron |
| 246 | + tempest_exclude_regex: (test_live_migration_with_trunk) |
241 | 247 | devstack_local_conf:
|
242 | 248 | test-config:
|
243 | 249 | $TEMPEST_CONFIG:
|
|
381 | 387 | # tempest_test_exclude_list.
|
382 | 388 | # FIXME(lyarwood): The tempest.api.compute.admin.test_volume_swap tests
|
383 | 389 | # are skipped until bug #1929710 is resolved.
|
384 |
| - 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 |
| 390 | + # revert excluding test_live_migration_with_trunk when bug #1940425 |
| 391 | + # is fixed in neutron |
| 392 | + 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 |
385 | 393 | devstack_local_conf:
|
386 | 394 | post-config:
|
387 | 395 | $NOVA_CPU_CONF:
|
|
541 | 549 | block_migrate_cinder_iscsi: true
|
542 | 550 | tox_envlist: all
|
543 | 551 | tempest_test_regex: ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)))
|
| 552 | + # revert this when bug #1940425 is fixed in neutron |
| 553 | + tempest_exclude_regex: (test_live_migration_with_trunk) |
544 | 554 |
|
545 | 555 | - job:
|
546 | 556 | name: nova-multi-cell
|
|
628 | 638 | pre-run:
|
629 | 639 | - playbooks/ceph/glance-setup.yaml
|
630 | 640 | vars:
|
| 641 | + # revert this when bug #1940425 is fixed in neutron |
| 642 | + tempest_exclude_regex: (test_live_migration_with_trunk) |
631 | 643 | # NOTE(danms): Increase our swap size since we're dealing with
|
632 | 644 | # larger images and trigger OOMs.
|
633 | 645 | configure_swap_size: 8192
|
|
0 commit comments