# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-citb5e8pkl/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_route_device_nm.yml ******************************************** 2 plays in /WORKDIR/git-weekly-citb5e8pkl/tests/tests_route_device_nm.yml PLAY [Run playbook 'playbooks/tests_route_device.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tests_route_device_nm.yml:6 Saturday 20 January 2024 13:26:06 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tests_route_device_nm.yml:9 Saturday 20 January 2024 13:26:07 +0000 (0:00:00.939) 0:00:00.951 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:3 Saturday 20 January 2024 13:26:07 +0000 (0:00:00.011) 0:00:00.963 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:17 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.364) 0:00:01.327 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:22 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.260) 0:00:01.588 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:26 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.013) 0:00:01.601 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:51 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.007) 0:00:01.609 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/enable_epel.yml:8 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.021) 0:00:01.630 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/enable_epel.yml:24 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.007) 0:00:01.638 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/enable_epel.yml:30 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.007) 0:00:01.646 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/enable_epel.yml:35 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.007) 0:00:01.653 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/enable_epel.yml:40 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.007) 0:00:01.660 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tests_route_device_nm.yml:11 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.007) 0:00:01.668 ****** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test output device of routes] ******************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:3 Saturday 20 January 2024 13:26:08 +0000 (0:00:00.015) 0:00:01.683 ****** ok: [sut] TASK [Set type and interface0] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:11 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.730) 0:00:02.414 ****** ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Show interfaces] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:15 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.009) 0:00:02.423 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.010) 0:00:02.434 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.010) 0:00:02.444 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003613", "end": "2024-01-20 13:26:09.440981", "rc": 0, "start": "2024-01-20 13:26:09.437368" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.267) 0:00:02.712 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.011) 0:00:02.723 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Manage test interface] *************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:17 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.012) 0:00:02.736 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.017) 0:00:02.753 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.008) 0:00:02.761 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.011) 0:00:02.772 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.012) 0:00:02.785 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.012) 0:00:02.797 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003696", "end": "2024-01-20 13:26:09.735250", "rc": 0, "start": "2024-01-20 13:26:09.731554" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.208) 0:00:03.005 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.010) 0:00:03.016 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:26:09 +0000 (0:00:00.011) 0:00:03.027 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest0] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:26:12 +0000 (0:00:02.417) 0:00:05.445 ****** ok: [sut] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.006035", "end": "2024-01-20 13:26:12.391548", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2024-01-20 13:26:12.385513" } ok: [sut] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.003978", "end": "2024-01-20 13:26:12.657205", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2024-01-20 13:26:12.653227" } ok: [sut] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.004221", "end": "2024-01-20 13:26:12.861466", "item": "ip link set ethtest0 up", "rc": 0, "start": "2024-01-20 13:26:12.857245" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:26:12 +0000 (0:00:00.685) 0:00:06.131 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.026240", "end": "2024-01-20 13:26:13.097382", "rc": 0, "start": "2024-01-20 13:26:13.071142" } TASK [Delete veth interface ethtest0] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.252) 0:00:06.383 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.022) 0:00:06.406 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.010) 0:00:06.417 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.011) 0:00:06.428 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.014) 0:00:06.443 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Assert device is present] ************************************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:21 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.011) 0:00:06.454 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.015) 0:00:06.469 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.011) 0:00:06.481 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757172.3900144, "block_size": 4096, "blocks": 0, "ctime": 1705757172.3900144, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34514, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest0", "lnk_target": "../../devices/virtual/net/ethtest0", "mode": "0777", "mtime": 1705757172.3900144, "nlink": 1, "path": "/sys/class/net/ethtest0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'ethtest0'] *********************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.208) 0:00:06.689 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set interface1] ********************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:23 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.013) 0:00:06.703 ****** ok: [sut] => { "ansible_facts": { "interface": "ethtest1" }, "changed": false } TASK [Show interfaces] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:26 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.010) 0:00:06.713 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.013) 0:00:06.726 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.011) 0:00:06.738 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003800", "end": "2024-01-20 13:26:13.680117", "rc": 0, "start": "2024-01-20 13:26:13.676317" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.211) 0:00:06.949 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.011) 0:00:06.960 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0', 'rpltstbr'] TASK [Manage test interface] *************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:28 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.011) 0:00:06.971 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.015) 0:00:06.987 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.008) 0:00:06.996 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.008) 0:00:07.005 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.012) 0:00:07.017 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.010) 0:00:07.028 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003678", "end": "2024-01-20 13:26:13.969120", "rc": 0, "start": "2024-01-20 13:26:13.965442" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:26:13 +0000 (0:00:00.210) 0:00:07.238 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:26:14 +0000 (0:00:00.013) 0:00:07.252 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0', 'rpltstbr'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:26:14 +0000 (0:00:00.012) 0:00:07.264 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest1] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:26:16 +0000 (0:00:02.300) 0:00:09.565 ****** ok: [sut] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.007464", "end": "2024-01-20 13:26:16.518027", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2024-01-20 13:26:16.510563" } ok: [sut] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.003964", "end": "2024-01-20 13:26:16.791890", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2024-01-20 13:26:16.787926" } ok: [sut] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.004148", "end": "2024-01-20 13:26:17.003482", "item": "ip link set ethtest1 up", "rc": 0, "start": "2024-01-20 13:26:16.999334" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.710) 0:00:10.275 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.026138", "end": "2024-01-20 13:26:17.242680", "rc": 0, "start": "2024-01-20 13:26:17.216542" } TASK [Delete veth interface ethtest1] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.238) 0:00:10.514 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.009) 0:00:10.523 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.009) 0:00:10.533 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.009) 0:00:10.542 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.008) 0:00:10.551 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Assert device is present] ************************************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:32 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.008) 0:00:10.560 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.014) 0:00:10.574 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.010) 0:00:10.585 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757176.5149596, "block_size": 4096, "blocks": 0, "ctime": 1705757176.5149596, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35231, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest1", "lnk_target": "../../devices/virtual/net/ethtest1", "mode": "0777", "mtime": 1705757176.5149596, "nlink": 1, "path": "/sys/class/net/ethtest1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'ethtest1'] *********************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.208) 0:00:10.794 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.011) 0:00:10.805 ****** included: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.016) 0:00:10.821 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.018) 0:00:10.840 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.012) 0:00:10.852 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 20 January 2024 13:26:17 +0000 (0:00:00.011) 0:00:10.863 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 20 January 2024 13:26:20 +0000 (0:00:02.502) 0:00:13.365 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 20 January 2024 13:26:21 +0000 (0:00:01.000) 0:00:14.366 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 20 January 2024 13:26:21 +0000 (0:00:00.022) 0:00:14.388 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 20 January 2024 13:26:21 +0000 (0:00:00.022) 0:00:14.411 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 20 January 2024 13:26:21 +0000 (0:00:00.022) 0:00:14.433 ****** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 20 January 2024 13:26:21 +0000 (0:00:00.075) 0:00:14.509 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 20 January 2024 13:26:21 +0000 (0:00:00.025) 0:00:14.534 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 20 January 2024 13:26:21 +0000 (0:00:00.025) 0:00:14.560 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 20 January 2024 13:26:21 +0000 (0:00:00.040) 0:00:14.601 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 20 January 2024 13:26:21 +0000 (0:00:00.599) 0:00:15.200 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 20 January 2024 13:26:21 +0000 (0:00:00.035) 0:00:15.236 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 20 January 2024 13:26:22 +0000 (0:00:00.019) 0:00:15.255 ****** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 20 January 2024 13:26:22 +0000 (0:00:00.019) 0:00:15.275 ****** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/24", "2001:db8::2/32" ], "route": [ { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.10.64", "prefix": 26 }, { "gateway": "2001:db8::1", "metric": 2, "network": "2001:db6::4", "prefix": 128 } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" }, { "autoconnect": false, "interface_name": "ethtest1", "ip": { "address": [ "198.51.100.6/24", "2001:db8::4/32" ], "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.12.128", "prefix": 26 } ] }, "name": "ethtest1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 4cc99507-5708-4201-a8fa-c370ea2e3418 [006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3 [007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 4cc99507-5708-4201-a8fa-c370ea2e3418 (not-active) [008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 20 January 2024 13:26:22 +0000 (0:00:00.647) 0:00:15.922 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 20 January 2024 13:26:22 +0000 (0:00:00.025) 0:00:15.947 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 4cc99507-5708-4201-a8fa-c370ea2e3418", "[006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3", "[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 4cc99507-5708-4201-a8fa-c370ea2e3418 (not-active)", "[008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 20 January 2024 13:26:22 +0000 (0:00:00.027) 0:00:15.975 ****** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/24", "2001:db8::2/32" ], "route": [ { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.10.64", "prefix": 26 }, { "gateway": "2001:db8::1", "metric": 2, "network": "2001:db6::4", "prefix": 128 } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" }, { "autoconnect": false, "interface_name": "ethtest1", "ip": { "address": [ "198.51.100.6/24", "2001:db8::4/32" ], "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.12.128", "prefix": 26 } ] }, "name": "ethtest1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 4cc99507-5708-4201-a8fa-c370ea2e3418\n[006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3\n[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 4cc99507-5708-4201-a8fa-c370ea2e3418 (not-active)\n[008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3 (not-active)\n", "stderr_lines": [ "[005] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 4cc99507-5708-4201-a8fa-c370ea2e3418", "[006] #1, state:up persistent_state:present, 'ethtest1': add connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3", "[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 4cc99507-5708-4201-a8fa-c370ea2e3418 (not-active)", "[008] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 20 January 2024 13:26:22 +0000 (0:00:00.023) 0:00:15.999 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 20 January 2024 13:26:22 +0000 (0:00:00.024) 0:00:16.023 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the IPv4 routes from the route table main] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:73 Saturday 20 January 2024 13:26:23 +0000 (0:00:00.333) 0:00:16.357 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-4", "route" ], "delta": "0:00:00.004311", "end": "2024-01-20 13:26:23.302349", "rc": 0, "start": "2024-01-20 13:26:23.298038" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.84 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.84 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown 198.51.10.64/26 via 198.51.100.6 dev ethtest0 proto static metric 4 198.51.12.128/26 via 198.51.100.1 dev ethtest1 proto static metric 2 198.51.100.0/24 dev ethtest0 proto kernel scope link src 198.51.100.3 metric 103 198.51.100.0/24 dev ethtest1 proto kernel scope link src 198.51.100.6 metric 104 TASK [Assert that the route table main contains the specified IPv4 routes] ***** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:78 Saturday 20 January 2024 13:26:23 +0000 (0:00:00.225) 0:00:16.582 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the IPv6 routes from the route table main] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:89 Saturday 20 January 2024 13:26:23 +0000 (0:00:00.025) 0:00:16.608 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004004", "end": "2024-01-20 13:26:23.554004", "rc": 0, "start": "2024-01-20 13:26:23.550000" } STDOUT: 2001:db6::4 via 2001:db8::1 dev ethtest0 proto static metric 2 pref medium 2001:db8::/32 dev ethtest0 proto kernel metric 103 pref medium 2001:db8::/32 dev ethtest1 proto kernel metric 104 pref medium fe80::/64 dev peerethtest0 proto kernel metric 256 pref medium fe80::/64 dev peerethtest1 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev ethtest0 proto kernel metric 1024 pref medium fe80::/64 dev ethtest1 proto kernel metric 1024 pref medium TASK [Assert that the route table main contains the specified IPv6 routes] ***** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:94 Saturday 20 January 2024 13:26:23 +0000 (0:00:00.251) 0:00:16.859 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the interface1 MAC address] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:99 Saturday 20 January 2024 13:26:23 +0000 (0:00:00.025) 0:00:16.885 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/sys/class/net/ethtest1/address" ], "delta": "0:00:01.004693", "end": "2024-01-20 13:26:24.833833", "rc": 0, "start": "2024-01-20 13:26:23.829140" } STDOUT: 92:76:b7:9e:dc:1f TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 20 January 2024 13:26:24 +0000 (0:00:01.228) 0:00:18.113 ****** included: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:26:24 +0000 (0:00:00.036) 0:00:18.150 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 20 January 2024 13:26:24 +0000 (0:00:00.034) 0:00:18.184 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 20 January 2024 13:26:24 +0000 (0:00:00.023) 0:00:18.208 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 20 January 2024 13:26:24 +0000 (0:00:00.023) 0:00:18.232 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 20 January 2024 13:26:27 +0000 (0:00:02.389) 0:00:20.621 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.774) 0:00:21.395 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.023) 0:00:21.418 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.023) 0:00:21.442 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.022) 0:00:21.464 ****** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.098) 0:00:21.562 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.023) 0:00:21.585 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.025) 0:00:21.611 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.035) 0:00:21.647 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.423) 0:00:22.071 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.053) 0:00:22.124 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.021) 0:00:22.146 ****** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 20 January 2024 13:26:28 +0000 (0:00:00.039) 0:00:22.186 ****** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "address": [ "198.51.100.4/24", "2001:db8::6/32" ], "route": [ { "gateway": "198.51.100.102", "metric": 4, "network": "198.58.10.64", "prefix": 26 } ] }, "mac": "92:76:b7:9e:dc:1f", "name": "ethtest1", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.435) 0:00:22.621 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.023) 0:00:22.644 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.022) 0:00:22.667 ****** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "address": [ "198.51.100.4/24", "2001:db8::6/32" ], "route": [ { "gateway": "198.51.100.102", "metric": 4, "network": "198.58.10.64", "prefix": 26 } ] }, "mac": "92:76:b7:9e:dc:1f", "name": "ethtest1", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'ethtest1': update connection ethtest1, 48467553-18f9-4ed0-976c-8e5cda1d16c3" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.023) 0:00:22.690 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.022) 0:00:22.713 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert that the warning about specifying the route without the output device is logged for initscripts provider] *** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:122 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.223) 0:00:22.936 ****** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [Assert that no warning is logged for nm provider] ************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:129 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.019) 0:00:22.956 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Bring down test devices and profiles] ************************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:140 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.051) 0:00:23.008 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.040) 0:00:23.048 ****** included: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.036) 0:00:23.085 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.033) 0:00:23.119 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.023) 0:00:23.143 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 20 January 2024 13:26:29 +0000 (0:00:00.022) 0:00:23.166 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 20 January 2024 13:26:32 +0000 (0:00:02.368) 0:00:25.534 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.774) 0:00:26.308 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.023) 0:00:26.332 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.023) 0:00:26.356 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.024) 0:00:26.380 ****** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.054) 0:00:26.435 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.053) 0:00:26.489 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.024) 0:00:26.513 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.035) 0:00:26.548 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.416) 0:00:26.965 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.038) 0:00:27.004 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.020) 0:00:27.024 ****** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 20 January 2024 13:26:33 +0000 (0:00:00.020) 0:00:27.045 ****** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent", "state": "down" }, { "name": "ethtest1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 20 January 2024 13:26:34 +0000 (0:00:00.629) 0:00:27.675 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 20 January 2024 13:26:34 +0000 (0:00:00.025) 0:00:27.701 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 20 January 2024 13:26:34 +0000 (0:00:00.029) 0:00:27.730 ****** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent", "state": "down" }, { "name": "ethtest1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 20 January 2024 13:26:34 +0000 (0:00:00.023) 0:00:27.754 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 20 January 2024 13:26:34 +0000 (0:00:00.025) 0:00:27.780 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Delete interface1] ******************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:151 Saturday 20 January 2024 13:26:34 +0000 (0:00:00.227) 0:00:28.007 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/delete_interface.yml:3 Saturday 20 January 2024 13:26:34 +0000 (0:00:00.035) 0:00:28.043 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.018751", "end": "2024-01-20 13:26:35.002051", "rc": 0, "start": "2024-01-20 13:26:34.983300" } TASK [Assert interface1 is absent] ********************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:153 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.272) 0:00:28.315 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.035) 0:00:28.351 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.032) 0:00:28.383 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest1'] ************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.219) 0:00:28.602 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set interface0] ********************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:155 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.022) 0:00:28.624 ****** ok: [sut] => { "ansible_facts": { "interface": "ethtest0" }, "changed": false } TASK [Delete interface0] ******************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:158 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.022) 0:00:28.647 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/delete_interface.yml:3 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.035) 0:00:28.682 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.008760", "end": "2024-01-20 13:26:35.631160", "rc": 0, "start": "2024-01-20 13:26:35.622400" } TASK [Assert interface0 is absent] ********************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:160 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.230) 0:00:28.913 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.035) 0:00:28.949 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.032) 0:00:28.981 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.214) 0:00:29.196 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert interface0 profile and interface1 profile are absent] ************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:162 Saturday 20 January 2024 13:26:35 +0000 (0:00:00.048) 0:00:29.244 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=ethtest0) included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=ethtest1) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.040) 0:00:29.284 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.036) 0:00:29.321 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.021) 0:00:29.343 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.215) 0:00:29.558 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.020) 0:00:29.578 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc", "delta": "0:00:00.021935", "end": "2024-01-20 13:26:36.536461", "rc": 1, "start": "2024-01-20 13:26:36.514526" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.236) 0:00:29.815 ****** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-ethtest0] *********************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.021) 0:00:29.836 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ******************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.021) 0:00:29.857 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-ethtest0] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.021) 0:00:29.879 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-ethtest0] ************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.022) 0:00:29.901 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'ethtest0'] ************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.022) 0:00:29.924 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.036) 0:00:29.960 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.073) 0:00:30.034 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 20 January 2024 13:26:36 +0000 (0:00:00.021) 0:00:30.056 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 20 January 2024 13:26:37 +0000 (0:00:00.213) 0:00:30.270 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 20 January 2024 13:26:37 +0000 (0:00:00.020) 0:00:30.291 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest1 | grep /etc", "delta": "0:00:00.021951", "end": "2024-01-20 13:26:37.249607", "rc": 1, "start": "2024-01-20 13:26:37.227656" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 20 January 2024 13:26:37 +0000 (0:00:00.237) 0:00:30.528 ****** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-ethtest1] *********************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 20 January 2024 13:26:37 +0000 (0:00:00.022) 0:00:30.550 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-ethtest1] ******************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 20 January 2024 13:26:37 +0000 (0:00:00.021) 0:00:30.571 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-ethtest1] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 20 January 2024 13:26:37 +0000 (0:00:00.020) 0:00:30.592 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-ethtest1] ************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 20 January 2024 13:26:37 +0000 (0:00:00.023) 0:00:30.615 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'ethtest1'] ************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 20 January 2024 13:26:37 +0000 (0:00:00.020) 0:00:30.636 ****** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=104 changed=3 unreachable=0 failed=0 skipped=75 rescued=0 ignored=2 Saturday 20 January 2024 13:26:37 +0000 (0:00:00.055) 0:00:30.692 ****** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.50s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.42s /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.39s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.37s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.30s /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:16 Get the interface1 MAC address ------------------------------------------ 1.23s /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:99 ------ fedora.linux_system_roles.network : Check which packages are installed --- 1.00s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-citb5e8pkl/tests/tests_route_device_nm.yml:6 -------------- fedora.linux_system_roles.network : Check which packages are installed --- 0.77s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.77s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tests_route_device.yml:3 ------- Create veth interface ethtest1 ------------------------------------------ 0.71s /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:23 Create veth interface ethtest0 ------------------------------------------ 0.69s /WORKDIR/git-weekly-citb5e8pkl/tests/playbooks/tasks/manage_test_interface.yml:23 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.65s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.63s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.60s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.44s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.42s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.42s /WORKDIR/git-weekly-citb5e8pkl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:3 ---------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---