Skip to content

Commit f879bfa

Browse files
committed
test_tdisp.sh
Signed-off-by: Pierrick Bouvier <[email protected]>
1 parent 47e6377 commit f879bfa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test_tdisp.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
5+
b=/aarch64/virt/generic-pcihost/pci-bus-generic/pcie-bus/tdisp-testdev/tdisp-testdev-tests
6+
QTEST_QEMU_BINARY=./build/qemu-system-aarch64 \
7+
./build/tests/qtest/qos-test \
8+
-p $b/get-vca \
9+
-p $b/authenticate \
10+
-p $b/secure-session

0 commit comments

Comments
 (0)