From 3bff6d0234fced139c8b34e6f9e530d3fc0aa584 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Wed, 19 Oct 2016 14:04:32 -0400 Subject: [PATCH] Update blacklist Resync blacklist with updated comments. Change-Id: I4127974e2f94f89a04b5d0f55855032b3d6edf21 Signed-off-by: Chuck Short (cherry picked from commit ae1c2157725984cfe3d3fef4c61a57cb7d297efc) --- devstack/tempest-dsvm-lxd-rc | 49 ++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/devstack/tempest-dsvm-lxd-rc b/devstack/tempest-dsvm-lxd-rc index 569fe321..780eee8c 100644 --- a/devstack/tempest-dsvm-lxd-rc +++ b/devstack/tempest-dsvm-lxd-rc @@ -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"