Add designate-manage pool scenario tests
So far we did not test designate-manage pool commands with real end-user
scenarios.
This patch adds designate-manage pool scenario tests.
Change-Id: Iaf848350a502b8f1697b495ee645a09a00974f24
diff --git a/designate_tempest_plugin/config.py b/designate_tempest_plugin/config.py
index 4f880e2..2a8e25e 100644
--- a/designate_tempest_plugin/config.py
+++ b/designate_tempest_plugin/config.py
@@ -98,6 +98,11 @@
'the new keystone default roles? This configuration '
'value should be same as designate.conf: '
'[oslo_policy].enforce_new_defaults option.'),
+ cfg.BoolOpt('test_multipool_with_delete_opt',
+ default=False,
+ help="Is multipool feature being tested with --delete option?"
+ "If it is, it might delete pools that were created in "
+ "other tests."),
]
# Extending this enforce_scope group defined in tempest