migrate test_ilo to pytest

This commit is contained in:
Frode Gundersen 2023-01-06 17:17:48 +00:00
parent e9ab6dd655
commit 574b6427ca
No known key found for this signature in database
GPG key ID: DAB4C1C375D2EF45

View file

@ -5,18 +5,14 @@
"""
import logging
import tempfile
import pytest
import salt.modules.file
import salt.modules.ilo as ilo
from tests.support.mock import MagicMock, patch
log = logging.getLogger(__name__)
import pytest
@pytest.fixture
def configure_loader_modules():