- Oct 16, 2019
-
-
Marc-Oliver Westerburg authored
* renamed the "-v"-parameter to specify the value to be set/expected to "-e" instead to fix a parameter collision with "-v" for verbose output. * replace usage of "-v"-paramter in runtest files with new "-e"-paramter Change-Id: I9c31d2d3840ce9e1a1ba0baa1f5fecf76188fa5b
-
Marc-Oliver Westerburg authored
* renamed "-i"-parameter to set the IIO input-device to "-s" to fix collision with LTP "-i <iterations>"-parameter Change-Id: I7d1904c5ea28ef8c6f400f9c612d4d421955da9c
-
Jonas Höppner authored
Change-Id: I14f42da8aec76165600ce95ba244622d6847c115
-
Jonas Höppner authored
Change-Id: Ie7b1d91a512a09801d07500632eff06a566ab8ef
-
Jonas Höppner authored
Change-Id: Id41988386ac73ccc112cbada23c4e770bd3eb410
-
Jonas Höppner authored
Change-Id: I716a3423e0a198ad7c0f8b96c796c37a657eaa45
-
Jonas Höppner authored
Change-Id: If8e2e46c473208194e9125fe34d08716006d7a76
-
Jonas Höppner authored
Change-Id: I2829521e20d8bbee230b8fec13e646bcd8acc72a
-
Jonas Höppner authored
Change-Id: Iee6a519d469b596210eb82dc1425f1b032464d29
-
Jonas Höppner authored
Change-Id: I302bf87d02a3192faad1fd23b3bc29a669e07566
-
Jonas Höppner authored
Change-Id: Ieaa7cf772a49d323d9901a3b4702c77d9031f981
-
Jonas Höppner authored
Change-Id: I3c6630f8bfa53af12e668f5fac38ca288a584ac7
-
Jonas Höppner authored
Change-Id: I7d8ffbdbe6212c5f044608a354d104d940adf1f5
-
Jonas Höppner authored
* The built in test called internally instead of using system to call a shell where the command is executed. * They need to be split up in setup/run/cleanup Change-Id: Idb02560d68f7a604ab0f900f843e0f309c3a4eda
-
Jonas Höppner authored
Change-Id: Ia2ee8aa5b6943d949b40987c6d6e31cf6fafb3d2
-
Jonas Höppner authored
Change-Id: I161461ae1897b88c7546aaad50ed82180a01ee14
-
Jonas Höppner authored
Change-Id: Ic9b20a382a14febc50158e6136a5c798da635daf
-
Jonas Höppner authored
* Script running in parallel, too slow still Change-Id: If53e72d598683f8270c9e6a28ea6597dc95c7899
-
- Sep 18, 2019
-
-
Clemens Terasa authored
The rs485pingpon test tool uses partly the tty settings that are setup prior to execution. This might lead to problems when the tty is misconfigured. Use the default tty settings from glibc instead. This was inspired by "stty sane" Change-Id: Ie1a5d69edddb967e4dc284a450e3195e53d6af3c
-
- Sep 16, 2019
-
-
Jonas Höppner authored
Change-Id: I0b9a8afacba8696b6dde0bb074ba4ea75038b529
-
- May 15, 2019
-
-
Marc-Oliver Westerburg authored
* replaced wrong "*" in output formulas with correct "/" Change-Id: I33cc51b653809a203396a02c6ae19792a2f090b7 Reviewed-on: http://gfweb/gerrit/c/1040 Reviewed-by:
jenkins <jenkins@srv70> Tested-by:
jenkins <jenkins@srv70>
-
- Apr 04, 2019
-
-
Clemens Terasa authored
Add initial Nallino test script. Including: * Display * Touch * Keypad via GPIO * Ethernet * USB via USB sticks * micro SD * Aduio * Buzzer * CAN * RS485 * RS232 (loopback) Change-Id: Ib7debff9cc93ccebe4a14a351c4783811e87906a Reviewed-on: http://gfweb/gerrit/c/918
-
- Feb 14, 2019
-
-
Jonas Höppner authored
Change-Id: I00d04b1627d9b9850139fd75384588fdf46b8c56 Reviewed-on: http://gfweb/gerrit/c/716 Reviewed-by:
jenkins <jenkins@srv70> Tested-by:
jenkins <jenkins@srv70>
-
- Nov 02, 2018
-
-
Jonas Höppner authored
* The i2c test tool wasn't made for eeproms but work anyway before the * last fix in the tool * Now the test is changed to use the at24 kernel driver to access the * eeprom as eeprom and read and write data to it Change-Id: I432829cec6acf2c6df6ab0c35eaeea80a7158e4e Reviewed-on: http://gfweb/gerrit/513 Reviewed-by:
Jenkins <jenkins@garz-fricke.com>
-
- Oct 24, 2018
-
-
Marc-Oliver Westerburg authored
* Merge from jethro ** linux-mx:r8393: added dummy test-app @bball@; currently just a modified copy of mesa-demos's @glxdemo@ ** linux-mx:r8396: updated previous "dummy" @bball@ test with a static display using proper background and ball via OpenGL No animation, yet, and code still requires clean-up ** linux-mx:r8397: *** added basic ball animation *** added configurable frame-rate limit for smoother animation *** added configurable ball size *** moved static code out of main rendering loop *** using (client) attribute array, now, instead of single attribute calls *** Color animation, as in reference videos, is still missing ** linux-mx:r8398: added 16x9 background image (so far only 4x3 version was included) ** linux-mx:r8399: scaled background image for maximum 1920 horizontal resolution ** linux-mx:r8403 *** replaced GL_POINT-rendering for ball with GL_TRIANGLE_FAN, because GL_POINT for some reason ignored color values *** added color-cycling of the ball color similar to the reference videos *** some code clean-up ** linux-mx:r8404: some code clean-up ** linux-mx:r8406: Some code clean-up and performance optimization. In fullscreen mode on i.MX6Solo with WVGA-display now requires *** <=10.5% CPU-load in unrestricted mode; reaching > 120 fps *** <=3.9% CPU-load with default restriction of 40fps ** linux-mx:r8407: (Hopefully) fixed stability issues on start esp. on multi-core CPUs. Issue apparently was a synchronization problem in the setup-code between X Window initialization and OpenGL context initialization. Using @XFlush()@ and @XSync()@ now to ensure that X Windows initialization is finished before initializing OpenGL. ** linux-mx:r8412: ltp-tests, Bouncing-Ball display test, X11 deps *** The bball make non X11 targets fail as x11 is needed here *** To solve this the ltp Makefile now has two targets: all_tests and all_tests_x11 *** The receipe now calls those targets dependent on the distro features ** linux-mx:8414: most recent changes to build @bball@ conditionally only if X11 is enabled had a syntax error in its if-clause causing @bball@ to never build. fixed. ** linux-mx:r8420: LTP guf-tests @bball@ app textures *** replaced previous textures with new ones scaled for optimal performance **** previously the textures were rectangluar and used non-power-of-two resulotions in both dimensions **** while even the low-end Vivante GPUs do support this, performance is significantly lower (and memory bandwidth for texture look-up) significantly higher, than for optimized resolutions. **** now the textures have been scaled to 1024x1024, which results in much better performance with lower memory bandwidth **** This fixes issues with the GPU blocking the RAM-bus for the IPU display-refresh during temperature throttling. * Fixed include path in rocko, needed because of changed ltp base version * Fixed minor build errors and warnings Change-Id: I2f068c7a44f52f8fe1cbb522afa6223dcbb54610 Reviewed-on: http://gfweb/gerrit/489
-
Marc-Oliver Westerburg authored
Adaptions for SANVITO bit tests: * changed order of registers access for @i2c@ read/write test ** previous order (write A, read A, write B, read B) doesn't make any sense ** using (write A, write B, read A, read B), now, to also verifiy proper register addressing (no changes to test-parameters necessary for this modification) * added new read min/max-test to @i2c@ tool ** reads register A and compares result against min/max values, than are specified via new @-n (miN)@ and @-x (maX)@ parameters (no writes are performed, when these parameters are specified and reg-B parameters are ignored). ** can interpret read results of 8, 16, 24 or 32 bit length (with already existing @-l@ parameter ** can interpret read data as either big-endian (default) or little-endian value (using new @-e@ parameter) * Used new @i2c@ read min/max-tests in SANVITO @bit@ script to implement proper ambient and proximity tests Change-Id: I68c43f8c7d5a787113ef790a83d3348dcfc2e992 Reviewed-on: http://gfweb/gerrit/488
-
Marc-Oliver Westerburg authored
* Needed for Sanvito ( with external expansion board) * Merges linux-mx:r8376, linux-mx:r8377, linux-mx:r8378, linux-mx:r8379, linux-mx:r8380 ** some clean-up ** changed error tolerance from percent to absolute value due to accuracy issues with values close to 0. ** fixed @aio@ parameters for new absolute error tolerance * Fixed include path in rocko, needed because of changed ltp base version Change-Id: I0aa09a81701b2bfab7e771bf6191c0dc701bae85 Reviewed-on: http://gfweb/gerrit/487
-
- Jun 28, 2018
-
-
* modified several test-cases to reduce CPU and system load, to make the tests run stable even with the CPU clocked to only 400 MHz This test-load still causes temperature issues with the current SANVITO hardware without any kind of CPU-cooler and causes the CPU to reduce the clock-speed to only 400 MHz after some runtime, until the CPU-temperature falls low enough again (which does actually happen and work with this test.) Change-Id: I21b6d20049f0a297663ee2a2cca823154d694175 Reviewed-on: http://gfweb/gerrit/382
-
* fixed path for fingerpaint Change-Id: I6201f8fb5cdde9a4180d420082c4c9a6cdd36da4 Reviewed-on: http://gfweb/gerrit/381
-
* lowered duty-cycle of Buzzer test to 5% to decrease volume Change-Id: Ia6b13b8b1379c8b5672011005b8e6f14b0394d07 Reviewed-on: http://gfweb/gerrit/380
-
* added SANVITO bit-script * added test-videos for new display tests (new regulations require a bouncing-ball" multimedia-test, instead of a simple, static test-image) * added simple logging-scripts for Analog-I/O and Ambient/Proximity-Sensor. ** Except for an additional I2C communication test for the amb/prox-sensor, no real evaluation of read data, but just logging to output-log and later evaluation, for now. Change-Id: I98bd91402bd5c63f4ccbbfd0941a2fc1e3ce0e4d Reviewed-on: http://gfweb/gerrit/379
-
- May 02, 2018
-
-
Felix Gerking authored
* The script will now checks, if the folder /opt/ltp/results exists, otherwise it will be created ** The log file can not be initialized if the upper folder does not exist * If a default ip route is set, the script will remove it ** The device can no longer use a default ip route if the wifi stick is removed Change-Id: I1a4ce4145fd02a0602c6c4a76699a06843c65bb2 Reviewed-on: http://gfweb/gerrit/327
-
* If a default route is automatically set, the ip test, used in the EMV Testsuite, is sometimes no longer able to fail * The script now sets suitable default ip routes for the existing interfaces Change-Id: Ia5f6e9e3c6c4fdcb7cd58e9bf8fe8f29b02e9b02 Reviewed-on: http://gfweb/gerrit/326
-
- Apr 11, 2018
-
-
* Merge from jethro, refs #30619 * Detects the existing network interfaces * Verifies the shell commands used in the BIT-Test * Provides a guided test that prints out the instructions for each step Change-Id: Ic7c4d49779202e82f226509c5cacbffa371a2ce6 Reviewed-on: http://gfweb/gerrit/297
-
* Merge from jethro, refs #30619 * The script configures the appropriate network settings for the EMV Testsuite * It is useful to safe some time and prevents errors Change-Id: I936d1bc8925cb4ab34be83cea1b76037435652ca Reviewed-on: http://gfweb/gerrit/296
-
* Merge from jethro, refs #30619 * EMV_BT_start.sh: starts a bluetooth server, based on the l2test, that responds to requests from another device. A request is sent to it for each BIT-Test run * emv_BT-server_install.sh: creates a udev rule that calls the EMV_BT_start.sh script when a usb bluetooth module is detected. The BT-server is automatically started after each reboot Change-Id: I7dd1627cbc5f9c104e939253c4c1b9506692e3ed Reviewed-on: http://gfweb/gerrit/295
-
* Merge from jethro, refs #30619 * santaro: added WLAN test, removed the second USB test (replaced by a USB WLAN-Stick) * santino: added WLAN test, removed the second USB test (replaced by a USB WLAN-Stick) * santino-lt: added WLAN test, removed the second USB test (replaced by a USB WLAN-Stick) * santoka: added bluetooth test * The WLAN and bluetooth tests are now included in the EMV-Testsuite Change-Id: I35dac820cd276605da19a41bdd7b79889943fb06 Reviewed-on: http://gfweb/gerrit/294
-
- Mar 14, 2018
-
-
Jonas Höppner authored
* The testsscripts now handle santino-lt correctly * refs #30460 Change-Id: I7d9b13daf38d772b736efc929aa16a18f667dc94
-
- Feb 13, 2018
-
-
Jonas Höppner authored
* test.h and others moved to include/old/tetst.h, adapted include path * gcc7 seems to have stricter tests, fixed some bugs * refs #30346 Change-Id: I77af8597edaa458bc7376b96a3ec20610db8c3ab
-
- Dec 14, 2017
-
-
Felix Gerking authored
Testscripts for EMV-Testsuite: Added/customized scripts for the platforms Santaro,Satoka,Santino,Satino-LT, refs #29020 * Santaro ** Modified umount command in preparations: now no more errors occur when USB-Sticks/SD-Cards are mounted with different partitions ** Modified sleep command: time changed from 1 to 0.9 seconds, now it is consistent with the real-time measurement * Santoka ** Commented out WiFi and Bluetooth commands: these are not tested by default ** Modified sleep command: same reason as above * Santino ** Added EMV-Testscript: necessary to run the EMV-Testsuite * Santion-LT ** Added EMV-Testscript: necessary to run the EMV-Testsuite
-