Skip to content
Snippets Groups Projects
Commit 487b77f2 authored by Marc-Oliver Westerburg's avatar Marc-Oliver Westerburg Committed by Norman Stetter
Browse files

ltp-guf-test: @sanvito-custom-setup.sh@ script (refs #39957)

* added calls to shutdown customer application
* moved mount-call to the end to gain some time (USB-power on to successful mount takes variable amounts of time)
* added call to disable screensaver

Change-Id: Iacc91ee495689e2e8f2d93a31cb52cb31f9d5040
Note: This setup-script should be called on each boot before starting the @bit@ testsuite but only after the customer application has started completely (dialog to chose language is visible on screen). If the script is started before the customer app is fully started, some calls may not work, the USB-stick may fail to mount continuously, the @bit@ runtimes may increase significantly or the system may reboot automatically after some time.
parent 2673ad7f
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,8 @@ ln -s /usr/lib/libGL.so.1.2.0 /opt/lib/libGL.so.1.2
export PATH=$PATH:/opt/ltp/testcases/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lib
export DISPLAY=:0
ubus call board enable '{"name": "usb"}'; mount -o remount,rw /tmp/E26F-BE71;
ubus call board enable '{"name": "usb"}';
systemctl disable qtwebengine mbsa
systemctl stop qtwebengine mbsa
xset s off -dpms
mount -o remount,rw /tmp/E26F-BE71;
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