# 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-weekly-cia_yxeanj/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-weekly-cia_yxeanj/tests/tests_auto_gateway_nm.yml:6 Saturday 13 January 2024 13:25:26 +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-weekly-cia_yxeanj/tests/tests_auto_gateway_nm.yml:9 Saturday 13 January 2024 13:25:28 +0000 (0:00:01.914) 0:00:01.927 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/el_repo_setup.yml:3 Saturday 13 January 2024 13:25:28 +0000 (0:00:00.019) 0:00:01.946 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/el_repo_setup.yml:19 Saturday 13 January 2024 13:25:28 +0000 (0:00:00.506) 0:00:02.453 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/el_repo_setup.yml:24 Saturday 13 January 2024 13:25:29 +0000 (0:00:00.273) 0:00:02.726 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/el_repo_setup.yml:28 Saturday 13 January 2024 13:25:29 +0000 (0:00:00.031) 0:00:02.757 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/el_repo_setup.yml:53 Saturday 13 January 2024 13:25:29 +0000 (0:00:00.059) 0:00:02.816 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/enable_epel.yml:8 Saturday 13 January 2024 13:25:29 +0000 (0:00:00.086) 0:00:02.902 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/enable_epel.yml:24 Saturday 13 January 2024 13:25:29 +0000 (0:00:00.410) 0:00:03.313 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/enable_epel.yml:30 Saturday 13 January 2024 13:25:29 +0000 (0:00:00.024) 0:00:03.337 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/enable_epel.yml:35 Saturday 13 January 2024 13:25:29 +0000 (0:00:00.020) 0:00:03.358 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.245091", "end": "2024-01-13 13:25:30.245237", "rc": 0, "start": "2024-01-13 13:25:30.000146" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tasks/enable_epel.yml:40 Saturday 13 January 2024 13:25:30 +0000 (0:00:00.442) 0:00:03.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/tests_auto_gateway_nm.yml:11 Saturday 13 January 2024 13:25:30 +0000 (0:00:00.044) 0:00:03.845 ****** 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-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:3 Saturday 13 January 2024 13:25:30 +0000 (0:00:00.028) 0:00:03.873 ****** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:9 Saturday 13 January 2024 13:25:30 +0000 (0:00:00.605) 0:00:04.479 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.048) 0:00:04.527 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.038) 0:00:04.565 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002885", "end": "2024-01-13 13:25:31.259102", "rc": 0, "start": "2024-01-13 13:25:31.256217" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.240) 0:00:04.805 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.023) 0:00:04.829 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:11 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.012) 0:00:04.842 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.032) 0:00:04.874 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.027) 0:00:04.902 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.034) 0:00:04.937 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.015) 0:00:04.952 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.015) 0:00:04.968 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003076", "end": "2024-01-13 13:25:31.625589", "rc": 0, "start": "2024-01-13 13:25:31.622513" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.220) 0:00:05.189 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.021) 0:00:05.210 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:25:31 +0000 (0:00:00.037) 0:00:05.247 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 13 January 2024 13:25:35 +0000 (0:00:03.624) 0:00:08.871 ****** 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.013227", "end": "2024-01-13 13:25:35.575628", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-13 13:25:35.562401" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003467", "end": "2024-01-13 13:25:35.799184", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-13 13:25:35.795717" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003903", "end": "2024-01-13 13:25:36.028535", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-13 13:25:36.024632" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.699) 0:00:09.571 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023760", "end": "2024-01-13 13:25:36.240862", "rc": 0, "start": "2024-01-13 13:25:36.217102" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.212) 0:00:09.784 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.011) 0:00:09.796 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.011) 0:00:09.808 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.010) 0:00:09.819 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.012) 0:00:09.831 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:15 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.009) 0:00:09.841 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.041) 0:00:09.882 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.014) 0:00:09.897 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705152335.5656052, "block_size": 4096, "blocks": 0, "ctime": 1705152335.5656052, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23530, "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": 1705152335.5656052, "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-weekly-cia_yxeanj/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.202) 0:00:10.100 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:17 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.014) 0:00:10.115 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.027) 0:00:10.142 ****** included: /WORKDIR/git-weekly-cia_yxeanj/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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.093) 0:00:10.236 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.055) 0:00:10.291 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.035) 0:00:10.326 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 January 2024 13:25:36 +0000 (0:00:00.030) 0:00:10.357 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 January 2024 13:25:38 +0000 (0:00:01.552) 0:00:11.910 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 January 2024 13:25:39 +0000 (0:00:01.487) 0:00:13.398 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 January 2024 13:25:39 +0000 (0:00:00.023) 0:00:13.421 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 January 2024 13:25:39 +0000 (0:00:00.052) 0:00:13.474 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 13 January 2024 13:25:39 +0000 (0:00:00.035) 0:00:13.509 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 13 January 2024 13:25:40 +0000 (0:00:00.044) 0:00:13.554 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 13 January 2024 13:25:40 +0000 (0:00:00.029) 0:00:13.584 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 13 January 2024 13:25:40 +0000 (0:00:00.031) 0:00:13.615 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 13 January 2024 13:25:40 +0000 (0:00:00.031) 0:00:13.647 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 13 January 2024 13:25:40 +0000 (0:00:00.594) 0:00:14.241 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 January 2024 13:25:40 +0000 (0:00:00.028) 0:00:14.269 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 13 January 2024 13:25:40 +0000 (0:00:00.028) 0:00:14.297 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 13 January 2024 13:25:40 +0000 (0:00:00.036) 0:00:14.334 ****** 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, 070036e5-7310-48bd-8921-f64f2e260faf [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 070036e5-7310-48bd-8921-f64f2e260faf (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 13 January 2024 13:25:41 +0000 (0:00:00.608) 0:00:14.942 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 13 January 2024 13:25:41 +0000 (0:00:00.035) 0:00:14.978 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 070036e5-7310-48bd-8921-f64f2e260faf", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 070036e5-7310-48bd-8921-f64f2e260faf (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 13 January 2024 13:25:41 +0000 (0:00:00.050) 0:00:15.028 ****** 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, 070036e5-7310-48bd-8921-f64f2e260faf\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 070036e5-7310-48bd-8921-f64f2e260faf (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 070036e5-7310-48bd-8921-f64f2e260faf", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 070036e5-7310-48bd-8921-f64f2e260faf (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 13 January 2024 13:25:41 +0000 (0:00:00.061) 0:00:15.090 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 13 January 2024 13:25:41 +0000 (0:00:00.102) 0:00:15.192 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:42 Saturday 13 January 2024 13:25:41 +0000 (0:00:00.279) 0:00:15.471 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 January 2024 13:25:41 +0000 (0:00:00.049) 0:00:15.520 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.037) 0:00:15.558 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705152335.5656052, "block_size": 4096, "blocks": 0, "ctime": 1705152335.5656052, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23530, "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": 1705152335.5656052, "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-weekly-cia_yxeanj/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.197) 0:00:15.756 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:44 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.025) 0:00:15.782 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.052) 0:00:15.834 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.041) 0:00:15.875 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.055) 0:00:15.931 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705152341.3679225, "block_size": 4096, "blocks": 8, "ctime": 1705152341.3269222, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4820928, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1705152341.3269222, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 396, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.232) 0:00:16.163 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.069) 0:00:16.233 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021853", "end": "2024-01-13 13:25:42.912065", "rc": 0, "start": "2024-01-13 13:25:42.890212" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.254) 0:00:16.488 ****** 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-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 January 2024 13:25:42 +0000 (0:00:00.035) 0:00:16.523 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.025) 0:00:16.548 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.026) 0:00:16.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.036) 0:00:16.610 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.033) 0:00:16.644 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.024) 0:00:16.669 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.026) 0:00:16.695 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:48 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.029) 0:00:16.724 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003671", "end": "2024-01-13 13:25:43.379841", "rc": 0, "start": "2024-01-13 13:25:43.376170" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.112 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.112 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-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:52 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.209) 0:00:16.934 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:58 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.024) 0:00:16.959 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003723", "end": "2024-01-13 13:25:43.608734", "rc": 0, "start": "2024-01-13 13:25:43.605011" } 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-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:62 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.215) 0:00:17.174 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:69 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.026) 0:00:17.200 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.079) 0:00:17.280 ****** included: /WORKDIR/git-weekly-cia_yxeanj/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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.047) 0:00:17.328 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.063) 0:00:17.391 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.023) 0:00:17.414 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 January 2024 13:25:43 +0000 (0:00:00.025) 0:00:17.439 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 January 2024 13:25:45 +0000 (0:00:01.516) 0:00:18.956 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 January 2024 13:25:46 +0000 (0:00:01.373) 0:00:20.329 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 January 2024 13:25:46 +0000 (0:00:00.025) 0:00:20.355 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 January 2024 13:25:46 +0000 (0:00:00.026) 0:00:20.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 13 January 2024 13:25:46 +0000 (0:00:00.024) 0:00:20.406 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 13 January 2024 13:25:46 +0000 (0:00:00.061) 0:00:20.468 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 13 January 2024 13:25:46 +0000 (0:00:00.023) 0:00:20.492 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 13 January 2024 13:25:47 +0000 (0:00:00.044) 0:00:20.536 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 13 January 2024 13:25:47 +0000 (0:00:00.055) 0:00:20.592 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 13 January 2024 13:25:47 +0000 (0:00:00.374) 0:00:20.967 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 January 2024 13:25:47 +0000 (0:00:00.027) 0:00:20.994 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 13 January 2024 13:25:47 +0000 (0:00:00.022) 0:00:21.017 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 13 January 2024 13:25:47 +0000 (0:00:00.022) 0:00:21.039 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 13 January 2024 13:25:47 +0000 (0:00:00.406) 0:00:21.446 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 13 January 2024 13:25:47 +0000 (0:00:00.027) 0:00:21.473 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.130) 0:00:21.604 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.045) 0:00:21.649 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.031) 0:00:21.681 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:81 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.193) 0:00:21.874 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.052) 0:00:21.927 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.025) 0:00:21.952 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.022) 0:00:21.974 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.036) 0:00:22.011 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.036) 0:00:22.047 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002989", "end": "2024-01-13 13:25:48.694912", "rc": 0, "start": "2024-01-13 13:25:48.691923" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.210) 0:00:22.257 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.025) 0:00:22.283 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:25:48 +0000 (0:00:00.084) 0:00:22.367 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 13 January 2024 13:25:51 +0000 (0:00:03.026) 0:00:25.393 ****** 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-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 13 January 2024 13:25:51 +0000 (0:00:00.050) 0:00:25.444 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 13 January 2024 13:25:51 +0000 (0:00:00.035) 0:00:25.479 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.008758", "end": "2024-01-13 13:25:52.147888", "rc": 0, "start": "2024-01-13 13:25:52.139130" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.270) 0:00:25.750 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.040) 0:00:25.791 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.048) 0:00:25.840 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.031) 0:00:25.871 ****** 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-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:85 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.043) 0:00:25.915 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:89 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.102) 0:00:26.017 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.080) 0:00:26.098 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.024) 0:00:26.122 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.034) 0:00:26.156 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.048) 0:00:26.205 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.050) 0:00:26.256 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003234", "end": "2024-01-13 13:25:52.927370", "rc": 0, "start": "2024-01-13 13:25:52.924136" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.230) 0:00:26.486 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:25:52 +0000 (0:00:00.038) 0:00:26.525 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:25:53 +0000 (0:00:00.031) 0:00:26.556 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 13 January 2024 13:25:56 +0000 (0:00:03.081) 0:00:29.638 ****** 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.006039", "end": "2024-01-13 13:25:56.359856", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-13 13:25:56.353817" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003591", "end": "2024-01-13 13:25:56.588911", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-13 13:25:56.585320" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004005", "end": "2024-01-13 13:25:56.782326", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-13 13:25:56.778321" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 13 January 2024 13:25:56 +0000 (0:00:00.708) 0:00:30.347 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022441", "end": "2024-01-13 13:25:57.028424", "rc": 0, "start": "2024-01-13 13:25:57.005983" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.253) 0:00:30.600 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.076) 0:00:30.676 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.167) 0:00:30.844 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.058) 0:00:30.903 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.196) 0:00:31.100 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.056) 0:00:31.156 ****** included: /WORKDIR/git-weekly-cia_yxeanj/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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.053) 0:00:31.210 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.030) 0:00:31.240 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.229) 0:00:31.469 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 January 2024 13:25:57 +0000 (0:00:00.027) 0:00:31.497 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 January 2024 13:25:59 +0000 (0:00:01.525) 0:00:33.023 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 January 2024 13:26:00 +0000 (0:00:01.300) 0:00:34.323 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 January 2024 13:26:00 +0000 (0:00:00.037) 0:00:34.361 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 January 2024 13:26:00 +0000 (0:00:00.023) 0:00:34.384 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 13 January 2024 13:26:00 +0000 (0:00:00.083) 0:00:34.468 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 13 January 2024 13:26:00 +0000 (0:00:00.053) 0:00:34.521 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 13 January 2024 13:26:01 +0000 (0:00:00.039) 0:00:34.560 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 13 January 2024 13:26:01 +0000 (0:00:00.035) 0:00:34.595 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 13 January 2024 13:26:01 +0000 (0:00:00.038) 0:00:34.634 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 13 January 2024 13:26:01 +0000 (0:00:00.381) 0:00:35.016 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 January 2024 13:26:01 +0000 (0:00:00.048) 0:00:35.064 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 13 January 2024 13:26:01 +0000 (0:00:00.030) 0:00:35.094 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 13 January 2024 13:26:01 +0000 (0:00:00.038) 0:00:35.132 ****** 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, b1a6c7d9-4608-40ef-bdfc-42af68b9eb4a [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b1a6c7d9-4608-40ef-bdfc-42af68b9eb4a (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.405) 0:00:35.538 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.040) 0:00:35.578 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b1a6c7d9-4608-40ef-bdfc-42af68b9eb4a", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b1a6c7d9-4608-40ef-bdfc-42af68b9eb4a (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.029) 0:00:35.607 ****** 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, b1a6c7d9-4608-40ef-bdfc-42af68b9eb4a\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b1a6c7d9-4608-40ef-bdfc-42af68b9eb4a (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b1a6c7d9-4608-40ef-bdfc-42af68b9eb4a", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b1a6c7d9-4608-40ef-bdfc-42af68b9eb4a (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.040) 0:00:35.648 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.025) 0:00:35.673 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:110 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.303) 0:00:35.976 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.063) 0:00:36.039 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.061) 0:00:36.100 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705152356.3576355, "block_size": 4096, "blocks": 0, "ctime": 1705152356.3576355, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 24116, "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": 1705152356.3576355, "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-weekly-cia_yxeanj/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.287) 0:00:36.388 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:112 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.027) 0:00:36.415 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 13 January 2024 13:26:02 +0000 (0:00:00.086) 0:00:36.502 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.060) 0:00:36.563 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.031) 0:00:36.595 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705152361.9621317, "block_size": 4096, "blocks": 8, "ctime": 1705152361.9241312, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4820928, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1705152361.9241312, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 323, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.197) 0:00:36.792 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.029) 0:00:36.822 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021579", "end": "2024-01-13 13:26:03.487451", "rc": 0, "start": "2024-01-13 13:26:03.465872" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.297) 0:00:37.120 ****** 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-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.029) 0:00:37.150 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.042) 0:00:37.192 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.027) 0:00:37.220 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.028) 0:00:37.248 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.028) 0:00:37.276 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.026) 0:00:37.303 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.030) 0:00:37.334 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:116 Saturday 13 January 2024 13:26:03 +0000 (0:00:00.041) 0:00:37.375 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003710", "end": "2024-01-13 13:26:04.080177", "rc": 0, "start": "2024-01-13 13:26:04.076467" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.112 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.112 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-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:120 Saturday 13 January 2024 13:26:04 +0000 (0:00:00.282) 0:00:37.657 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:126 Saturday 13 January 2024 13:26:04 +0000 (0:00:00.039) 0:00:37.697 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003614", "end": "2024-01-13 13:26:04.345149", "rc": 0, "start": "2024-01-13 13:26:04.341535" } 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-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:130 Saturday 13 January 2024 13:26:04 +0000 (0:00:00.218) 0:00:37.916 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:137 Saturday 13 January 2024 13:26:04 +0000 (0:00:00.055) 0:00:37.971 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 January 2024 13:26:04 +0000 (0:00:00.062) 0:00:38.033 ****** included: /WORKDIR/git-weekly-cia_yxeanj/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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:26:04 +0000 (0:00:00.132) 0:00:38.165 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 January 2024 13:26:04 +0000 (0:00:00.054) 0:00:38.220 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 January 2024 13:26:04 +0000 (0:00:00.040) 0:00:38.261 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 January 2024 13:26:04 +0000 (0:00:00.039) 0:00:38.300 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 January 2024 13:26:06 +0000 (0:00:01.495) 0:00:39.795 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 January 2024 13:26:07 +0000 (0:00:01.334) 0:00:41.129 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 January 2024 13:26:07 +0000 (0:00:00.029) 0:00:41.159 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 January 2024 13:26:07 +0000 (0:00:00.096) 0:00:41.256 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 13 January 2024 13:26:07 +0000 (0:00:00.023) 0:00:41.280 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 13 January 2024 13:26:07 +0000 (0:00:00.053) 0:00:41.333 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 13 January 2024 13:26:07 +0000 (0:00:00.025) 0:00:41.358 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 13 January 2024 13:26:07 +0000 (0:00:00.023) 0:00:41.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 13 January 2024 13:26:07 +0000 (0:00:00.026) 0:00:41.408 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 13 January 2024 13:26:08 +0000 (0:00:00.348) 0:00:41.757 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 January 2024 13:26:08 +0000 (0:00:00.025) 0:00:41.783 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 13 January 2024 13:26:08 +0000 (0:00:00.021) 0:00:41.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 13 January 2024 13:26:08 +0000 (0:00:00.023) 0:00:41.828 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 13 January 2024 13:26:08 +0000 (0:00:00.419) 0:00:42.247 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 13 January 2024 13:26:08 +0000 (0:00:00.038) 0:00:42.286 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 13 January 2024 13:26:08 +0000 (0:00:00.034) 0:00:42.320 ****** 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-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 13 January 2024 13:26:08 +0000 (0:00:00.028) 0:00:42.348 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 13 January 2024 13:26:08 +0000 (0:00:00.024) 0:00:42.373 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:149 Saturday 13 January 2024 13:26:09 +0000 (0:00:00.264) 0:00:42.637 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:26:09 +0000 (0:00:00.071) 0:00:42.709 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:26:09 +0000 (0:00:00.051) 0:00:42.760 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:26:09 +0000 (0:00:00.036) 0:00:42.796 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:26:09 +0000 (0:00:00.041) 0:00:42.838 ****** included: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:26:09 +0000 (0:00:00.038) 0:00:42.876 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003233", "end": "2024-01-13 13:26:09.539244", "rc": 0, "start": "2024-01-13 13:26:09.536011" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:26:09 +0000 (0:00:00.242) 0:00:43.119 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:26:09 +0000 (0:00:00.040) 0:00:43.159 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:26:09 +0000 (0:00:00.033) 0:00:43.193 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 13 January 2024 13:26:12 +0000 (0:00:03.054) 0:00:46.248 ****** 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-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 13 January 2024 13:26:12 +0000 (0:00:00.041) 0:00:46.290 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 13 January 2024 13:26:12 +0000 (0:00:00.033) 0:00:46.324 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012533", "end": "2024-01-13 13:26:12.992071", "rc": 0, "start": "2024-01-13 13:26:12.979538" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 13 January 2024 13:26:13 +0000 (0:00:00.238) 0:00:46.562 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 13 January 2024 13:26:13 +0000 (0:00:00.038) 0:00:46.601 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:26:13 +0000 (0:00:00.042) 0:00:46.643 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 13 January 2024 13:26:13 +0000 (0:00:00.046) 0:00:46.690 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=129 changed=4 unreachable=0 failed=0 skipped=98 rescued=0 ignored=0 Saturday 13 January 2024 13:26:13 +0000 (0:00:00.055) 0:00:46.746 ****** =============================================================================== Install iproute --------------------------------------------------------- 3.62s /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.08s /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.05s /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.03s /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.91s /WORKDIR/git-weekly-cia_yxeanj/tests/tests_auto_gateway_nm.yml:6 -------------- linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.49s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.37s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.83s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.72s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:85 Create veth interface veth0 --------------------------------------------- 0.71s /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:24 Create veth interface veth0 --------------------------------------------- 0.70s /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Configure networking connection profiles --- 0.61s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 0.61s /WORKDIR/git-weekly-cia_yxeanj/tests/playbooks/tests_auto_gateway.yml:3 ------- linux-system-roles.network : Enable and start NetworkManager ------------ 0.59s /WORKDIR/git-weekly-cia_yxeanj/tests/roles/linux-system-roles.network/tasks/main.yml:85 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---