Commit Graph
4927 Commits
Author SHA1 Message Date
Mattias Walström c6027b3f92 test: rip_multihop: Adapt to yangerd changes 2026-06-24 15:53:03 +02:00
Mattias Walström f6539e2238 test: ntp: client_stratum_selection: Adapt to yangerd behaviour 2026-06-24 15:53:03 +02:00
Mattias Walström 31410b92f5 yangerd: Fix ntp and lldp status 2026-06-24 15:53:03 +02:00
Mattias Walström b7745f23d2 yangerd: Return {} instead of 404 if no match 2026-06-24 15:53:03 +02:00
Mattias Walström 581d3d52bd statd: Adapt to yanger keys on module:container path
Instead of relying of the runtime xpath, which can be just /system-state
for example, resulting on no yangerd match.
2026-06-24 15:53:03 +02:00
Mattias Walström d58b9f7fde test: ospf_default_route_advertise: Make test more robust
FRR can sometimes be pretty slow to actually install the route in
the kernel. Increase the timeout of must_reach.
2026-06-24 15:53:03 +02:00
Mattias Walström e3b252327a test: route_pref_ospf: Update test spec 2026-06-24 15:53:03 +02:00
Mattias Walström fe962682b3 test: ntp_client: Update test spec 2026-06-24 15:53:03 +02:00
Mattias Walström 6c6d4adf2d test: hostname: adapt to yanger 2026-06-24 15:53:03 +02:00
Mattias Walström ad90e18478 test: ospf_point_to_multipoint: Adapt to yanger 2026-06-24 15:53:03 +02:00
Mattias Walström 279dcc0e07 test: spec: Allow to generate test specification without logical topology 2026-06-24 15:53:03 +02:00
Mattias Walström aa7830c873 test: upgrade: add missing readme 2026-06-24 15:53:03 +02:00
Mattias Walström 1f186a3299 test: operational_all: Harden to catch more
- Test so the value in operational actually is correct
- Move test to last in suite to see that there are no stray
  data in operational (yangerd)
2026-06-24 15:53:03 +02:00
Mattias Walström cba084e272 yangerd: Add missing files 2026-06-24 15:53:03 +02:00
Mattias Walström 6d4c77ad2d test: upgrade: Adapt to yangerd 2026-06-24 15:53:03 +02:00
Mattias Walström 48e6549b45 test: route_pref_ospf: Adapt to yangerd 2026-06-24 15:53:03 +02:00
Mattias Walström 8903306a36 test: ospf_unnumbered_interface: Adapt to new yangerd 2026-06-24 15:53:03 +02:00
Mattias Walström 2d5dc3b7e5 test: veth_delete: Adapt to new yangerd
Operational is now not instantly availible, is some lag.
2026-06-24 15:53:03 +02:00
Mattias Walström 36fa20ebbb test: ntp_client: Adapt to new yangerd daemon 2026-06-24 15:53:03 +02:00
Mattias Walström a085cec850 test: stp_basic: Stabilize test
With the new yangerd it failed 100% of the times, but it could fail
before as well, but that whould be very rare. Wait until operational
has been updated.
2026-06-24 15:53:03 +02:00
Mattias Walström 231987ea2b tests: Adapt to new yangerd 2026-06-24 15:53:03 +02:00
Mattias Walström 1e9e98ba9b yangerd: Add support for getting ARP neighbors 2026-06-24 15:53:02 +02:00
Mattias Walström 434fb6df40 test: syslog: property_filter: Adapt to changes required by yangerd
The test got an unexpected input in one of its logs:

'May 22 11:18:32 test-00-03-00 yangerd[3677]: SIGHUP: triggering immediate re-poll'
limit the string grepping for to be more exact.
2026-06-24 15:53:02 +02:00
Mattias Walström da4f5922c1 test: upgrade: Add adaptions needed for yangerd 2026-06-24 15:53:02 +02:00
Mattias Walström 5b8adbc359 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-24 15:53:02 +02:00
Mattias Walström 8d44303bb0 statd: Remove old code 2026-06-24 15:53:02 +02:00
Mattias Walström ba94be3c84 yanger: Remove code duplication and fix upgrade
Remove a lot of duplication and move to seperate libs in internal/

Also, instead of polling upgrade status using src/rauc-installation-status,
hook into the dbus monitor.
2026-06-24 15:53:02 +02:00
Mattias Walström f2cc29291a yangerd: Add WiFi implementation 2026-06-24 15:53:02 +02:00
Mattias Walström bdaae55051 yangerd: Add backoff if ip batch work have crashed 2026-06-24 15:53:02 +02:00
Mattias Walström 1972d77937 yangerd: Do not start in runlevel S 2026-06-24 15:53:02 +02:00
Mattias Walström 7ef6da59a7 test: iface_enable_disable: Simplify test 2026-06-24 15:53:02 +02:00
Mattias Walström 357d54e58f test: wireguard_roadwarrior: Adapt to the new polled world in yangerd 2026-06-24 15:53:02 +02:00
Mattias Walström d07dac43af yangerd: Add wireguard support 2026-06-24 15:53:02 +02:00
Mattias Walström 4ab7c8643c yangerd: fix stp status 2026-06-24 15:53:02 +02:00
Mattias Walström 65e98f2675 yangerd: Send sighup to yangerd on config change
This is to force yangerd to repoll polled things
2026-06-24 15:53:02 +02:00
Mattias Walström f6df3a8e74 test: usb: adapt to new yangerd 2026-06-24 15:53:02 +02:00
Mattias Walström a28e1d9150 test: containers: host_commands/test.py: Adapt to new yangerd
Slightly slower to detect changes
2026-06-24 15:53:02 +02:00
Mattias Walström 73ad0ec6af Fix containers, reactive now. 2026-06-24 15:53:02 +02:00
Mattias Walström 5ce26d407a test: case: ntp: Adapt tests for polled yangerd 2026-06-24 15:53:02 +02:00
Mattias Walström d40f1cf14b test: dhcp: server_subnets: Add longer timeout for polling
This since NTP status is polled in yangerd.
2026-06-24 15:53:02 +02:00
Mattias Walström a8d22e0978 Fix ntp and dns status 2026-06-24 15:53:02 +02:00
Mattias Walström 7f411b9806 FRR does not send delete on OSPF route change
Handle this.
2026-06-24 15:53:02 +02:00
Mattias Walström 54cafe8d5f Fix interface and bridge race conditions 2026-06-24 15:53:02 +02:00
Mattias Walström 714a9ef891 zapi: Fix deletion of routes 2026-06-24 15:53:02 +02:00
Mattias Walström 9dc539a338 yangerd: Continues 2026-06-24 15:53:02 +02:00
Mattias Walström 30d9608054 Fix routing and ip addresses 2026-06-24 15:53:02 +02:00
Mattias Walström cdb9cca31d update doc 2026-06-24 15:53:02 +02:00
Mattias Walström 01fc6aaa05 statd: Include new yangerd backend for operational 2026-06-24 15:53:02 +02:00
Mattias Walström 442d7428b6 move yanger 2026-06-24 15:53:02 +02:00
Mattias Walström 9e8cbbca0c yangerd: Initial 2026-06-24 15:53:02 +02:00