Rename dockerio.py unit tests to dockerio_test.py

These tests have never run automatically because of an incorrect file name.

Added a skipIf on these tests as they are currently non-functioning and the
module they're testing has been deprecated.
This commit is contained in:
rallytime 2016-07-08 13:26:08 -06:00 committed by Pablo Suárez Hernández
parent ec0cc943e0
commit 4e9733ad6d

View file

@ -20,6 +20,7 @@ def provision_state(module, fixture):
@skipIf(NO_MOCK, NO_MOCK_REASON)
@skipIf(True, 'Skipped: This module has been deprecated.')
class DockerStateTestCase(TestCase):
def test_docker_run_success(self):
from salt.states import dockerio