Error when trying to run sst-remote
When I'm trying to run a test through selenium RC, I'm gettting this error:
(env)root@
Traceback (most recent call last):
File "/home/
load_
File "/home/
count_
AttributeError: Values instance has no attribute 'count_only'
I also commented out the count_only line in remote.py. I got this error instead:
(env)root@
Tests running...
DEBUG:
DEBUG:
DEBUG:
DEBUG:
sst.ssttest ... ERROR (0.002 secs)
=======
ERROR: sst.ssttest
-------
Traceback (most recent call last):
File "/home/
super(
File "/home/
self.
File "/home/
logger.
AttributeError: 'NoneType' object has no attribute 'name'
Ran 1 test in 0.002s
FAILED (failures=1)
I have the selenium server running and the test runs with sst-run. What might be the problem?
Question information
- Language:
- English Edit question
- Status:
- Open
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Adam Wardecki for more information if necessary.