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