Skip to content

Commit

Permalink
test_tdisp.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Feb 13, 2025
1 parent 819ad2e commit f3ec057
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test_tdisp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

set -euo pipefail

QTEST_QEMU_BINARY=./build/qemu-system-aarch64 \
./build/tests/qtest/qos-test \
-p /aarch64/virt/generic-pcihost/pci-bus-generic/pcie-bus/tdisp-testdev/tdisp-testdev-tests/get-vca \
-p /aarch64/virt/generic-pcihost/pci-bus-generic/pcie-bus/tdisp-testdev/tdisp-testdev-tests/authenticate \
-p /aarch64/virt/generic-pcihost/pci-bus-generic/pcie-bus/tdisp-testdev/tdisp-testdev-tests/secure-session

0 comments on commit f3ec057

Please sign in to comment.