Skip to content
Snippets Groups Projects

[AGIPD][TESTs]test_agipdlib AGIPDCtrl and get_bias_voltage for AGIPD1M and AGIPD500K

Merged Karim Ahmed requested to merge test/test_agipdlib into master
All threads resolved!
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -93,6 +93,10 @@ def test_parse_config():
(True, ("XFEL_GPFS_OFFLINE_RAW_CC",), False),
# RAW -> dcache, only gpfs, should fail
(False, ("XFEL_GPFS_OFFLINE_RAW_CC",), True),
# RAW -> dcache, only online gpfs, should fail
(False, ("XFEL_GPFS_ONLINE_SASE_X",), True),
# RAW -> gpfs, only online gpfs, should fail
(True, ("XFEL_GPFS_ONLINE_SASE_X",), True),
]
)
async def test_wait_on_transfer(
Loading