# Run all the compute tests
+tempest\.api\.compute\.*

# Skip the tests checking features not supported in HOS
-tempest\.api\.compute\.test_networks*
-tempest\.api\.compute\.test_tenant_networks*
-tempest\.api\.compute\.test_versions\.TestVersions\.test_get_version_details
-tempest\.api\.compute\.admin\.test_agents*
-tempest\.api\.compute\.admin\.test_floating_ips_bulk*
-tempest\.api\.compute\.admin\.test_networks*
-tempest\.api\.compute\.admin\.test_servers_negative\.ServersAdminNegativeTestJSON\.test_migrate_non_existent_server
-tempest\.api\.compute\.certificates\.test_certificates\.*
-tempest\.api\.compute\.floating_ips\.test_list_floating_ips\.FloatingIPDetailsTestJSON\.test_list_floating_ip_pools
-tempest\.api\.compute\.servers\.test_servers_negative\.ServersNegativeTestJSON\.test_force_delete_nonexistent_server_id
-tempest\.api\.compute\.servers\.test_servers_negative\.ServersNegativeTestJSON\.test_restore_nonexistent_server_id
-tempest\.api\.compute\.servers\.test_servers_negative\.ServersNegativeTestJSON\.test_restore_server_invalid_state

# Run all scenario tests (skipped for now the time to debug their failures)
#+tempest.scenario\.*

# Add tempest plugin tests for config drive and lifecycle.
+tempest_plugins\.tests\.api\.test_config_drive\.TestConfigDrive
+tempest_plugins.tests.scenario.test_server_lifecycle.TestServerLifecycle

