Add hub discovery test scenario
Change-Id: I6b99fab75cbd2d615f0a72560ee8fae0ea1a378e
refs: #1444
diff --git a/test_hub_discovery/named.conf.local b/test_hub_discovery/named.conf.local
new file mode 100644
index 0000000..f6a7b37
--- /dev/null
+++ b/test_hub_discovery/named.conf.local
@@ -0,0 +1,19 @@
+//
+// Do any local configuration here
+//
+
+// Consider adding the 1918 zones here, if they are not used in your
+// organization
+//include "/etc/bind/zones.rfc1918";
+
+zone "named-data.net" IN {
+type master;
+file "/etc/bind/named-data.net.db";
+};
+
+zone "autoconfig-test.named-data.net" IN {
+type master;
+file "/etc/bind/autoconfig-test.named-data.net.db";
+};
+
+