11-14-2012, 09:43 PM
Hi Pat,
I'm trying to submit some batch jobs with custom connectivity profiles...
If I use the default profile everything is OK, but if I try to set a custom profile e.g.
I get
A similar thing happens if I leave the --plr out
Any ideas what I'm missing?
I'm trying to submit some batch jobs with custom connectivity profiles...
If I use the default profile everything is OK, but if I try to set a custom profile e.g.
Quote:python wpt_batch.py -u test_urls.txt -o Sydney:Chrome --connectivity=custom --bwup=384 --bwdown=2000 --latency=50 --plr=1 -k apikey -s http://www.webpagetest.org/ -r 1
I get
Code:
<bwDown>0</bwDown>
<bwUp>0</bwUp>
<latency>0</latency>
<plr>('1',)</plr>
A similar thing happens if I leave the --plr out
Code:
<bwDown>0</bwDown>
<bwUp>0</bwUp>
<latency>0</latency>
<plr>('0',)</plr>
Any ideas what I'm missing?