![]() |
Test Locations - Definition Missing - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: Test Locations - Definition Missing (/showthread.php?tid=14705) |
Test Locations - Definition Missing - Lugo - 01-19-2017 04:09 AM Hi, I'm having troubles seeing my Test Locations, in fact, I can't see any. My locations.ini looks like this: [locations] 1=Local_server default=Local_server [Local_server] 1=Local_wptdriver 2=Local_galaxy label=Local server group=Local [Local_wptdriver] browser=Chrome,Firefox label="Local Server" [Local_galaxy] browser=Galaxy - Chrome,Galaxy - Chrome Beta label="Galaxy" type=nodejs,mobile connectivity="WiFi" With that configuration my, WPT private instance shows nothing in the fields 'Test location' and 'Browser' On my http://<server>/install, I can see that Test Locations shows only: Local_server: Definition Missing By the way I have configured the agent and mobile agent. I can run only desktop test entering some URLs and my private instance seems to grab the local server parameters since I can see the test running over the agent and I get my Test Results every time. On my http://<server>/getLocations.php shows empty. Can somebody tell me what I'm doing wrong? ------ Edit Somebody knows why I only can see pubic locations, but not my private locations configured on agents? RE: Test Locations - Definition Missing - pmeenan - 01-24-2017 03:11 AM Do you have the local agents running and are they polling the server? Easiest way to check is to look at the access.log on the server for the requests to work/getwork.php and make sure the location ID's match up. The locations will be hidden in the server UI until an agent actually connects. RE: Test Locations - Definition Missing - Lugo - 01-25-2017 07:39 AM Both agents are running. I think both are polling too, on acces.log I can see polls from Desktop and Mobile agents. Besides, private instance shows results for desktop agent; but not for mobile. Checking in mobile agent, I can see that, when I do a mobile test, agents start giving some permissions but at the end mobile browser never opens, and final results for test are empty. Don't know why, agents are hidden. |