Skip to content
Snippets Groups Projects
Commit 18ec127c authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-846: exclude APSPU from disabled devices

parent 6a39b07e
No related branches found
No related tags found
2 merge requests!384Draft: Resolve L2SS-847 "Tango host in stats writer",!374Resolve L2SS-846: add disable_hardware to devices
......@@ -43,8 +43,8 @@ class TestDeviceTemperatureManager(AbstractTestBases.TestDeviceBase):
# Exclude other devices which raise a TimeoutError, since they wait for the attribute *_translator_busy_R to become False
# (set instead to True in this test environment)
self.proxy.put_property({"Shutdown_Device_List": ["STAT/SDP/1", "STAT/APSPU/1"]})
devices = [DeviceProxy("STAT/SDP/1"), DeviceProxy("STAT/APSPU/1")]
self.proxy.put_property({"Shutdown_Device_List": ["STAT/SDP/1"]})
devices = [DeviceProxy("STAT/SDP/1")]
# make sure none of the devices are in the OFF or FAULT state. Any other state is fine
for dev in devices:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment