Creating Device configuration snippets [CREATED] dut: initial Config Deploying device configurations [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => { "msg": "initial configuration for dut\n=========================================\nset system host-name 'dut'\n\n\n\n\n\nset interfaces dummy dum0 address 10.0.0.1/32\nset interfaces dummy dum0 address 2001:db8:0:1::1/64\n\n\n\nset interfaces ethernet eth1 description 'dut -> stub [stub]'\n\n\n# Need to set the same address as loopback (dum0) to make it behave as unnumbered\nset interfaces ethernet eth1 address 10.0.0.1/32\n\nset interfaces ethernet eth1 ipv6\n\n\n\n\nset interfaces ethernet eth2 description 'dut -> stub [stub]'\n\n\n# Need to set the same address as loopback (dum0) to make it behave as unnumbered\nset interfaces ethernet eth2 address 10.0.0.1/32\n\n\n\n\n\nset interfaces ethernet eth3 description 'dut -> stub [stub]'\n\n\n\nset interfaces ethernet eth3 ipv6\n\n\n\n\nset interfaces ethernet eth4 description 'dut -> stub [stub]'\n\n\n# Need to set the same address as loopback (dum0) to make it behave as unnumbered\nset interfaces ethernet eth4 address 10.0.0.1/32\n\nset interfaces ethernet eth4 address 2001:db8:1:3::1/64;\n\n\n\n\nset interfaces ethernet eth5 description 'dut -> stub [stub]'\n\n\nset interfaces ethernet eth5 address 172.16.4.1/24\n\nset interfaces ethernet eth5 ipv6\n\n\n\nset service lldp interface all\n>/dev/null 2>/dev/null set service lldp interface eth0 disable\n>/dev/null 2>/dev/null set service lldp interface eth0 mode disable\n\nset service router-advert interface eth1\nset service router-advert interface eth3\nset service router-advert interface eth4\nset service router-advert interface eth5\n\n\ncommit\n\n# Restart FRR to pick up the new hostname\nsudo service frr restart\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/vyos.yml for dut TASK [set_fact] **************************************************************** ok: [dut] TASK [template] **************************************************************** changed: [dut] TASK [execute config-initial.sh to deploy initial config from /work/netlab_cicd/node_files/dut/initial] *** changed: [dut] PLAY [Deploy module-specific configurations] *********************************** skipping: no hosts matched PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* dut : ok=10 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 This test checks that the initial configuration doesn't crash when dealing with the all possible combinations of unnumbered interfaces. Use OSPFv2/OSPFv3 integration tests to validate the unnumbered interface functionality.