# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_nm.yml ******************************************** 2 plays in /WORKDIR/git-ci_fixd1czykz9/tests/tests_auto_gateway_nm.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/tests_auto_gateway_nm.yml:6 Friday 26 January 2024 21:23:18 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/tests_auto_gateway_nm.yml:9 Friday 26 January 2024 21:23:18 +0000 (0:00:00.645) 0:00:00.657 ******** included: /WORKDIR/git-ci_fixd1czykz9/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-ci_fixd1czykz9/tests/tasks/el_repo_setup.yml:3 Friday 26 January 2024 21:23:18 +0000 (0:00:00.023) 0:00:00.680 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/el_repo_setup.yml:19 Friday 26 January 2024 21:23:19 +0000 (0:00:00.367) 0:00:01.048 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/el_repo_setup.yml:24 Friday 26 January 2024 21:23:19 +0000 (0:00:00.260) 0:00:01.309 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/el_repo_setup.yml:28 Friday 26 January 2024 21:23:19 +0000 (0:00:00.027) 0:00:01.336 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/el_repo_setup.yml:53 Friday 26 January 2024 21:23:19 +0000 (0:00:00.020) 0:00:01.357 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/enable_epel.yml:8 Friday 26 January 2024 21:23:19 +0000 (0:00:00.050) 0:00:01.407 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/enable_epel.yml:24 Friday 26 January 2024 21:23:19 +0000 (0:00:00.036) 0:00:01.443 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/enable_epel.yml:30 Friday 26 January 2024 21:23:19 +0000 (0:00:00.022) 0:00:01.466 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/enable_epel.yml:35 Friday 26 January 2024 21:23:19 +0000 (0:00:00.024) 0:00:01.491 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tasks/enable_epel.yml:40 Friday 26 January 2024 21:23:19 +0000 (0:00:00.022) 0:00:01.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/tests_auto_gateway_nm.yml:11 Friday 26 January 2024 21:23:19 +0000 (0:00:00.012) 0:00:01.526 ******** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:3 Friday 26 January 2024 21:23:19 +0000 (0:00:00.011) 0:00:01.538 ******** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:9 Friday 26 January 2024 21:23:20 +0000 (0:00:00.488) 0:00:02.026 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:23:20 +0000 (0:00:00.022) 0:00:02.049 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:23:20 +0000 (0:00:00.012) 0:00:02.061 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002969", "end": "2024-01-26 21:23:20.290117", "rc": 0, "start": "2024-01-26 21:23:20.287148" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:23:20 +0000 (0:00:00.226) 0:00:02.288 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:23:20 +0000 (0:00:00.011) 0:00:02.299 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:11 Friday 26 January 2024 21:23:20 +0000 (0:00:00.013) 0:00:02.313 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:23:20 +0000 (0:00:00.029) 0:00:02.343 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:23:20 +0000 (0:00:00.011) 0:00:02.354 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:23:20 +0000 (0:00:00.011) 0:00:02.366 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:23:20 +0000 (0:00:00.014) 0:00:02.381 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:23:20 +0000 (0:00:00.020) 0:00:02.402 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003291", "end": "2024-01-26 21:23:20.591655", "rc": 0, "start": "2024-01-26 21:23:20.588364" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:23:20 +0000 (0:00:00.206) 0:00:02.608 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:23:20 +0000 (0:00:00.027) 0:00:02.636 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:23:20 +0000 (0:00:00.051) 0:00:02.687 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:24 Friday 26 January 2024 21:23:22 +0000 (0:00:02.166) 0:00:04.853 ******** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.025221", "end": "2024-01-26 21:23:23.068798", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-26 21:23:23.043577" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003444", "end": "2024-01-26 21:23:23.278836", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-26 21:23:23.275392" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003606", "end": "2024-01-26 21:23:23.527972", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-26 21:23:23.524366" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:33 Friday 26 January 2024 21:23:23 +0000 (0:00:00.687) 0:00:05.541 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.112427", "end": "2024-01-26 21:23:23.892419", "rc": 0, "start": "2024-01-26 21:23:23.779992" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:41 Friday 26 January 2024 21:23:23 +0000 (0:00:00.367) 0:00:05.908 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:48 Friday 26 January 2024 21:23:23 +0000 (0:00:00.014) 0:00:05.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 26 January 2024 21:23:23 +0000 (0:00:00.014) 0:00:05.937 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:23:23 +0000 (0:00:00.014) 0:00:05.951 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:67 Friday 26 January 2024 21:23:23 +0000 (0:00:00.013) 0:00:05.965 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:15 Friday 26 January 2024 21:23:24 +0000 (0:00:00.022) 0:00:05.988 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_device_present.yml:3 Friday 26 January 2024 21:23:24 +0000 (0:00:00.041) 0:00:06.029 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:23:24 +0000 (0:00:00.017) 0:00:06.046 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1706304203.061685, "block_size": 4096, "blocks": 0, "ctime": 1706304203.061685, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22988, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1706304203.061685, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_device_present.yml:5 Friday 26 January 2024 21:23:24 +0000 (0:00:00.205) 0:00:06.252 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:17 Friday 26 January 2024 21:23:24 +0000 (0:00:00.027) 0:00:06.279 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 26 January 2024 21:23:24 +0000 (0:00:00.029) 0:00:06.309 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 26 January 2024 21:23:24 +0000 (0:00:00.132) 0:00:06.441 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 26 January 2024 21:23:24 +0000 (0:00:00.044) 0:00:06.486 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 26 January 2024 21:23:24 +0000 (0:00:00.031) 0:00:06.517 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 26 January 2024 21:23:24 +0000 (0:00:00.030) 0:00:06.547 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 26 January 2024 21:23:25 +0000 (0:00:01.427) 0:00:07.975 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 26 January 2024 21:23:27 +0000 (0:00:01.193) 0:00:09.168 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 26 January 2024 21:23:27 +0000 (0:00:00.044) 0:00:09.213 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 26 January 2024 21:23:27 +0000 (0:00:00.028) 0:00:09.241 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 26 January 2024 21:23:27 +0000 (0:00:00.036) 0:00:09.277 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 26 January 2024 21:23:27 +0000 (0:00:00.062) 0:00:09.340 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 26 January 2024 21:23:27 +0000 (0:00:00.022) 0:00:09.362 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 26 January 2024 21:23:27 +0000 (0:00:00.020) 0:00:09.383 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 26 January 2024 21:23:27 +0000 (0:00:00.026) 0:00:09.410 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 26 January 2024 21:23:27 +0000 (0:00:00.495) 0:00:09.905 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 26 January 2024 21:23:27 +0000 (0:00:00.025) 0:00:09.930 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 26 January 2024 21:23:27 +0000 (0:00:00.021) 0:00:09.951 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 26 January 2024 21:23:28 +0000 (0:00:00.043) 0:00:09.995 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 010f5a29-0a6e-4ddd-9d30-123a8a5e4edf [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 010f5a29-0a6e-4ddd-9d30-123a8a5e4edf (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 26 January 2024 21:23:28 +0000 (0:00:00.828) 0:00:10.824 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 26 January 2024 21:23:28 +0000 (0:00:00.022) 0:00:10.846 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 010f5a29-0a6e-4ddd-9d30-123a8a5e4edf", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 010f5a29-0a6e-4ddd-9d30-123a8a5e4edf (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 26 January 2024 21:23:28 +0000 (0:00:00.023) 0:00:10.869 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 010f5a29-0a6e-4ddd-9d30-123a8a5e4edf\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 010f5a29-0a6e-4ddd-9d30-123a8a5e4edf (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 010f5a29-0a6e-4ddd-9d30-123a8a5e4edf", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 010f5a29-0a6e-4ddd-9d30-123a8a5e4edf (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 26 January 2024 21:23:28 +0000 (0:00:00.023) 0:00:10.893 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 26 January 2024 21:23:28 +0000 (0:00:00.027) 0:00:10.921 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:42 Friday 26 January 2024 21:23:29 +0000 (0:00:00.249) 0:00:11.170 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_device_present.yml:3 Friday 26 January 2024 21:23:29 +0000 (0:00:00.058) 0:00:11.229 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:23:29 +0000 (0:00:00.044) 0:00:11.273 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1706304203.061685, "block_size": 4096, "blocks": 0, "ctime": 1706304203.061685, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22988, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1706304203.061685, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_device_present.yml:5 Friday 26 January 2024 21:23:29 +0000 (0:00:00.205) 0:00:11.478 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:44 Friday 26 January 2024 21:23:29 +0000 (0:00:00.048) 0:00:11.527 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 26 January 2024 21:23:29 +0000 (0:00:00.110) 0:00:11.637 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 26 January 2024 21:23:29 +0000 (0:00:00.043) 0:00:11.680 ******** 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-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 26 January 2024 21:23:29 +0000 (0:00:00.027) 0:00:11.707 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 26 January 2024 21:23:29 +0000 (0:00:00.203) 0:00:11.910 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 26 January 2024 21:23:29 +0000 (0:00:00.021) 0:00:11.932 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.154170", "end": "2024-01-26 21:23:30.276760", "rc": 0, "start": "2024-01-26 21:23:30.122590" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 26 January 2024 21:23:30 +0000 (0:00:00.357) 0:00:12.289 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 26 January 2024 21:23:30 +0000 (0:00:00.027) 0:00:12.317 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 26 January 2024 21:23:30 +0000 (0:00:00.030) 0:00:12.348 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 26 January 2024 21:23:30 +0000 (0:00:00.026) 0:00:12.375 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 26 January 2024 21:23:30 +0000 (0:00:00.044) 0:00:12.419 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 26 January 2024 21:23:30 +0000 (0:00:00.023) 0:00:12.442 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 26 January 2024 21:23:30 +0000 (0:00:00.033) 0:00:12.476 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 26 January 2024 21:23:30 +0000 (0:00:00.061) 0:00:12.537 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:48 Friday 26 January 2024 21:23:30 +0000 (0:00:00.028) 0:00:12.566 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003192", "end": "2024-01-26 21:23:30.749363", "rc": 0, "start": "2024-01-26 21:23:30.746171" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.220 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.220 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:52 Friday 26 January 2024 21:23:30 +0000 (0:00:00.213) 0:00:12.779 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:58 Friday 26 January 2024 21:23:30 +0000 (0:00:00.065) 0:00:12.845 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003512", "end": "2024-01-26 21:23:31.031304", "rc": 0, "start": "2024-01-26 21:23:31.027792" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium default via 2001:db8::1 dev veth0 proto static metric 101 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:62 Friday 26 January 2024 21:23:31 +0000 (0:00:00.214) 0:00:13.059 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:69 Friday 26 January 2024 21:23:31 +0000 (0:00:00.039) 0:00:13.099 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 26 January 2024 21:23:31 +0000 (0:00:00.044) 0:00:13.144 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 26 January 2024 21:23:31 +0000 (0:00:00.105) 0:00:13.249 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 26 January 2024 21:23:31 +0000 (0:00:00.031) 0:00:13.280 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 26 January 2024 21:23:31 +0000 (0:00:00.047) 0:00:13.327 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 26 January 2024 21:23:31 +0000 (0:00:00.035) 0:00:13.363 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 26 January 2024 21:23:32 +0000 (0:00:01.359) 0:00:14.723 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 26 January 2024 21:23:33 +0000 (0:00:00.945) 0:00:15.668 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 26 January 2024 21:23:33 +0000 (0:00:00.022) 0:00:15.691 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 26 January 2024 21:23:33 +0000 (0:00:00.021) 0:00:15.712 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 26 January 2024 21:23:33 +0000 (0:00:00.022) 0:00:15.735 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 26 January 2024 21:23:33 +0000 (0:00:00.042) 0:00:15.778 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 26 January 2024 21:23:33 +0000 (0:00:00.021) 0:00:15.800 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 26 January 2024 21:23:33 +0000 (0:00:00.026) 0:00:15.826 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 26 January 2024 21:23:33 +0000 (0:00:00.025) 0:00:15.852 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 26 January 2024 21:23:34 +0000 (0:00:00.379) 0:00:16.232 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 26 January 2024 21:23:34 +0000 (0:00:00.027) 0:00:16.259 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 26 January 2024 21:23:34 +0000 (0:00:00.028) 0:00:16.288 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 26 January 2024 21:23:34 +0000 (0:00:00.021) 0:00:16.310 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 26 January 2024 21:23:34 +0000 (0:00:00.543) 0:00:16.853 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 26 January 2024 21:23:34 +0000 (0:00:00.027) 0:00:16.881 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 26 January 2024 21:23:34 +0000 (0:00:00.032) 0:00:16.913 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 26 January 2024 21:23:34 +0000 (0:00:00.024) 0:00:16.937 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 26 January 2024 21:23:34 +0000 (0:00:00.028) 0:00:16.966 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:81 Friday 26 January 2024 21:23:35 +0000 (0:00:00.185) 0:00:17.152 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:23:35 +0000 (0:00:00.050) 0:00:17.202 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:23:35 +0000 (0:00:00.021) 0:00:17.224 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:23:35 +0000 (0:00:00.020) 0:00:17.244 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:23:35 +0000 (0:00:00.060) 0:00:17.305 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:23:35 +0000 (0:00:00.035) 0:00:17.341 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003152", "end": "2024-01-26 21:23:35.522611", "rc": 0, "start": "2024-01-26 21:23:35.519459" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:23:35 +0000 (0:00:00.198) 0:00:17.539 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:23:35 +0000 (0:00:00.025) 0:00:17.565 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:23:35 +0000 (0:00:00.073) 0:00:17.638 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:24 Friday 26 January 2024 21:23:36 +0000 (0:00:00.904) 0:00:18.543 ******** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:33 Friday 26 January 2024 21:23:36 +0000 (0:00:00.039) 0:00:18.583 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:41 Friday 26 January 2024 21:23:36 +0000 (0:00:00.023) 0:00:18.606 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.013956", "end": "2024-01-26 21:23:36.808529", "rc": 0, "start": "2024-01-26 21:23:36.794573" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:48 Friday 26 January 2024 21:23:36 +0000 (0:00:00.215) 0:00:18.822 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 26 January 2024 21:23:36 +0000 (0:00:00.023) 0:00:18.845 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:23:36 +0000 (0:00:00.022) 0:00:18.868 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:67 Friday 26 January 2024 21:23:36 +0000 (0:00:00.029) 0:00:18.898 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:85 Friday 26 January 2024 21:23:36 +0000 (0:00:00.027) 0:00:18.926 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:89 Friday 26 January 2024 21:23:36 +0000 (0:00:00.022) 0:00:18.948 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:23:37 +0000 (0:00:00.052) 0:00:19.001 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:23:37 +0000 (0:00:00.022) 0:00:19.023 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:23:37 +0000 (0:00:00.059) 0:00:19.083 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:23:37 +0000 (0:00:00.046) 0:00:19.129 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:23:37 +0000 (0:00:00.040) 0:00:19.169 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003108", "end": "2024-01-26 21:23:37.353898", "rc": 0, "start": "2024-01-26 21:23:37.350790" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:23:37 +0000 (0:00:00.199) 0:00:19.368 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:23:37 +0000 (0:00:00.032) 0:00:19.401 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:23:37 +0000 (0:00:00.041) 0:00:19.443 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:24 Friday 26 January 2024 21:23:38 +0000 (0:00:00.889) 0:00:20.333 ******** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.014611", "end": "2024-01-26 21:23:38.544003", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-26 21:23:38.529392" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003307", "end": "2024-01-26 21:23:38.737972", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-26 21:23:38.734665" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003336", "end": "2024-01-26 21:23:38.915698", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-26 21:23:38.912362" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:33 Friday 26 January 2024 21:23:38 +0000 (0:00:00.593) 0:00:20.926 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.020491", "end": "2024-01-26 21:23:39.126772", "rc": 0, "start": "2024-01-26 21:23:39.106281" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:41 Friday 26 January 2024 21:23:39 +0000 (0:00:00.256) 0:00:21.183 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:48 Friday 26 January 2024 21:23:39 +0000 (0:00:00.039) 0:00:21.222 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 26 January 2024 21:23:39 +0000 (0:00:00.026) 0:00:21.249 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:23:39 +0000 (0:00:00.023) 0:00:21.272 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:67 Friday 26 January 2024 21:23:39 +0000 (0:00:00.021) 0:00:21.294 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 26 January 2024 21:23:39 +0000 (0:00:00.022) 0:00:21.316 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 26 January 2024 21:23:39 +0000 (0:00:00.037) 0:00:21.354 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 26 January 2024 21:23:39 +0000 (0:00:00.026) 0:00:21.380 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 26 January 2024 21:23:39 +0000 (0:00:00.021) 0:00:21.401 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 26 January 2024 21:23:39 +0000 (0:00:00.020) 0:00:21.422 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 26 January 2024 21:23:40 +0000 (0:00:01.354) 0:00:22.776 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 26 January 2024 21:23:41 +0000 (0:00:00.971) 0:00:23.748 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 26 January 2024 21:23:41 +0000 (0:00:00.021) 0:00:23.769 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 26 January 2024 21:23:41 +0000 (0:00:00.021) 0:00:23.791 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 26 January 2024 21:23:41 +0000 (0:00:00.021) 0:00:23.813 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 26 January 2024 21:23:41 +0000 (0:00:00.042) 0:00:23.855 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 26 January 2024 21:23:41 +0000 (0:00:00.020) 0:00:23.876 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 26 January 2024 21:23:41 +0000 (0:00:00.020) 0:00:23.896 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 26 January 2024 21:23:41 +0000 (0:00:00.025) 0:00:23.921 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 26 January 2024 21:23:42 +0000 (0:00:00.350) 0:00:24.272 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 26 January 2024 21:23:42 +0000 (0:00:00.024) 0:00:24.297 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 26 January 2024 21:23:42 +0000 (0:00:00.057) 0:00:24.354 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 26 January 2024 21:23:42 +0000 (0:00:00.022) 0:00:24.377 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, f18c410c-a0fa-4cb9-a9d3-a8593299d0ba [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, f18c410c-a0fa-4cb9-a9d3-a8593299d0ba (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 26 January 2024 21:23:42 +0000 (0:00:00.391) 0:00:24.768 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 26 January 2024 21:23:42 +0000 (0:00:00.021) 0:00:24.790 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, f18c410c-a0fa-4cb9-a9d3-a8593299d0ba", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, f18c410c-a0fa-4cb9-a9d3-a8593299d0ba (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 26 January 2024 21:23:42 +0000 (0:00:00.023) 0:00:24.813 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, f18c410c-a0fa-4cb9-a9d3-a8593299d0ba\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, f18c410c-a0fa-4cb9-a9d3-a8593299d0ba (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, f18c410c-a0fa-4cb9-a9d3-a8593299d0ba", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, f18c410c-a0fa-4cb9-a9d3-a8593299d0ba (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 26 January 2024 21:23:42 +0000 (0:00:00.024) 0:00:24.837 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 26 January 2024 21:23:42 +0000 (0:00:00.020) 0:00:24.858 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:110 Friday 26 January 2024 21:23:43 +0000 (0:00:00.185) 0:00:25.044 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_device_present.yml:3 Friday 26 January 2024 21:23:43 +0000 (0:00:00.050) 0:00:25.095 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:23:43 +0000 (0:00:00.035) 0:00:25.130 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1706304218.5329103, "block_size": 4096, "blocks": 0, "ctime": 1706304218.5329103, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23574, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1706304218.5329103, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_device_present.yml:5 Friday 26 January 2024 21:23:43 +0000 (0:00:00.193) 0:00:25.324 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:112 Friday 26 January 2024 21:23:43 +0000 (0:00:00.024) 0:00:25.349 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 26 January 2024 21:23:43 +0000 (0:00:00.092) 0:00:25.441 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 26 January 2024 21:23:43 +0000 (0:00:00.041) 0:00:25.482 ******** 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-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 26 January 2024 21:23:43 +0000 (0:00:00.026) 0:00:25.509 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 26 January 2024 21:23:43 +0000 (0:00:00.204) 0:00:25.714 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 26 January 2024 21:23:43 +0000 (0:00:00.030) 0:00:25.744 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021901", "end": "2024-01-26 21:23:43.946001", "rc": 0, "start": "2024-01-26 21:23:43.924100" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 26 January 2024 21:23:43 +0000 (0:00:00.212) 0:00:25.956 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 26 January 2024 21:23:43 +0000 (0:00:00.023) 0:00:25.980 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 26 January 2024 21:23:44 +0000 (0:00:00.021) 0:00:26.002 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 26 January 2024 21:23:44 +0000 (0:00:00.021) 0:00:26.023 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 26 January 2024 21:23:44 +0000 (0:00:00.021) 0:00:26.044 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 26 January 2024 21:23:44 +0000 (0:00:00.022) 0:00:26.067 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 26 January 2024 21:23:44 +0000 (0:00:00.027) 0:00:26.094 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 26 January 2024 21:23:44 +0000 (0:00:00.024) 0:00:26.119 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:116 Friday 26 January 2024 21:23:44 +0000 (0:00:00.025) 0:00:26.145 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003334", "end": "2024-01-26 21:23:44.329011", "rc": 0, "start": "2024-01-26 21:23:44.325677" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.220 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.220 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 101 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:120 Friday 26 January 2024 21:23:44 +0000 (0:00:00.236) 0:00:26.381 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:126 Friday 26 January 2024 21:23:44 +0000 (0:00:00.026) 0:00:26.408 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003338", "end": "2024-01-26 21:23:44.603580", "rc": 0, "start": "2024-01-26 21:23:44.600242" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:130 Friday 26 January 2024 21:23:44 +0000 (0:00:00.205) 0:00:26.613 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:137 Friday 26 January 2024 21:23:44 +0000 (0:00:00.025) 0:00:26.638 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 26 January 2024 21:23:44 +0000 (0:00:00.024) 0:00:26.663 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 26 January 2024 21:23:44 +0000 (0:00:00.049) 0:00:26.713 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 26 January 2024 21:23:44 +0000 (0:00:00.035) 0:00:26.748 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 26 January 2024 21:23:44 +0000 (0:00:00.029) 0:00:26.778 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 26 January 2024 21:23:44 +0000 (0:00:00.033) 0:00:26.812 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 26 January 2024 21:23:46 +0000 (0:00:01.344) 0:00:28.157 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 26 January 2024 21:23:47 +0000 (0:00:01.019) 0:00:29.176 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 26 January 2024 21:23:47 +0000 (0:00:00.086) 0:00:29.263 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 26 January 2024 21:23:47 +0000 (0:00:00.023) 0:00:29.287 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 26 January 2024 21:23:47 +0000 (0:00:00.029) 0:00:29.316 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 26 January 2024 21:23:47 +0000 (0:00:00.054) 0:00:29.371 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 26 January 2024 21:23:47 +0000 (0:00:00.024) 0:00:29.396 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 26 January 2024 21:23:47 +0000 (0:00:00.022) 0:00:29.418 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 26 January 2024 21:23:47 +0000 (0:00:00.025) 0:00:29.443 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 26 January 2024 21:23:47 +0000 (0:00:00.351) 0:00:29.795 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 26 January 2024 21:23:47 +0000 (0:00:00.028) 0:00:29.823 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 26 January 2024 21:23:47 +0000 (0:00:00.021) 0:00:29.844 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 26 January 2024 21:23:47 +0000 (0:00:00.025) 0:00:29.869 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 26 January 2024 21:23:48 +0000 (0:00:00.484) 0:00:30.354 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 26 January 2024 21:23:48 +0000 (0:00:00.036) 0:00:30.390 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 26 January 2024 21:23:48 +0000 (0:00:00.027) 0:00:30.417 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 26 January 2024 21:23:48 +0000 (0:00:00.059) 0:00:30.476 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 26 January 2024 21:23:48 +0000 (0:00:00.040) 0:00:30.517 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:149 Friday 26 January 2024 21:23:48 +0000 (0:00:00.195) 0:00:30.712 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:23:48 +0000 (0:00:00.069) 0:00:30.782 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:23:48 +0000 (0:00:00.027) 0:00:30.810 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:23:48 +0000 (0:00:00.032) 0:00:30.842 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:23:48 +0000 (0:00:00.039) 0:00:30.882 ******** included: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:23:48 +0000 (0:00:00.036) 0:00:30.918 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002969", "end": "2024-01-26 21:23:49.135415", "rc": 0, "start": "2024-01-26 21:23:49.132446" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:23:49 +0000 (0:00:00.227) 0:00:31.146 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:23:49 +0000 (0:00:00.074) 0:00:31.221 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:23:49 +0000 (0:00:00.024) 0:00:31.245 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:24 Friday 26 January 2024 21:23:50 +0000 (0:00:00.886) 0:00:32.131 ******** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:33 Friday 26 January 2024 21:23:50 +0000 (0:00:00.034) 0:00:32.166 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:41 Friday 26 January 2024 21:23:50 +0000 (0:00:00.021) 0:00:32.187 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.017310", "end": "2024-01-26 21:23:50.386149", "rc": 0, "start": "2024-01-26 21:23:50.368839" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:48 Friday 26 January 2024 21:23:50 +0000 (0:00:00.212) 0:00:32.399 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 26 January 2024 21:23:50 +0000 (0:00:00.022) 0:00:32.422 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:23:50 +0000 (0:00:00.021) 0:00:32.444 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:67 Friday 26 January 2024 21:23:50 +0000 (0:00:00.022) 0:00:32.466 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=125 changed=4 unreachable=0 failed=0 skipped=102 rescued=0 ignored=0 Friday 26 January 2024 21:23:50 +0000 (0:00:00.010) 0:00:32.477 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.17s /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.36s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.35s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.34s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.19s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 1.03s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which packages are installed --------- 1.02s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.97s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.90s /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.89s /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.89s /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 0.83s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.73s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Create veth interface veth0 --------------------------------------------- 0.69s /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:24 Gathering Facts --------------------------------------------------------- 0.65s /WORKDIR/git-ci_fixd1czykz9/tests/tests_auto_gateway_nm.yml:6 ----------------- Create veth interface veth0 --------------------------------------------- 0.59s /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Enable and start NetworkManager ------------ 0.50s /WORKDIR/git-ci_fixd1czykz9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Gathering Facts --------------------------------------------------------- 0.49s /WORKDIR/git-ci_fixd1czykz9/tests/playbooks/tests_auto_gateway.yml:3 ---------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---