Update blacklist

Resync blacklist with updated comments.

Change-Id: I4127974e2f94f89a04b5d0f55855032b3d6edf21
Signed-off-by: Chuck Short <chuck.short@canonical.com>
(cherry picked from commit ae1c215772)
This commit is contained in:
Chuck Short 2016-10-19 14:04:32 -04:00 committed by James Page
parent e35eb073d2
commit 3bff6d0234
1 changed files with 49 additions and 0 deletions

View File

@ -31,6 +31,55 @@
r="^(?!.*"
r="$r(?:.*\[.*\bslow\b.*\])"
# (zulcss) nova-lxd does not support booting ami/aki images
r="$r|(?:tempest\.scenario\.test_minimum_basic\.TestMinimumBasicScenario\.test_minimum_basic_scenario)"
# XXX: zulcss (18 Oct 2016) Tries to configure networking in the container but fails
r="$r|(?:tempest\.scenario\.test_network_advanced_server_ops\.TestNetworkAdvancedServerOps\.test_server_connectivity_pause_unpause)"
# XXX: zulcss (18 Oct 2016) Could not connect to instance after rebuild takes place
r="$r|(?:tempest\.scenario\.test_network_advanced_server_ops\.TestNetworkAdvancedServerOps\.test_server_connectivity_rebuild)"
# XXX: zulcss (18 Oct 2016) Could not connect to instance
r="$r|(?:tempest\.scenario\.test_network_advanced_server_ops\.TestNetworkAdvancedServerOps\.test_server_connectivity_suspend_resume)"
# XXX: zulcss (18 Oct 2016) Tried to configure neworking in the container but fails
r="$r(?:tempest\.scenario\.test_network_v6\.TestGettingAddress.\test_dualnet_multi_prefix_dhcpv6_stateless)"
# XXX: zulcss (18 Oct 2016) Could not connect to instance
r="$r|(?:tempest\.scenario\.test_snapshot_pattern\.TestSnapshotPattern.test_snapshot_pattern)"
# XXX: zulcss (18 Oct 2016) nova-lxd does not support booting from ebs volumes
r="$r|(?:tempest\.scenario\.test_volume_boot_pattern\.TestVolumeBootPattern\.test_create_ebs_image_and_check_boot)"
r="$r|(?:tempest\.scenario\.test_volume_boot_pattern\.TestVolumeBootPattern\.test_volume_boot_pattern)"
r="$r|(?:tempest\.scenario\.test_volume_boot_pattern\.TestVolumeBootPatternV2\.test_create_ebs_image_and_check_boot)"
r="$r|(?:tempest\.scenario\.test_volume_boot_pattern\.TestVolumeBootPatternV2\.test_volume_boot_pattern)"
# XXX: zulcss (18 Oct 2016) tempest test only passes when there is more than 10 lines in the
# console output.
r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_get_console_output_with_unlimited_size)"
# XXX: zulcss (18 Oct 2016) Tried to configure networkin the container but fails
r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_get_console_output_with_unlimited_size)"
# XXX: zulcss (18 Oct 2016) Interface attaching times out
r="$r|(:tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_port_security_macspoofing_port)"
# XXX: zulcss (18 Oct 2016) Could not connect to instance
r="$r|(?:tempest\.scenario\.test_network_v6\.TestGettingAddress\.test_dualnet_multi_prefix_dhcpv6_stateless)"
# XXX: zulcss (18 Oct 2016) Could not connect to instance
r="$r|(?:tempest\.scenario\.test_snapshot_pattern\.TestSnapshotPattern\.test_snapshot_pattern)"
# XXX: zulcss (18 Oct 2016) Could not connect to instance
r="$r|(?:tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_hotplug_nic)"
# XXX: zulcss (18 Oct 2016) Could not connect to instance
r="$r|(?:tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_port_security_macspoofing_port)"
# XXX: zulcss (18 Oct 2016) Could not connect to instance
r="$r|(?:tempest\.scenario\.test_network_advanced_server_ops\.TestNetworkAdvancedServerOps\.test_server_connectivity_suspend_resume)"
r="$r).*$"
export DEVSTACK_GATE_TEMPEST_REGEX="$r"