![]() |
check for work but never receive - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: check for work but never receive (/showthread.php?tid=12297) |
check for work but never receive - benjamint - 05-29-2013 06:27 PM hi all, I used wamp for wpt 'customer interface' and a VM on XP sp3 who can not comunicate in extranet (but all my machines are in intranet). location.ini: Code: [locations] my wptdriver.ini: Code: [WebPagetest] I realy don't understand why both can't communicate. can somebody help me? I must have forgot some things but what? thank. benjamin. RE: check for work but never receive - Dam720 - 05-31-2013 04:56 AM Hello, What's your WPT version ? You may need to have something like this : •Delete •Right Way Location.ini : [locations] 1=Test_loc 2=Test_loc_round default=Test_loc [Test_loc] 1=Test_IE7 2=Test_IE8 3=Test_IE9 4=Test_firefox 5=Test_chrome default=Test_IE label=serveur_test .... [Test_chrome] wpt_server=147.189.246.101 wpt_key=TestKey123 wpt_location=Test browser=chrome latency=0 label="chrome" wptdriver.ini : [WebPagetest] url=http://YourLocalAdressForWPT/ location=Test_loc OR Test_chrome (don't remember...) browser=chrome Time Limit=120 key=TestKey123 ;Automatically install and update support software (Flash, Silverlight, etc) software=http://www.webpagetest.org/installers/software.dat [chrome] exe="C:\Program Files\Google\Chrome Frame\Application\chrome.exe" options='--load-extension="%WPTDIR%\extension" --user-data-dir="%PROFILE%" --no-proxy-server' installer=http://www.webpagetest.org/installers/browsers/chrome.dat ... AND You need to modify hosts file in your VM (C:\windows\system32\drivers\etc\hosts) hosts : 127.0.0.1 localhost IPOfYourPhysicalMachine YourWPTadress RE: check for work but never receive - benjamint - 05-31-2013 07:51 PM Hello, Thank you for your answer. I haven't result yet but the VM find some job (with wireshark, I see the good path to the work repertory) and it don't deal with the job. I have modified the settings: here you have my urlBlast.ini: Code: [Configuration] and host: Code: 127.0.0.1 localhost I just launch urlBlast and wptdriver on VM. And the IP : 10.***.***.***.* it's the same in the two file. I can not find my error, Thank, Benjamin. |