Fix tempest.conf generation
[service_available] isn't being generated. This patch fixes it.
Change-Id: I9078947dda48fcae96312c6886b0a674277b8bad
Co-Author: Matthew Treinish <mtreinish@kortar.org>
diff --git a/manila_tempest_tests/plugin.py b/manila_tempest_tests/plugin.py
index 4880940..02c3c98 100644
--- a/manila_tempest_tests/plugin.py
+++ b/manila_tempest_tests/plugin.py
@@ -47,4 +47,5 @@
)
def get_opt_lists(self):
- return [(config_share.share_group.name, config_share.ShareGroup)]
+ return [(config_share.share_group.name, config_share.ShareGroup),
+ ('service_available', config_share.ServiceAvailableGroup)]