Skip to content

Commit

Permalink
ci: Add Video out test
Browse files Browse the repository at this point in the history
Signed-off-by: Yifan Xu <[email protected]>
  • Loading branch information
nekorouter committed Jul 25, 2024
1 parent 1c71c45 commit 7c9b5bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/th1520.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
sudo chroot mnt sh -c 'apt update && apt dist-upgrade -y'
# Add preinstalled software
sudo chroot mnt sh -c 'apt install -y cpufrequtils python3-ruamel.yaml iperf firmware-realtek'
# Disable lightdm
sudo chroot mnt sh -c 'systemctl disable lightdm'
sudo umount -l mnt
zstd boot-lpi4amain-ci-${TIMESTAMP}.ext4
zstd root-lpi4amain-ci-${TIMESTAMP}.ext4
Expand Down Expand Up @@ -254,6 +256,13 @@ jobs:
xtbsptest --update_config --dut_ser /dev/ttyUSB0 --dut_ip $DUT_IP --dut_login root --dut_password root
xtbsptest --run test__audio__hw__audio8k16b1c_sle__10
xtbsptest --run test__audio__hw__rx__ac8k16b1c_sle
- name: 'Run Video Out test'
run: |
source ~/.venv/bin/activate
source /opt/linux-xuantie-kernel-CI/env_setup.source
xtbsptest --update_config --dut_ser /dev/ttyUSB0 --dut_ip $DUT_IP --dut_login root --dut_password root
xtbsptest --run test____dsi0__800x1280_66d03__pri_800x1280_XR12____tiles_smpte
xtbsptest --run test____hdmi__1920x1080_60__pri_1920x1080_XR12____tiles
- name: 'Cleanup folder'
if: always()
run: |
Expand Down

0 comments on commit 7c9b5bf

Please sign in to comment.