diff --git a/.github/workflows/notecard-binary-tests.yml b/.github/workflows/notecard-binary-tests.yml index de45dd1..99b0625 100644 --- a/.github/workflows/notecard-binary-tests.yml +++ b/.github/workflows/notecard-binary-tests.yml @@ -192,7 +192,7 @@ jobs: cd notestation/ nohup python -m core.card_client \ --mcu-debug \ - --labels '["note_c_card_binary_test"]' \ + --notestation los-angeles-notestation-1 \ --res-file ./reservation.json &> card_client.log & PID=$! diff --git a/test/hitl/card.binary/platformio.ini b/test/hitl/card.binary/platformio.ini index f4972b8..adddd03 100644 --- a/test/hitl/card.binary/platformio.ini +++ b/test/hitl/card.binary/platformio.ini @@ -41,5 +41,5 @@ extra_scripts = post:wait_for_test_port.py build_type = debug debug_test = * upload_protocol = custom -upload_command = ${sysenv.GDB_CMD} -ex "set confirm off" -ex "set pagination off" -ex "target extended-remote ${sysenv.MCU_GDB_SERVER_IP}:${sysenv.MCU_GDB_SERVER_PORT}" -ex "monitor reset halt" -ex "file .pio/build/debug/firmware.elf" -ex "load" -ex "monitor reset" -ex "quit" -test_port = /tmp/mcu_usb +upload_command = ${sysenv.GDB_CMD} -ex "set confirm off" -ex "set pagination off" -ex "file .pio/build/debug/firmware.elf" -ex "target extended-remote ${sysenv.MCU_GDB_SERVER_IP}:${sysenv.MCU_GDB_SERVER_PORT}" -ex "monitor reset halt" -ex "load" -ex "monitor reset" -ex "quit" +test_port = /tmp/ns_mcu_usb