Files
infix/test/case/ietf_system/add_delete_user
Richard Alpe 28f67ff608 test: add topdoc dir to all test specifications
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>
2025-01-21 15:02:11 +01:00
..
2024-10-10 10:56:47 +02:00

=== 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


<<<