Hi
I have a virtual Win 7 32 bit PC with a vmxnet3 NIC. The ipfw+dummynet driver installed. Running ipfw.cmd in a command prompt shows no error (see attachment), wptdriver.exe drivers starts and waits for work.
Any test I run gets the error - The testing completed but failed. Failed to configure IPFW/dummynet. Is it installed?
wptdriver.ini is configured as follows;
[WebPagetest]
url=http://LONWPT01/
location=FSWIN7
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\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
installer=http://www.webpagetest.org/installers/browsers/chrome.dat
[Firefox]
exe=“%PROGRAM_FILES%\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
[Safari]
;exe=“%PROGRAM_FILES%\Safari\Safari.exe”
[IE]
;exe=“%PROGRAM_FILES%\Internet Explorer\iexplore.exe”
locations.ini server is as follows:
[locations]
1=London
;2=Public_Dulles
;3=Appurify
default=FSWIN7
;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;
[London]
1=FSWIN7
;2=Test
label=“File System Win 7”
group=Desktop
connectivity=LAN
;[Public_Dulles]
;1=WPT_Dulles_IE8
;label=“WebPagetest.org - Dulles, VA”
;group=Public
;
; Tese are the browser-specific configurations that match the configurations
; defined in the top-level locations. Each one of these MUST match the location
; name configured on the test agent (urlblast.ini or wptdriver.ini)
;
;[IE]
;browser=IE 8
;latency=0
;label=“Test Location - IE 8”
;browserExe=pagetest.exe
;key=TestKey123
;
; For a wptdriver configuration (chrome, firefox), the browser labels here
; MUST match the labels used in wptdriver.ini
;
[FSWIN7]
browser=Chrome
label=“File System Win 7”
Any suggestions? Many thanks