When I set up simple test I get errors that say the test script cant be found. Here is the output:
---------------- cut here -----------------
C:\>multimech-run stressful_test
user_groups: 2
threads: 6
[ 0% ] 0s/30s transactions: 0 timers: 0 e
ERROR: can not find test script: a_user.py. aborting user group: user_group-2
ERROR: can not find test script: a_user.py. aborting user group: user_group-2
ERROR: can not find test script: a_user.py. aborting user group: user_group-2
ERROR: can not find test script: a_user.py. aborting user group: user_group-1
ERROR: can not find test script: a_user.py. aborting user group: user_group-1
ERROR: can not find test script: a_user.py. aborting user group: user_group-1
[= 3% ] 1s/30s transactions: 0 timers: 0 e
[=== 7% ] 2s/30s transactions: 0 timers: 0 e
[==== 10% ] 3s/30s transactions: 0 timers: 0 e
[===== 13% ] 4s/30s transactions: 0 timers: 0 e
[====== 17% ] 5s/30s transactions: 0 timers: 0 e
[======== 20% ] 6s/30s transactions: 0 timers: 0 e
[========= 23% ] 7s/30s transactions: 0 timers: 0 e
[========== 27% ] 8s/30s transactions: 0 timers: 0 e
[========== 27% ] 8s/30s
analyzing results...
Traceback (most recent call last):
File "C:\Python27\Scripts\multimech-run-script.py", line 9, in <module>
load_entry_point('multi-mechanize==1.2.0', 'console_scripts', 'multimech-run')()
File "C:\Python27\lib\site-packages\multi_mechanize-1.2.0-py2.7.egg\multimechanize\utilities\run.py", line 64, in main
run_test()
File "C:\Python27\lib\site-packages\multi_mechanize-1.2.0-py2.7.egg\multimechanize\utilities\run.py", line 131, in run_test
results.output_results(output_dir, 'results.csv', run_time, rampup, results_ts_interval, user_group_configs, xml_report)
File "C:\Python27\lib\site-packages\multi_mechanize-1.2.0-py2.7.egg\multimechanize\results.py", line 19, in output_results
results = Results(results_dir + results_file, run_time)
File "C:\Python27\lib\site-packages\multi_mechanize-1.2.0-py2.7.egg\multimechanize\results.py", line 253, in __init__
self.epoch_start = self.resp_stats_list[0].epoch_secs
IndexError: list index out of range
I've got a directory called stressful_test which is where I put the project. See the zip file for the actual test. I'm running it against a local installation of Apache which is running on localhost
Thanks in advance for your help.