[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [r] TASK [Find device readiness script] ******************************************** ok: [r] TASK [Wait for device to become ready] ***************************************** skipping: [r] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for r TASK [Figure out whether to deploy the module initial on current device] ******* ok: [r] TASK [Find configuration template for initial] ********************************* ok: [r] TASK [Print deployed configuration when running in verbose mode] *************** ok: [r] => msg: |- initial configuration for r ========================================= updates: - path: /interface[name=system0]/subinterface[index=0] value: description: "No description" ipv4: admin-state: enable address: - ip-prefix: "10.0.0.1/32" ipv6: admin-state: enable address: - ip-prefix: "2001:db8:0:1::1/64" - path: /interface[name=ethernet-1/1] value: subinterface: index: 0 description: "r ~ stub" - path: /interface[name=ethernet-1/1]/subinterface[index=0] value: description: "r ~ stub" ipv4: admin-state: enable unnumbered: admin-state: enable interface: "system0.0" ipv6: admin-state: enable neighbor-discovery: learn-unsolicited: link-local router-advertisement: router-role: admin-state: enable # no ipv6 nd suppress-ra min-advertisement-interval: 4 # Leaving this at platform default 200..600 takes too long at startup _annotate_min-advertisement-interval: "Reduced from platform default 200s" max-advertisement-interval: 5 - path: /network-instance[name=default] value: type: default interface: - name: system0.0 - path: /network-instance[name=default] value: type: default interface: - name: ethernet-1/1.0 TASK [Find configuration deployment deploy_script for initial] ***************** ok: [r] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/srlinux.yml for r TASK [Generate JSON-RPC YAML configuration] ************************************ ok: [r] TASK [Update SRL initial node configuration (template=/home/pipi/net101/tools/netsim/ansible/templates/initial/srlinux.j2)] *** changed: [r] TASK [debug] ******************************************************************* skipping: [r] PLAY [Deploy module-specific configurations] *********************************** skipping: no hosts matched PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* r : ok=10 changed=1 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 This test checks that the initial configuration doesn't crash when dealing with the unnumbered interfaces. Use OSPFv2/OSPFv3 integration tests to validate the unnumbered interface functionality.