test: install xhci module

This commit is contained in:
K. Lange 2021-08-08 16:37:46 +09:00
parent 3e509e0db2
commit 8d9215284e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ print(f"Test script running on {uname['sysname']} {uname['release']} {uname['ver
print("====")
# Perform tests
os.system("cat /dev/xhci0")
os.system("/bin/insmod /mod/xhci.ko")
# Reboot
print("====")