Igor Pecovnik 3eb7284c0f RFC: Making tests modular
This makes now very easy to add new tests.

TODO:

- add option to display problems only
- set timeout and report error if host doesn't come up after reboot. Now it doesn't go out of the cycle
2020-03-06 00:17:42 +01:00
2020-03-06 00:17:42 +01:00
2020-03-06 00:17:42 +01:00
2020-01-16 16:07:29 +01:00
2020-03-06 00:17:42 +01:00
2019-12-22 23:13:27 +01:00
2020-03-06 00:17:42 +01:00

Armbian auto testing

Collection of basic auto tests

How to start?

git clone https://github.com/armbian/autotests
cd autotests
./go.sh

Then edit userconfig/configuration.sh and add wlan SSID/password, testing subnet or address(s), ...

What this tool does?

Connects to host(s) or all Armbian hosts in your subnet and run tests found in tests in alphabetical order.

Which tests are executed?

test name function
0000-armbian-first-login.bash Changes password and creates username
0001-connect-wireless-devices.bash Connects wireless devices
0003-iperf-on-all-interfaces.bash Check speed on all devices
0005-used-wireless-modules.bash Display used wireless modules
0015-strong-stressing.bash Running heavy stressing for n seconds
0019-7-zip-benchmark.bash Run 7Zip benchmark
9999-reboot.bash Reboot the board

To do:

Semantic description of image

Description
Languages
Shell 100%