|
124 | 124 | vars:
|
125 | 125 | tox_envlist: all
|
126 | 126 | 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) |
127 | 129 | devstack_services:
|
128 | 130 | neutron-trunk: true
|
129 | 131 | devstack_local_conf:
|
|
161 | 163 | - ^tox.ini$
|
162 | 164 | vars:
|
163 | 165 | tox_envlist: all
|
| 166 | + # bug #1940425 only affect ml2/ovn so we execute |
| 167 | + # test_live_migration_with_trunk in this job to keep |
164 | 168 | tempest_test_regex: (^tempest\..*compute\..*(migration|resize|reboot).*)
|
165 | 169 | devstack_localrc:
|
166 | 170 | Q_AGENT: openvswitch
|
|
253 | 257 | vars:
|
254 | 258 | tox_envlist: all
|
255 | 259 | 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) |
256 | 262 | devstack_local_conf:
|
257 | 263 | test-config:
|
258 | 264 | $TEMPEST_CONFIG:
|
|
396 | 402 | # tempest_test_exclude_list.
|
397 | 403 | # FIXME(lyarwood): The tempest.api.compute.admin.test_volume_swap tests
|
398 | 404 | # 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 |
400 | 408 | devstack_local_conf:
|
401 | 409 | post-config:
|
402 | 410 | $NOVA_CPU_CONF:
|
|
558 | 566 | block_migrate_cinder_iscsi: true
|
559 | 567 | tox_envlist: all
|
560 | 568 | 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) |
561 | 571 |
|
562 | 572 | - job:
|
563 | 573 | name: nova-multi-cell
|
|
645 | 655 | pre-run:
|
646 | 656 | - playbooks/ceph/glance-setup.yaml
|
647 | 657 | vars:
|
| 658 | + # revert this when bug #1940425 is fixed in neutron |
| 659 | + tempest_exclude_regex: (test_live_migration_with_trunk) |
648 | 660 | # NOTE(danms): Increase our swap size since we're dealing with
|
649 | 661 | # larger images and trigger OOMs.
|
650 | 662 | configure_swap_size: 8192
|
|
0 commit comments