refactor: ops_cloud -> ops_remote [pr] (#10166)

This commit is contained in:
wozeparrot
2025-05-05 18:59:51 -04:00
committed by GitHub
parent b4dfb3ba78
commit 10437904cd
5 changed files with 51 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ def multidevice_test(fxn):
exclude_devices = getenv("EXCLUDE_DEVICES", "").split(",")
def ret(self):
for device in Device._devices:
if device in ["CLOUD", "DISK", "NPY", "FAKE", "DSP", "NULL"]: continue
if device in ["REMOTE", "DISK", "NPY", "FAKE", "DSP", "NULL"]: continue
if not CI: print(device)
if device in exclude_devices:
if not CI: print(f"WARNING: {device} test is excluded")