diff --git a/magnum/tests/functional/tempest_tests/plugin.py b/magnum/tests/functional/tempest_tests/plugin.py index 75d568c..923f60b 100644 --- a/magnum/tests/functional/tempest_tests/plugin.py +++ b/magnum/tests/functional/tempest_tests/plugin.py @@ -36,4 +36,7 @@ class MagnumTempestPlugin(plugins.TempestPlugin): magnum_config.MagnumGroup) def get_opt_lists(self): - return [(magnum_config.magnum_group.name, magnum_config.MagnumGroup)] + return [ + (magnum_config.magnum_group.name, magnum_config.MagnumGroup), + ('service_available', magnum_config.ServiceAvailableGroup) + ]