Skip to content
Snippets Groups Projects
Commit 7eb0ca5d authored by Marek Mioduszewski's avatar Marek Mioduszewski
Browse files

win ble_test task fix

parent db5e62f8
Branches
No related merge requests found
......@@ -118,7 +118,7 @@
{
"label": "windows: BLEtest",
"type": "shell",
"command": "ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t && ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t python3.7 /root/pmk/test_bluepy.py",
"command": "ssh -p 120${config:group} ${config:userName}@153.19.49.102 hciconfig hci0 down && ssh -p 120${config:group} ${config:userName}@153.19.49.102 hciconfig hci0 up && ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t python3.7 /root/pmk/test_bluepy.py",
"presentation":
{
"reveal": "always",
......
......@@ -118,7 +118,7 @@
{
"label": "windows: BLEtest",
"type": "shell",
"command": "ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t && ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t python3.7 /root/pmk/test_bluepy.py",
"command": "ssh -p 120${config:group} ${config:userName}@153.19.49.102 hciconfig hci0 down && ssh -p 120${config:group} ${config:userName}@153.19.49.102 hciconfig hci0 up && ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t python3.7 /root/pmk/test_bluepy.py",
"presentation":
{
"reveal": "always",
......
......@@ -118,7 +118,7 @@
{
"label": "windows: BLEtest",
"type": "shell",
"command": "ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t && ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t python3.7 /root/pmk/test_bluepy.py",
"command": "ssh -p 120${config:group} ${config:userName}@153.19.49.102 hciconfig hci0 down && ssh -p 120${config:group} ${config:userName}@153.19.49.102 hciconfig hci0 up && ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t python3.7 /root/pmk/test_bluepy.py",
"presentation":
{
"reveal": "always",
......
......@@ -118,7 +118,7 @@
{
"label": "windows: BLEtest",
"type": "shell",
"command": "ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t && ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t python3.7 /root/pmk/test_bluepy.py",
"command": "ssh -p 120${config:group} ${config:userName}@153.19.49.102 hciconfig hci0 down && ssh -p 120${config:group} ${config:userName}@153.19.49.102 hciconfig hci0 up && ssh -p 120${config:group} ${config:userName}@153.19.49.102 -t python3.7 /root/pmk/test_bluepy.py",
"presentation":
{
"reveal": "always",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment