salt.runners.test

This runner is used only for test purposes and servers no production purpose

salt.runners.test.arg(*args, **kwargs)

Output the given args and kwargs

Kwargs will be filtered for 'private' keynames.

salt.runners.test.raw_arg(*args, **kwargs)

Output the given args and kwargs

salt.runners.test.sleep(s_time=10)

Sleep t seconds, then return True

salt.runners.test.stdout_print()

Print 'foo' and return 'bar'

salt.runners.test.stream()

Return True

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2015.8.0

Previous topic

salt.runners.survey

Next topic

salt.runners.thin