mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 03:33:01 +02:00
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
39 lines
683 B
Plaintext
39 lines
683 B
Plaintext
:testgroup:
|
|
== System
|
|
|
|
Tests verifying system configuration and management:
|
|
|
|
- System hostname configuration and persistence
|
|
- User account creation, modification, and deletion
|
|
- Administrative user privilege management
|
|
- System timezone configuration and handling
|
|
- UTC offset timezone configuration
|
|
- System upgrade and firmware management
|
|
- NTP client configuration and time synchronization
|
|
|
|
include::hostname/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::add_delete_user/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::user_admin/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::timezone/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::timezone_utc_offset/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::upgrade/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::ntp_client/Readme.adoc[]
|