...
1. Setup VM with:
CPU - 4
Memory - 8GB
Hard disk - 100GB
Have to use DEBUG build, where we have debug macro
Setup process is described in this instruction.
Info |
---|
Note : Create ztest user |
...
if you |
...
Code Block |
---|
sudo useradd -m -d forgot to do it according the instruction:
|
Add user to sudo:
if you created a user at the vm preparation stage, then skip this step.
Code Block |
---|
echo "ztest
|
2. Install packages for
...
ELF tests:
Code Block |
---|
sudo apt update
sudo apt install system-test-elftest testrunner python build-essential
|
3. Login by user ztest and run tests:
Code Block |
---|
sudo /opt/elf-tests/bin/elftest |
Test run script
...
Wait for several minutes and have found full logs at:
/var/tmp/test_results/<ISO TIME>
Info |
---|
Note : You can run the test using a shell script. It can be created in any text editor or by executing the following command:
|
Wait for several minutes and have found full logs at:
After running of this script you will find the log in the /var/tmp/ |
...
elftest.<ISO TIME>.txt file. It will contain information in the format that is used in Test Results. |