Commit Graph
19 Commits
Author SHA1 Message Date
Mattias Walström 3c64946e16 test: upgrade: Make more robust using yangerd 2026-06-19 11:38:09 +02:00
Mattias Walström 82a72ae293 test: ntp_client: Update test spec 2026-06-19 11:38:09 +02:00
Mattias Walström b7f4341775 test: hostname: adapt to yanger 2026-06-19 11:38:09 +02:00
Mattias Walström 0e778090a8 test: upgrade: add missing readme 2026-06-19 11:38:09 +02:00
Mattias Walström 2efb396a50 test: upgrade: Adapt to yangerd 2026-06-19 11:38:09 +02:00
Mattias Walström c70e2ff78c test: ntp_client: Adapt to new yangerd daemon 2026-06-19 11:38:09 +02:00
Mattias Walström b918c32ea2 test: upgrade: Add adaptions needed for yangerd 2026-06-19 11:38:09 +02:00
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
Mattias Walström c9835dfc4a test: system: Make tests more robust 2026-06-19 11:38:08 +02:00
Ejub Sabic be6d287b19 web: added update notification on web-ui
Signed-off-by: Ejub Sabic <ejub1946@outlook.com>
2026-06-18 10:59:03 +02:00
Ejub Sabic 67ea7a74c1 feat: infix-schedule based on ietf-schedule implementation
Signed-off-by: Ejub Sabic <ejub1946@outlook.com>
2026-06-18 10:22:35 +02:00
Mattias Walström 8e5d49665b test: Remove function put_config_dict and convert tests to use put_config_dicts
This fix #1237
2026-06-02 16:59:28 +02:00
Joachim Wiberg 95bd795347 test: add some basic ptp tests
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2026-04-24 14:29:58 +02:00
Richard Alpe f996dbd6ef test: lowercase minor words in test case names
Signed-off-by: Richard Alpe <richard@bit42.se>
2026-04-21 14:20:58 +02:00
Richard Alpe ff02190df8 test: normalize suite/case names to title case
Signed-off-by: Richard Alpe <richard@bit42.se>
2026-04-21 11:06:59 +02:00
Joachim Wiberg 4f876bc58e test: update nacm basic test spec.
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2026-01-30 13:09:18 +01:00
Joachim Wiberg 0376a83677 test: new case nacm-basic
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2026-01-23 06:12:26 +01:00
Joachim Wiberg 113b43ecae test: minor cleanup, whitespace only
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2026-01-04 12:28:28 +01:00
Joachim Wiberg 1bbd80d8c7 test: drop leading ietf/infix prefix from directories
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>
2025-11-20 20:23:23 +01:00