Provide the service module for the dummy proxy used in integration tests
Only the 'redbull' service is 'enabled' in the test
New in version 2016.11.3.
Return a list of all available services
New in version 2016.11.3.
CLI Example:
salt '*' service.get_all
Return a list of all available services.
New in version 2016.11.3.
CLI Example:
salt '*' service.list
Restart the specified service with dummy.
New in version 2016.11.3.
CLI Example:
salt '*' service.restart <service name>
Return whether this service is running.
New in version 2016.11.3.
Start the specified service on the dummy
New in version 2016.11.3.
CLI Example:
salt '*' service.start <service name>
Return the status for a service via dummy, returns a bool whether the service is running.
New in version 2016.11.3.
CLI Example:
salt '*' service.status <service name>
Stop the specified service on the dummy
New in version 2016.11.3.
CLI Example:
salt '*' service.stop <service name>