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.get_opts()¶New in version 2018.3.0.
Return the configuration options of the master.
CLI Example:
salt-run test.get_opts
salt.runners.test.metasyntactic(locality='us')¶Return common metasyntactic variables for the given locality
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: 2018.3.3