mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
This should be a non functional change. The idea is to use the topdoc dir from 9pm when generating the test report. Signed-off-by: Richard Alpe <richard@bit42.se>
=== 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::{topdoc}../../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
<<<