Re: Running StandaloneTalos test
[email protected] Tue, 5 Feb 2008 14:23:11 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.performance |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <2d0d4af4-167e-4197-a14d-fdf48fd232df@m34g2000hsb.googlegroups.com> |
On Feb 5, 1:51 pm, alice nodelman <[email protected]> wrote: > If it is attempting to openhttp://tinderboxthat means that the > pageloader (step 3 in First Steps) isn't in the right location. The > chrome and components directories created by generate-tpcomponent.py > need to end up in the talos/page_load_test directory. > > alice. > The 3rd step (i.e running generate-tpcomponent.py) indeed created chrome and components directories underneath talos/page_load_test. So chrome and components are in the right place. talos/page_load_test/chrome/ has two files pageloader.jar and pageloader.manifest. talos/page_load_test/components has one file tp-cmdline.js I run the proxy server from talos: python standalone/proxyserver.py -p 9001 The test is run from talos: python run_tests.py standalone/ proxy_setup.config thanks again, - mouli