You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Unexpected number of devices specified - this test expects two DUTs at cert, one device for CI")
158
+
159
+
ifnum!=expected_num:
160
+
ifself.allow_sdk_dac:
161
+
msg="The allow_sdk_dac flag is only for use in CI. When using this test in CI, please specify a single discriminator, manual-code or qr-code-content"
162
+
elifself.post_cert_test:
163
+
msg="The post_cert_test flag is only for use post-certification. When using this flag, please specify a single discriminator, manual-code or qr-code-content"
164
+
else:
165
+
msg="This test requires two devices for use at certification. Please specify two device discriminators ex. --discriminator 1234 5678"
0 commit comments