rawlinp commented on pull request #6520:
URL: https://github.com/apache/trafficcontrol/pull/6520#issuecomment-1018906876


   ```
   load-tests_1  | + ./ultimate-test-harness.test
   load-tests_1  | --- FAIL: TestLoad (0.08s)
   load-tests_1  |     http_test.go:292: no Traffic Router with at least 1 HTTP 
Delivery Service and at least 1 monitored service address was found
   load-tests_1  | FAIL
   load-tests_1  | WARNING: http_test.go:257: 2022-01-21T22:16:35.243525981Z: 
need at least 1 monitored service address on an interface of Traffic Router 
'trafficrouter' to use it for benchmarks, but 0 such addresses were found
   ```
   Yet TO has this:
   ```
   {
     "response": [
       {
         "cachegroup": "CDN_in_a_Box_Edge",
         "cachegroupId": 3,
         "cdnId": 2,
         "cdnName": "CDN-in-a-Box",
         "domainName": "infra.ciab.test",
         "guid": null,
         "hostName": "trafficrouter",
         "httpsPort": 443,
         "id": 8,
         "iloIpAddress": null,
         "iloIpGateway": null,
         "iloIpNetmask": null,
         "iloPassword": null,
         "iloUsername": null,
         "lastUpdated": "2022-01-21 22:09:47+00",
         "mgmtIpAddress": null,
         "mgmtIpGateway": null,
         "mgmtIpNetmask": null,
         "offlineReason": null,
         "physLocation": "Apachecon North America 2018",
         "physLocationId": 2,
         "profile": "CCR_CIAB",
         "profileDesc": "Traffic Router for CDN-In-A-Box",
         "profileId": 11,
         "rack": null,
         "revalPending": false,
         "status": "ONLINE",
         "statusId": 2,
         "tcpPort": 80,
         "type": "CCR",
         "typeId": 14,
         "updPending": true,
         "xmppId": "db418221-abcd-4354-88c6-7e0c82ffed34",
         "xmppPasswd": null,
         "routerHostName": "",
         "routerPortName": "",
         "interfaces": [
           {
             "ipAddresses": [
               {
                 "address": "172.26.0.12",
                 "gateway": "172.26.0.1",
                 "serviceAddress": true
               }
             ],
             "maxBandwidth": null,
             "monitor": true,
             "mtu": 1500,
             "name": "eth0"
           }
         ],
         "statusLastUpdated": null
       }
     ],
     "summary": {
       "count": 1
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to