We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d37d069 + d9bccb2 commit 2929fe1Copy full SHA for 2929fe1
device-connectors/src/testflinger_device_connectors/devices/netboot/netboot.py
@@ -189,7 +189,7 @@ def is_master_image_booted(self):
189
except Exception:
190
# Any connection error will fail through the normal path
191
pass
192
- if "Testflinger Test Device Imager" in str(data):
+ if "Snappy Test Device Imager" in str(data):
193
return True
194
else:
195
return False
0 commit comments