This commit is contained in:
@@ -16,7 +16,7 @@ from slic.utils.pv import PV
|
||||
from slic.utils.hastyepics import get_pv
|
||||
from morbidissimo import MorIOC
|
||||
from slic.utils.pvpreload import *
|
||||
|
||||
'''
|
||||
|
||||
# IOC simulation
|
||||
@pytest.fixture(scope="module", autouse=True)
|
||||
@@ -276,4 +276,6 @@ def test_pvpreload_end_to_end(tmp_path, caplog):
|
||||
# Verify logs
|
||||
logs = "\n".join(caplog.messages)
|
||||
assert "PV preload done" in logs
|
||||
assert "PV offload done" in logs
|
||||
assert "PV offload done" in logs
|
||||
|
||||
'''
|
||||
Reference in New Issue
Block a user