Skip to content

Commit

Permalink
fixup! 08-interop/task03: Just use premade binary
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Apr 18, 2024
1 parent daa146a commit 6ac5b18
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions 08-interop/test_spec08.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import re
import sys
import subprocess


import pexpect.replwrap
Expand Down Expand Up @@ -59,15 +58,6 @@ def test_task01(riot_ctrl, log_nodes):
'nodes', [pytest.param(['nrf52840dk', 'nrf52840dk'])], indirect=['nodes']
)
def test_task03(riot_ctrl):
# run `./compile_contiki.sh` relative to this file
# subprocess.check_call(
# ["./compile_contiki.sh"],
# cwd=os.path.dirname(os.path.realpath(__file__)),
# )

# build_path = "build/nrf52840/dk/hello-world.nrf52840"
# flashfile = f"/tmp/contiki-ng/examples/hello-world/{build_path}"

# get the current directory of this file
current_dir = os.path.dirname(os.path.realpath(__file__))
contiki_bin_file = os.path.join(current_dir, "task03-contiki-nrf52840.bin")
Expand Down

0 comments on commit 6ac5b18

Please sign in to comment.