From f72b427289a0f1ce02fc8ffb7bd5bae6d1c1d9a0 Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Thu, 10 Oct 2024 18:58:32 -0300 Subject: [PATCH] github: action: Add ping360 udp test --- .github/workflows/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 804fc1604..6dc744e1e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -75,7 +75,8 @@ jobs: /etc/github_runner/run-tests.sh \ "Basic Ping1D Test w Ping1:ping_1d:--serial-port /dev/ttyUSB_Ping1:30" \ "Basic Ping1D Test w Ping2:ping_1d:--serial-port /dev/ttyUSB_Ping2:30" \ - "Basic Ping360 Test:ping_360:--serial-port /dev/ttyUSB_Ping360:30" + "Basic Ping360 Test w Serial:ping_360:--serial-port /dev/ttyUSB_Ping360:30" \ + "Basic Ping360 Test w UDP:ping_360:--udp-addres 192.168.1.197 --udp-port 12345:30" # Test Name:Example Name:Additional Args:Timeout - name: Post CI management script if: always()