File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
2525 if [[ " $KAYOBE_ENVIRONMENT " =~ " aio" ]]; then
2626 # Seem to get servers failing to spawn with higher concurrency
2727 export TEMPEST_CONCURRENCY=1
28+ # NOTE(seunghun1ee): Current Ubuntu Noble kernel 6.8.0-57-generic has a bug
29+ # https://bugs.launchpad.net/ubuntu/+source/linux-meta-oracle-6.8/+bug/2104178
30+ # which blocks attaching interfaces to neutron routers in OVS system.
31+ # Ignoring sets of tests failing because of this until kernel fix is released.
32+ export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-aio-tempest-refstack
2833 fi
2934
3035 if [[ " $KAYOBE_ENVIRONMENT " =~ " ci-multinode" ]]; then
Original file line number Diff line number Diff line change 1+ tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name
2+ tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus
3+ tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name
4+ tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus
5+ tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server
6+ tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard
7+ tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server
8+ tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server
You can’t perform that action at this time.
0 commit comments