Skip to content

Commit

Permalink
ARINC429 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 22, 2024
1 parent 8b57285 commit 46bf112
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -923,10 +923,10 @@ jobs:
run: install_name_tool -add_rpath /usr/local/lib /usr/local/bin/tshark
- name: Unzip plugin
run: sudo unzip Wireshark_plugin.zip -d /usr/local
- name: Run discrete test
run: tshark -e DISCRETE.VALUE -E header=y -T fields -r pcapng_files/discrete.pcapng | tee discrete.output
- name: Run ARINC429 test
run: tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r pcapng_files/arinc429_broadcast.pcapng | tee a429_broadcast.output
- name: Run diff
run: diff discrete.output test/discrete.output
run: diff a429_broadcast.output test/a429_broadcast.output

test_discrete_macos:
runs-on: macos-latest
Expand Down Expand Up @@ -959,7 +959,7 @@ jobs:
run: install_name_tool -add_rpath /usr/local/lib /usr/local/bin/tshark
- name: Unzip plugin
run: sudo unzip Wireshark_plugin.zip -d /usr/local
- name: Run ARINC429 test
run: tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r pcapng_files/arinc429_broadcast.pcapng | tee a429_broadcast.output
- name: Run discrete test
run: tshark -e DISCRETE.VALUE -E header=y -T fields -r pcapng_files/discrete.pcapng | tee discrete.output
- name: Run diff
run: diff a429_broadcast.output test/a429_broadcast.output
run: diff discrete.output test/discrete.output

0 comments on commit 46bf112

Please sign in to comment.