mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33:02 +02:00
SVG is a plain text file, better to see why it changed than binary PNG. Also fix #744 by adding infix/OEM hash to test specification Signed-off-by: Mattias Walström <lazzer@gmail.com>
=== Add/delete user ==== Description Verify that it is possible to add/delete a user. The user password is hashed with yescrypt. ==== Topology ifdef::topdoc[] image::../../test/case/ietf_system/add_delete_user/topology.svg[Add/delete user topology] endif::topdoc[] ifndef::topdoc[] ifdef::testgroup[] image::add_delete_user/topology.svg[Add/delete user topology] endif::testgroup[] ifndef::testgroup[] image::topology.svg[Add/delete user topology] endif::testgroup[] endif::topdoc[] ==== Test sequence . Set up topology and attach to target DUT . Add new user 'newuser01' with password 'newuser01password' . Verify user 'newuser01' exist in operational . Verify user 'newuser01' can login with SSH . Delete user 'newuser01' . Verify erasure of user 'newuser01' . Verify that 'newuser01' is removed from /etc/passwd <<<