mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
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:
parent
6830340cfa
commit
3ee87f8a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue