change service name to docker

This commit is contained in:
Ch3LL 2017-10-25 13:39:46 -04:00
parent 654071028b
commit aa8875a0e2
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -11,7 +11,7 @@ from tests.support.helpers import destructiveTest
# Import Salt libs
import salt.utils
SERVICE_NAME = 'crond'
SERVICE_NAME = 'docker'
@destructiveTest