Add recordset scenario test
There is a need to run the recordset tests without using admin credential,
an existing zone, which shall be configured as the precondition in
tempest.conf, will be used to test the creation and deletion of
recordsets.
Change-Id: I3ae09176d410b9ed6437b8e55ace67cad0d5b5b9
diff --git a/designate_tempest_plugin/config.py b/designate_tempest_plugin/config.py
index 565d5c3..fea31f2 100644
--- a/designate_tempest_plugin/config.py
+++ b/designate_tempest_plugin/config.py
@@ -49,6 +49,9 @@
cfg.IntOpt('query_timeout',
default=1,
help="The timeout on a single dns query to a nameserver"),
+ cfg.StrOpt('zone_id',
+ help="The target zone to test the dns recordsets "
+ "If it is not specified, a new zone will be created ")
]