Skip to content
Snippets Groups Projects
Commit ee2dbe3c authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

GaudiConf test_qmtexec: Switch to QMT test that works with both detdesc and dd4hep

parent a8bc0b6c
No related branches found
No related tags found
1 merge request!4778GaudiConf test_qmtexec: Switch to QMT test that works with both detdesc and dd4hep
Checking pipeline status
...@@ -92,10 +92,10 @@ def test_lbexec_testfiledb(monkeypatch): ...@@ -92,10 +92,10 @@ def test_lbexec_testfiledb(monkeypatch):
def test_gaudirun_options(): def test_gaudirun_options():
"""Ensure that the options property of qmtfiles is respected""" """Ensure that the options property of qmtfiles is respected"""
qmtfile = THIS_DIR.parent.parent.parent.parent.parent / "Rich/RichDetectors/tests/qmtest/test-decode-and-spacepoints-2022-data.qmt" qmtfile = THIS_DIR.parent.parent.parent.parent.parent / "Rich/RichDetectors/tests/qmtest/test-decode-and-spacepoints-detdesc-mc.qmt"
proc = run(["qmtexec", "-C", str(qmtfile)]) proc = run(["qmtexec", "-C", str(qmtfile)])
# Ensure that the expected options were ran # Ensure that the expected options were ran
assert "data-0015.mdf" in proc.stdout assert "Brunel_100.xdst" in proc.stdout
def test_set_cwd(): def test_set_cwd():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment