salt/tests
Pedro Algarvio 8a938c9a66 Workaround the stateconf TypeError exceptions under python 2.6
```python
Traceback (most recent call last):
  File "/testing/tests/unit/stateconf_test.py", line 117, in test_state_prefix
    ''', sls='test')
  File "/testing/tests/unit/stateconf_test.py", line 30, in render_sls
    **kws.copy()
  File "/testing/salt/renderers/stateconf.py", line 229, in render
    data = process_sls_data(sls_templ, tmplctx)
  File "/testing/salt/renderers/stateconf.py", line 114, in process_sls_data
    argline=rt_argline.strip(), **kws
  File "/testing/salt/renderers/jinja.py", line 41, in render
    tmp_data.get('data', 'Unknown render error in jinja renderer')
SaltRenderError: Traceback (most recent call last):
  File "/testing/salt/utils/templates.py", line 64, in render_tmpl
    output = render_str(tmplstr, context, tmplpath)
  File "/testing/salt/utils/templates.py", line 102, in render_jinja_tmpl
    loader = JinjaSaltCacheLoader(opts, context['env'])
  File "/testing/salt/utils/jinja.py", line 42, in __init__
    self.searchpath = opts['file_roots'][env]
TypeError: list indices must be integers, not str
```
2013-08-12 13:55:03 +01:00
..
integration The test case should be executed in the test virtualenv for proper cleanup. 2013-08-12 13:36:52 +01:00
unit Workaround the stateconf TypeError exceptions under python 2.6 2013-08-12 13:55:03 +01:00
__init__.py Refactor runtests to allow dotted path module discovery. 2012-05-29 19:56:47 -07:00
consist.py Add consist test to make sure swarm returns are all the same 2012-07-18 13:24:16 -06:00
eventlisten.py Doh! node 2013-06-11 16:39:48 -06:00
jenkins.py If no output, it's also a failure. 2013-08-11 19:22:30 +01:00
minionswarm.py Updated arg to salt-key in minionswarm script 2013-07-01 17:03:39 -06:00
runtests.py Allow running a group of tests while still providing a test case name from another group. 2013-08-12 11:46:58 +01:00
wheeltest.py Make wheeltest pprint, much easier to use 2012-10-29 23:04:15 -06:00