Merge "Disable sg-core related tests by default"

This commit is contained in:
Zuul 2023-11-30 11:41:50 +00:00 committed by Gerrit Code Review
commit 0ac5e7dc2d
2 changed files with 3 additions and 1 deletions

View File

@ -107,6 +107,8 @@
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
service_available:
sg-core: True
telemetry:
disable_ssl_certificate_validation: True
tempest_test_regex: telemetry_tempest_plugin

View File

@ -32,7 +32,7 @@ service_option = [cfg.BoolOpt('ceilometer',
help="Whether or not Gnocchi is expected to be"
"available"),
cfg.BoolOpt('sg_core',
default=True,
default=False,
help="Whether or not sg-core is expected to be"
"available")]