Skip to content

Commit 7f974ec

Browse files
committed
basic report
1 parent ca90e33 commit 7f974ec

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

devicedefender/script/DDTestRun.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,6 @@ def delete_thing_with_certi(thingName, certiId, certiArn):
235235

236236
# Windows has a different build folder structure, but this ONLY runs on Linux currently so we do not need to worry about it
237237
exe_path = os.path.join(exe_path, "mqtt5-basic-report")
238-
else:
239-
# Run the sample:
240-
exe_path = "build/samples/others/device_defender/basic_report/"
241-
# If running locally, comment out the line above and uncomment the line below:
242-
#exe_path = "samples/others/device_defender/basic_report/build/"
243-
244-
# Windows has a different build folder structure, but this ONLY runs on Linux currently so we do not need to worry about it
245-
exe_path = os.path.join(exe_path, "basic-report")
246238

247239
print("[Device Defender]Info: Start to run: " + exe_path)
248240
# The Device Defender sample will take ~1 minute to run even if successful

0 commit comments

Comments
 (0)