README: add note about 123456-fsgqa user creation step

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Aurelien Aptel
2020-06-11 14:41:33 +02:00
committed by Eryu Guan
parent f6da66ec96
commit 59877e5071
+3
View File
@@ -22,6 +22,9 @@ _______________________
- create fsgqa test user ("sudo useradd -m fsgqa")
- create fsgqa group ("sudo groupadd fsgqa")
- create 123456-fsgqa test user ("sudo useradd 123456-fsgqa")
this 2nd user creation step can be safely skipped if your system
doesn't support names starting with digits, only a handful of tests
require it.
- create fsgqa2 test user ("sudo useradd fsgqa2")
______________________