salt/tests/integration/client
Thomas Jackson 01f2d119b1 Covering case where kwarg cannot be un-yaml'd
In the past the master has been taking the kwargs passed in and converting them to a string (kwy=value) and letting the minion de-yaml that arg string. In general this is okay, but it doesn't work well if you are calling from the python LocalClient interface-- since the kwarg you passed already had a type. With this change instead of converting the kwarg to a string it is converted to a dict with a flag to mark it as a kwarg dict, then it is unpacked on the minion side while still maintining type
2013-11-05 19:04:23 -08:00
..
__init__.py Refactor runtests to allow dotted path module discovery. 2012-05-29 19:56:47 -07:00
kwarg.py Covering case where kwarg cannot be un-yaml'd 2013-11-05 19:04:23 -08:00
standard.py Error signatures changed, lets update test cases. 2013-09-24 22:08:08 +01:00
syndic.py Actually, the Syndic config test case can be a simple unit test. 2013-07-17 16:43:18 +01:00