Files
infix/test/case/system
Mattias Walström fe680190e2 test: upgrade: Add adaptions needed for yangerd
Specially the change:
`
-            oper = target.get_dict("/system-state/software")
+            oper = target.get_dict("/ietf-system:system-state/software")
`
i feel is strange, since only the backend for sysrepo has changed, but the
new syntax is actually correct, unsure why it has worked before.
2026-06-19 11:38:09 +02:00
..
2026-04-24 14:29:58 +02:00
2026-04-24 14:29:58 +02:00
2026-01-23 06:12:26 +01:00

: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::nacm-basic/Readme.adoc[]

<<<

include::timezone/Readme.adoc[]

<<<

include::timezone_utc_offset/Readme.adoc[]

<<<

include::upgrade/Readme.adoc[]

<<<

include::ntp_client/Readme.adoc[]