Skip to content

Commit

Permalink
factory: move video test
Browse files Browse the repository at this point in the history
* move operator question to the end of the process.
* disable DSI conformation until further notice
  • Loading branch information
svenrademakers committed Jul 18, 2024
1 parent 3d0c686 commit e5f6158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/bash

source node_helpers.sh

# node 1 has a NVMe slot + MPCIe slot
assert_pci_devices "1" "2"

confirm "Do you see video output on the HDMI port?"
confirm "Do you see video output on the DSI port?"

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

set -e
source helpers.sh
confirm "Do you see video on the HDMI monitor?"

tpi power on > /dev/null
confirm "Press 'Key1'. Do the red light go off?"

0 comments on commit e5f6158

Please sign in to comment.