Skip to content

Commit

Permalink
updated the test fixtures to account for the server typeName
Browse files Browse the repository at this point in the history
  • Loading branch information
dewrich committed May 29, 2018
1 parent 70785ae commit 9614306
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions traffic_ops/testing/api/v13/tc-fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"deliveryService": {
"active": false,
"ccrDnsTtl": 30,
"deepCachingType": "ALWAYS",
"deepCachingType": "NEVER",
"displayName": "Testing transitions",
"dscp": 3,
"geoLimit": 1,
Expand Down Expand Up @@ -641,8 +641,8 @@
"interfaceName": "bond0",
"ip6Address": "2345:1234:12:8::1/64",
"ip6Gateway": "2345:1234:12:8::1",
"ipAddress": "127.0.0.1",
"ipGateway": "127.0.0.1",
"ipAddress": "127.0.0.21",
"ipGateway": "127.0.0.21",
"ipNetmask": "255.255.255.252",
"lastUpdated": "2018-03-28T17:30:00.220351+00:00",
"mgmtIpAddress": "",
Expand All @@ -654,6 +654,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 80,
"typeName": "EDGE",
"updPending": true,
"xmppId": "atlanta-edge-01\\\\@ocdn.kabletown.net",
"xmppPasswd": "X"
Expand Down Expand Up @@ -685,6 +686,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 8086,
"typeName": "EDGE",
"updPending": true,
"xmppId": "",
"xmppPasswd": ""
Expand Down Expand Up @@ -716,6 +718,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 80,
"typeName": "EDGE",
"updPending": true,
"xmppId": "atlanta-router-01\\\\@ocdn.kabletown.net",
"xmppPasswd": "X"
Expand Down Expand Up @@ -747,6 +750,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 80,
"typeName": "EDGE",
"updPending": true,
"xmppId": "atlanta-edge-03\\\\@ocdn.kabletown.net",
"xmppPasswd": "X"
Expand Down Expand Up @@ -778,6 +782,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 80,
"typeName": "EDGE",
"updPending": true,
"xmppId": "atlanta-edge-14\\\\@ocdn.kabletown.net",
"xmppPasswd": "X"
Expand Down Expand Up @@ -809,6 +814,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 80,
"typeName": "EDGE",
"updPending": true,
"xmppId": "atlanta-edge-15\\\\@ocdn.kabletown.net",
"xmppPasswd": "X"
Expand Down Expand Up @@ -840,6 +846,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 80,
"typeName": "MID",
"updPending": true,
"xmppId": "atlanta-mid-16\\\\@ocdn.kabletown.net",
"xmppPasswd": "X"
Expand Down Expand Up @@ -871,6 +878,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 80,
"typeName": "EDGE",
"updPending": true,
"xmppId": "atlanta-org-1\\\\@ocdn.kabletown.net",
"xmppPasswd": "X"
Expand Down Expand Up @@ -902,6 +910,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 80,
"typeName": "EDGE",
"updPending": true,
"xmppId": "atlanta-org-1\\\\@ocdn.kabletown.net",
"xmppPasswd": "X"
Expand Down Expand Up @@ -933,6 +942,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 80,
"typeName": "MID",
"updPending": true,
"xmppId": "atlanta-mid-01\\\\@ocdn.kabletown.net",
"xmppPasswd": "X"
Expand Down Expand Up @@ -964,15 +974,16 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 81,
"typeName": "TRAFFIC_MONITOR",
"updPending": true,
"xmppId": "rascal\\\\@kabletown.net",
"xmppId": "",
"xmppPasswd": "X"
},
{
"domainName": "kabletown.net",
"domainName": "local",
"guid": null,
"hostName": "riak01",
"httpsPort": null,
"hostName": "riak",
"httpsPort": 8088,
"iloIpAddress": "",
"iloIpGateway": "",
"iloIpNetmask": "",
Expand All @@ -982,8 +993,8 @@
"interfaceName": "eth1",
"ip6Address": "2345:1234:12:b::12/64",
"ip6Gateway": "2345:1234:12:b::12",
"ipAddress": "127.0.0.5",
"ipGateway": "127.0.0.5",
"ipAddress": "127.0.0.1",
"ipGateway": "127.0.0.1",
"ipNetmask": "255.255.252.0",
"lastUpdated": "2018-03-28T17:30:00.220351+00:00",
"mgmtIpAddress": "",
Expand All @@ -995,6 +1006,7 @@
"routerHostName": "",
"routerPortName": "",
"tcpPort": 8088,
"typeName": "RIAK",
"updPending": true,
"xmppId": "",
"xmppPasswd": ""
Expand Down Expand Up @@ -1229,6 +1241,12 @@
"lastUpdated": "2018-03-02T19:13:46.832327+00:00",
"name": "MID",
"useInTable": "server"
},
{
"description": "Traffic Monitor (Rascal)",
"lastUpdated": "2018-03-02T19:13:46.832327+00:00",
"name": "TRAFFIC_MONITOR",
"useInTable": "server"
}
]
}

0 comments on commit 9614306

Please sign in to comment.