This is an automated email from the ASF dual-hosted git repository. dangogh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git
commit 4a4902c25f3936490ce885c87c7f9066d469494e Author: Dewayne Richardson <dewr...@apache.org> AuthorDate: Mon Feb 19 12:23:39 2018 -0700 added statuses test data --- traffic_ops/testing/api/tc-fixtures.json | 36 ++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/traffic_ops/testing/api/tc-fixtures.json b/traffic_ops/testing/api/tc-fixtures.json index 4154fa0..2d3a65b 100644 --- a/traffic_ops/testing/api/tc-fixtures.json +++ b/traffic_ops/testing/api/tc-fixtures.json @@ -7,8 +7,14 @@ }, { "asn": 2222, - "cachegroup": "cachegroup2", - "cachegroupId": 2 + "cachegroupId": 2, + "cachegroupName": "cachegroup1", + "name": "asn1" + }, + { + "asn": 3333, + "cachegroupName": "cachegroup3", + "name": "asn2" } ], "cachegroups": [ @@ -90,6 +96,32 @@ "name": "region2" } ], + "statuses": [ + { + "name": "OFFLINE", + "description": "Edge: Puts server in CCR config file in this state, but CCR will never route traffic to it. Mid: Server will not be included in parent.config files for its edge caches" + }, + { + "name": "ONLINE", + "description": "Edge: Puts server in CCR config file in this state, and CCR will always route traffic to it. Mid: Server will be included in parent.config files for its edges" + }, + { + "name": "REPORTED", + "description": "Edge: Puts server in CCR config file in this state, and CCR will adhere to the health protocol. Mid: N/A for now" + }, + { + "name": "ADMIN_DOWN", + "description": "Temporary down. Edge: XMPP client will send status OFFLINE to CCR, otherwise similar to REPORTED. Mid: Server will not be included in parent.config files for its edge caches" + }, + { + "name": "CCR_IGNORE", + "description": "Edge: 12M will not include caches in this state in CCR config files. Mid: N/A for now" + }, + { + "name": "PRE_PROD", + "description": "Pre Production. Not active in any configuration." + } + ], "tenants": [ { "active": true, -- To stop receiving notification emails like this one, please contact dang...@apache.org.