stress2: Use tests as the default test user.

This allows some tests to run without prior configuration; others will
have to be modified to use `su -m` since the tests account is locked.

Reviewed by:	allanjude
Differential Revision:	https://reviews.freebsd.org/D47875
This commit is contained in:
Dag-Erling Smørgrav 2024-12-04 14:07:05 +01:00
parent 6830340cfa
commit 3ee87f8a4d

View file

@ -56,7 +56,7 @@ testcases/tcp/tcp
export diskimage=${diskimage:-/tmp/diskimage} # Location of 1G disk image
export mntpoint=${mntpoint:-/mnt} # Disk image mount point
export testuser=${testuser:-TBD} # Name of non root test user
export testuser=${testuser:-tests} # Name of non root test user
export mdstart=${mdstart:-10} # Start of free md units
export newfs_flags=${newfs_flags:-"-U"} # Default file system flags
export stress2origin=${stress2origin:-`pwd`}