Update text

This commit is contained in:
Igor Pečovnik
2020-03-11 22:13:52 +01:00
committed by GitHub
parent 595f5057d9
commit 66969c52bb

View File

@@ -6,23 +6,22 @@ Collection of basic auto tests
1. Clone sources and go inside folder autotests
```
git clone https://github.com/armbian/autotests
cd autotests
```
git clone https://github.com/armbian/autotests
cd autotests
2. Then edit userconfig/configuration.sh
- set wlan SSID/password
- set test subnet or IP address(s)
- set MAC address of your BT device (Anroid phone for example)
Optional:
- change numer of passes
- change stress time in seconds
./go.sh
2. Edit userconfig/configuration.sh
- set wlan SSID/password
- set test subnet or IP address(s)
- set MAC address of your BT device (Anroid phone for example)
- change numer of passes (optional)
- change stress time in seconds (optional)
3. Run:
```
./go.sh
```
# What this tool does?