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 f8cd80e commit 9e11903
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test_tdisp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

set -euo pipefail

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

0 comments on commit 9e11903

Please sign in to comment.