Skip to content
Snippets Groups Projects
Commit c8ba87cd authored by Jerome Forissier's avatar Jerome Forissier
Browse files

qemu-check.exp: do not start tee-supplicant


Since commit 1333db4d ("rootfs: start tee-supplicant on boot"),
there is no need to start tee-supplicant from qemu-check.exp.

Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: default avatarVictor Chong <victor.chong@linaro.org>
parent d19dd75e
No related branches found
No related tags found
No related merge requests found
......@@ -56,14 +56,11 @@ expect {
}
send -- "\r"
expect "root@Vexpress:/ "
info " done, guest is booted.\nLoading OP-TEE driver and tee-supplicant..."
info " done, guest is booted.\n"
# Toolchain libraries might be here or there
send -- "export LD_LIBRARY_PATH=/lib:/lib/arm-linux-gnueabihf\r"
expect "root@Vexpress:/ "
send -- "tee-supplicant&\r"
expect "root@Vexpress:/ "
sleep 1
info " done.\nRunning: $cmd...\n"
info "Running: $cmd...\n"
send -- "$cmd\r"
set casenum "none"
expect {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment