This is an automated email from the ASF dual-hosted git repository.

elsloo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit fa13b4c4945680d3bea981528353c8a6d3a4643b
Author: Rawlin Peters <rawlin_pet...@comcast.com>
AuthorDate: Mon Nov 6 16:49:31 2017 -0700

    Add test deep coverage zone file
---
 traffic_router/core/src/test/resources/dczmap.json | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/traffic_router/core/src/test/resources/dczmap.json 
b/traffic_router/core/src/test/resources/dczmap.json
new file mode 100644
index 0000000..39185c1
--- /dev/null
+++ b/traffic_router/core/src/test/resources/dczmap.json
@@ -0,0 +1,25 @@
+{
+       "coverageZones":
+       {
+               "cache-group-01":
+               {
+                       "network6":
+                       [
+                               "1234:5678::/64",
+                               "1234:5679::/64"
+                       ],
+                       "network":
+                       [
+                               "192.168.8.0/24",
+                               "192.168.9.0/24"
+                       ],
+                       "caches":
+                       [
+                               "host1",
+                               "host2",
+                               "host3",
+                               "host4"
+                       ]
+               }
+       }
+}

-- 
To stop receiving notification emails like this one, please contact
els...@apache.org.

Reply via email to