# 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_vlan_mtu_nm.yml ************************************************ 2 plays in /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tests_vlan_mtu_nm.yml PLAY [Run playbook 'playbooks/tests_vlan_mtu.yml' with nm as provider] ********* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tests_vlan_mtu_nm.yml:6 Friday 02 February 2024 19:21:21 +0000 (0:00:00.016) 0:00:00.016 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tests_vlan_mtu_nm.yml:9 Friday 02 February 2024 19:21:21 +0000 (0:00:00.688) 0:00:00.705 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/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-bond_options_rewritepl2tn22t/tests/tasks/el_repo_setup.yml:3 Friday 02 February 2024 19:21:21 +0000 (0:00:00.016) 0:00:00.721 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/el_repo_setup.yml:19 Friday 02 February 2024 19:21:22 +0000 (0:00:00.349) 0:00:01.070 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/el_repo_setup.yml:24 Friday 02 February 2024 19:21:22 +0000 (0:00:00.283) 0:00:01.354 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/el_repo_setup.yml:28 Friday 02 February 2024 19:21:22 +0000 (0:00:00.026) 0:00:01.381 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/el_repo_setup.yml:53 Friday 02 February 2024 19:21:22 +0000 (0:00:00.023) 0:00:01.405 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/enable_epel.yml:8 Friday 02 February 2024 19:21:22 +0000 (0:00:00.037) 0:00:01.442 ******* 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-bond_options_rewritepl2tn22t/tests/tasks/enable_epel.yml:24 Friday 02 February 2024 19:21:22 +0000 (0:00:00.247) 0:00:01.690 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/enable_epel.yml:30 Friday 02 February 2024 19:21:22 +0000 (0:00:00.013) 0:00:01.703 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/enable_epel.yml:35 Friday 02 February 2024 19:21:22 +0000 (0:00:00.014) 0:00:01.718 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.246827", "end": "2024-02-02 19:21:23.241337", "rc": 0, "start": "2024-02-02 19:21:22.994510" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/enable_epel.yml:40 Friday 02 February 2024 19:21:23 +0000 (0:00:00.440) 0:00:02.158 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tests_vlan_mtu_nm.yml:11 Friday 02 February 2024 19:21:23 +0000 (0:00:00.012) 0:00:02.170 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing vlan mtu setting] *************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:3 Friday 02 February 2024 19:21:23 +0000 (0:00:00.012) 0:00:02.183 ******* ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:10 Friday 02 February 2024 19:21:23 +0000 (0:00:00.512) 0:00:02.695 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:21:23 +0000 (0:00:00.021) 0:00:02.717 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:21:23 +0000 (0:00:00.017) 0:00:02.734 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003483", "end": "2024-02-02 19:21:24.013269", "rc": 0, "start": "2024-02-02 19:21:24.009786" } STDOUT: bonding_masters eth0 lo rpltstbr team0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:21:24 +0000 (0:00:00.196) 0:00:02.931 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr", "team0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:21:24 +0000 (0:00:00.017) 0:00:02.948 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr', 'team0'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:12 Friday 02 February 2024 19:21:24 +0000 (0:00:00.015) 0:00:02.964 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 02 February 2024 19:21:24 +0000 (0:00:00.042) 0:00:03.006 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 02 February 2024 19:21:24 +0000 (0:00:00.021) 0:00:03.027 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 02 February 2024 19:21:24 +0000 (0:00:00.013) 0:00:03.040 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:21:24 +0000 (0:00:00.020) 0:00:03.061 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:21:24 +0000 (0:00:00.017) 0:00:03.079 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003735", "end": "2024-02-02 19:21:24.355716", "rc": 0, "start": "2024-02-02 19:21:24.351981" } STDOUT: bonding_masters eth0 lo rpltstbr team0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:21:24 +0000 (0:00:00.196) 0:00:03.275 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr", "team0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:21:24 +0000 (0:00:00.017) 0:00:03.293 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr', 'team0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 02 February 2024 19:21:24 +0000 (0:00:00.014) 0:00:03.307 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface lsr101] ******************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:28 Friday 02 February 2024 19:21:27 +0000 (0:00:02.832) 0:00:06.139 ******* ok: [sut] => (item=ip link add lsr101 type veth peer name peerlsr101) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "lsr101", "type", "veth", "peer", "name", "peerlsr101" ], "delta": "0:00:00.005175", "end": "2024-02-02 19:21:27.423554", "item": "ip link add lsr101 type veth peer name peerlsr101", "rc": 0, "start": "2024-02-02 19:21:27.418379" } ok: [sut] => (item=ip link set peerlsr101 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerlsr101", "up" ], "delta": "0:00:00.004145", "end": "2024-02-02 19:21:27.652365", "item": "ip link set peerlsr101 up", "rc": 0, "start": "2024-02-02 19:21:27.648220" } ok: [sut] => (item=ip link set lsr101 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "lsr101", "up" ], "delta": "0:00:00.004569", "end": "2024-02-02 19:21:27.837910", "item": "ip link set lsr101 up", "rc": 0, "start": "2024-02-02 19:21:27.833341" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:37 Friday 02 February 2024 19:21:27 +0000 (0:00:00.617) 0:00:06.757 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "lsr101", "managed", "true" ], "delta": "0:00:00.027446", "end": "2024-02-02 19:21:28.064422", "rc": 0, "start": "2024-02-02 19:21:28.036976" } TASK [Delete veth interface lsr101] ******************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 02 February 2024 19:21:28 +0000 (0:00:00.226) 0:00:06.984 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:52 Friday 02 February 2024 19:21:28 +0000 (0:00:00.015) 0:00:07.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:58 Friday 02 February 2024 19:21:28 +0000 (0:00:00.015) 0:00:07.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface lsr101] ********************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 02 February 2024 19:21:28 +0000 (0:00:00.015) 0:00:07.031 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface lsr101] ********************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:71 Friday 02 February 2024 19:21:28 +0000 (0:00:00.016) 0:00:07.048 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:16 Friday 02 February 2024 19:21:28 +0000 (0:00:00.013) 0:00:07.061 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_device_present.yml:3 Friday 02 February 2024 19:21:28 +0000 (0:00:00.025) 0:00:07.086 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 02 February 2024 19:21:28 +0000 (0:00:00.017) 0:00:07.103 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706901687.42216, "block_size": 4096, "blocks": 0, "ctime": 1706901687.42216, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 50923, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/lsr101", "lnk_target": "../../devices/virtual/net/lsr101", "mode": "0777", "mtime": 1706901687.42216, "nlink": 1, "path": "/sys/class/net/lsr101", "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 - 'lsr101'] ************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_device_present.yml:5 Friday 02 February 2024 19:21:28 +0000 (0:00:00.191) 0:00:07.294 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure the MTU for a vlan interface without autoconnect.] *** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:18 Friday 02 February 2024 19:21:28 +0000 (0:00:00.017) 0:00:07.311 ******* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 02 February 2024 19:21:28 +0000 (0:00:00.014) 0:00:07.326 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 02 February 2024 19:21:28 +0000 (0:00:00.083) 0:00:07.409 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 02 February 2024 19:21:28 +0000 (0:00:00.016) 0:00:07.425 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 02 February 2024 19:21:28 +0000 (0:00:00.012) 0:00:07.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 02 February 2024 19:21:28 +0000 (0:00:00.011) 0:00:07.449 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 02 February 2024 19:21:30 +0000 (0:00:01.710) 0:00:09.160 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 02 February 2024 19:21:31 +0000 (0:00:01.519) 0:00:10.679 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 02 February 2024 19:21:31 +0000 (0:00:00.040) 0:00:10.720 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 02 February 2024 19:21:31 +0000 (0:00:00.055) 0:00:10.775 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 02 February 2024 19:21:31 +0000 (0:00:00.029) 0:00:10.805 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 02 February 2024 19:21:31 +0000 (0:00:00.060) 0:00:10.865 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:58 Friday 02 February 2024 19:21:31 +0000 (0:00:00.026) 0:00:10.891 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:74 Friday 02 February 2024 19:21:32 +0000 (0:00:00.026) 0:00:10.918 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:88 Friday 02 February 2024 19:21:32 +0000 (0:00:00.032) 0:00:10.950 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:99 Friday 02 February 2024 19:21:32 +0000 (0:00:00.530) 0:00:11.480 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:108 Friday 02 February 2024 19:21:32 +0000 (0:00:00.032) 0:00:11.513 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:116 Friday 02 February 2024 19:21:32 +0000 (0:00:00.032) 0:00:11.545 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:125 Friday 02 February 2024 19:21:32 +0000 (0:00:00.037) 0:00:11.583 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "mtu": 1492, "name": "lsr101", "state": "up", "type": "ethernet" }, { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "mtu": 1280, "name": "lsr101.90", "parent": "lsr101", "state": "up", "type": "vlan", "vlan_id": 90 } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [005] #0, state:up persistent_state:present, 'lsr101': add connection lsr101, 553fed95-d163-49f4-9274-f50f32541a1f [006] #1, state:up persistent_state:present, 'lsr101.90': add connection lsr101.90, 16797d10-38c8-4850-9162-b924ca3d8e10 [007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101, 553fed95-d163-49f4-9274-f50f32541a1f (not-active) [008] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90, 16797d10-38c8-4850-9162-b924ca3d8e10 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:137 Friday 02 February 2024 19:21:33 +0000 (0:00:00.647) 0:00:12.230 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:143 Friday 02 February 2024 19:21:33 +0000 (0:00:00.031) 0:00:12.261 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[005] #0, state:up persistent_state:present, 'lsr101': add connection lsr101, 553fed95-d163-49f4-9274-f50f32541a1f", "[006] #1, state:up persistent_state:present, 'lsr101.90': add connection lsr101.90, 16797d10-38c8-4850-9162-b924ca3d8e10", "[007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101, 553fed95-d163-49f4-9274-f50f32541a1f (not-active)", "[008] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90, 16797d10-38c8-4850-9162-b924ca3d8e10 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 02 February 2024 19:21:33 +0000 (0:00:00.064) 0:00:12.326 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "mtu": 1492, "name": "lsr101", "state": "up", "type": "ethernet" }, { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "mtu": 1280, "name": "lsr101.90", "parent": "lsr101", "state": "up", "type": "vlan", "vlan_id": 90 } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[005] #0, state:up persistent_state:present, 'lsr101': add connection lsr101, 553fed95-d163-49f4-9274-f50f32541a1f\n[006] #1, state:up persistent_state:present, 'lsr101.90': add connection lsr101.90, 16797d10-38c8-4850-9162-b924ca3d8e10\n[007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101, 553fed95-d163-49f4-9274-f50f32541a1f (not-active)\n[008] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90, 16797d10-38c8-4850-9162-b924ca3d8e10 (not-active)\n", "stderr_lines": [ "[005] #0, state:up persistent_state:present, 'lsr101': add connection lsr101, 553fed95-d163-49f4-9274-f50f32541a1f", "[006] #1, state:up persistent_state:present, 'lsr101.90': add connection lsr101.90, 16797d10-38c8-4850-9162-b924ca3d8e10", "[007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101, 553fed95-d163-49f4-9274-f50f32541a1f (not-active)", "[008] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90, 16797d10-38c8-4850-9162-b924ca3d8e10 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:152 Friday 02 February 2024 19:21:33 +0000 (0:00:00.040) 0:00:12.366 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:158 Friday 02 February 2024 19:21:33 +0000 (0:00:00.033) 0:00:12.399 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:46 Friday 02 February 2024 19:21:33 +0000 (0:00:00.265) 0:00:12.665 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_device_present.yml:3 Friday 02 February 2024 19:21:33 +0000 (0:00:00.058) 0:00:12.724 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface lsr101.90] **************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 02 February 2024 19:21:33 +0000 (0:00:00.053) 0:00:12.777 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706901693.2400992, "block_size": 4096, "blocks": 0, "ctime": 1706901693.2400992, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 51216, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/lsr101.90", "lnk_target": "../../devices/virtual/net/lsr101.90", "mode": "0777", "mtime": 1706901693.2400992, "nlink": 1, "path": "/sys/class/net/lsr101.90", "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 - 'lsr101.90'] ********************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_device_present.yml:5 Friday 02 February 2024 19:21:34 +0000 (0:00:00.218) 0:00:12.996 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:50 Friday 02 February 2024 19:21:34 +0000 (0:00:00.035) 0:00:13.032 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml for sut included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 02 February 2024 19:21:34 +0000 (0:00:00.074) 0:00:13.106 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 02 February 2024 19:21:34 +0000 (0:00:00.058) 0:00:13.165 ******* 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-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 02 February 2024 19:21:34 +0000 (0:00:00.057) 0:00:13.223 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706901693.1615877, "block_size": 4096, "blocks": 8, "ctime": 1706901693.1605878, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5060553, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1706901693.1605878, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-lsr101", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 214, "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-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 02 February 2024 19:21:34 +0000 (0:00:00.210) 0:00:13.433 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 02 February 2024 19:21:34 +0000 (0:00:00.032) 0:00:13.466 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep lsr101 | grep /etc", "delta": "0:00:00.027232", "end": "2024-02-02 19:21:34.772360", "rc": 0, "start": "2024-02-02 19:21:34.745128" } STDOUT: lsr101 /etc/sysconfig/network-scripts/ifcfg-lsr101 lsr101.90 /etc/sysconfig/network-scripts/ifcfg-lsr101.90 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 02 February 2024 19:21:34 +0000 (0:00:00.237) 0:00:13.703 ******* 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-lsr101] ************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 02 February 2024 19:21:34 +0000 (0:00:00.031) 0:00:13.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-lsr101] ********************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 02 February 2024 19:21:34 +0000 (0:00:00.031) 0:00:13.767 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-lsr101] ***************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 02 February 2024 19:21:34 +0000 (0:00:00.030) 0:00:13.797 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-lsr101] ************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 02 February 2024 19:21:34 +0000 (0:00:00.031) 0:00:13.829 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'lsr101'] *************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 02 February 2024 19:21:34 +0000 (0:00:00.037) 0:00:13.866 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'lsr101'] ********** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 02 February 2024 19:21:35 +0000 (0:00:00.034) 0:00:13.900 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in lsr101] **************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 02 February 2024 19:21:35 +0000 (0:00:00.031) 0:00:13.932 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 02 February 2024 19:21:35 +0000 (0:00:00.030) 0:00:13.963 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 02 February 2024 19:21:35 +0000 (0:00:00.047) 0:00:14.011 ******* 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-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 02 February 2024 19:21:35 +0000 (0:00:00.027) 0:00:14.038 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706901693.3215876, "block_size": 4096, "blocks": 8, "ctime": 1706901693.1735878, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5899346, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1706901693.1735878, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-lsr101.90", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 321, "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-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 02 February 2024 19:21:35 +0000 (0:00:00.235) 0:00:14.274 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 02 February 2024 19:21:35 +0000 (0:00:00.029) 0:00:14.303 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep lsr101.90 | grep /etc", "delta": "0:00:00.027053", "end": "2024-02-02 19:21:35.605290", "rc": 0, "start": "2024-02-02 19:21:35.578237" } STDOUT: lsr101.90 /etc/sysconfig/network-scripts/ifcfg-lsr101.90 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 02 February 2024 19:21:35 +0000 (0:00:00.242) 0:00:14.546 ******* 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-lsr101.90] ********************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 02 February 2024 19:21:35 +0000 (0:00:00.034) 0:00:14.580 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-lsr101.90] ******************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 02 February 2024 19:21:35 +0000 (0:00:00.033) 0:00:14.614 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-lsr101.90] ************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 02 February 2024 19:21:35 +0000 (0:00:00.033) 0:00:14.647 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-lsr101.90] *********************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 02 February 2024 19:21:35 +0000 (0:00:00.038) 0:00:14.685 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'lsr101.90'] ************************ task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 02 February 2024 19:21:35 +0000 (0:00:00.042) 0:00:14.728 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'lsr101.90'] ******* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 02 February 2024 19:21:35 +0000 (0:00:00.044) 0:00:14.773 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in lsr101.90] ************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 02 February 2024 19:21:35 +0000 (0:00:00.043) 0:00:14.816 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:58 Friday 02 February 2024 19:21:35 +0000 (0:00:00.030) 0:00:14.847 ******* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 02 February 2024 19:21:35 +0000 (0:00:00.028) 0:00:14.875 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 02 February 2024 19:21:36 +0000 (0:00:00.049) 0:00:14.925 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 02 February 2024 19:21:36 +0000 (0:00:00.033) 0:00:14.959 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 02 February 2024 19:21:36 +0000 (0:00:00.060) 0:00:15.019 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 02 February 2024 19:21:36 +0000 (0:00:00.028) 0:00:15.048 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 02 February 2024 19:21:37 +0000 (0:00:01.633) 0:00:16.681 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 02 February 2024 19:21:39 +0000 (0:00:01.346) 0:00:18.028 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 02 February 2024 19:21:39 +0000 (0:00:00.065) 0:00:18.093 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 02 February 2024 19:21:39 +0000 (0:00:00.042) 0:00:18.136 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 02 February 2024 19:21:39 +0000 (0:00:00.033) 0:00:18.169 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 02 February 2024 19:21:39 +0000 (0:00:00.065) 0:00:18.235 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:58 Friday 02 February 2024 19:21:39 +0000 (0:00:00.028) 0:00:18.264 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:74 Friday 02 February 2024 19:21:39 +0000 (0:00:00.026) 0:00:18.290 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:88 Friday 02 February 2024 19:21:39 +0000 (0:00:00.035) 0:00:18.326 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:99 Friday 02 February 2024 19:21:39 +0000 (0:00:00.382) 0:00:18.708 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:108 Friday 02 February 2024 19:21:39 +0000 (0:00:00.037) 0:00:18.745 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:116 Friday 02 February 2024 19:21:39 +0000 (0:00:00.041) 0:00:18.786 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:125 Friday 02 February 2024 19:21:39 +0000 (0:00:00.044) 0:00:18.831 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "lsr101", "persistent_state": "absent", "state": "down" }, { "name": "lsr101.90", "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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:137 Friday 02 February 2024 19:21:40 +0000 (0:00:00.554) 0:00:19.386 ******* 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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:143 Friday 02 February 2024 19:21:40 +0000 (0:00:00.027) 0:00:19.413 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 02 February 2024 19:21:40 +0000 (0:00:00.058) 0:00:19.472 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "lsr101", "persistent_state": "absent", "state": "down" }, { "name": "lsr101.90", "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-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:152 Friday 02 February 2024 19:21:40 +0000 (0:00:00.029) 0:00:19.501 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:158 Friday 02 February 2024 19:21:40 +0000 (0:00:00.025) 0:00:19.527 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:73 Friday 02 February 2024 19:21:40 +0000 (0:00:00.198) 0:00:19.726 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 02 February 2024 19:21:40 +0000 (0:00:00.060) 0:00:19.787 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 02 February 2024 19:21:40 +0000 (0:00:00.027) 0:00:19.814 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 02 February 2024 19:21:40 +0000 (0:00:00.031) 0:00:19.846 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:21:40 +0000 (0:00:00.048) 0:00:19.894 ******* included: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:21:41 +0000 (0:00:00.046) 0:00:19.940 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003493", "end": "2024-02-02 19:21:41.224232", "rc": 0, "start": "2024-02-02 19:21:41.220739" } STDOUT: bonding_masters eth0 lo lsr101 peerlsr101 rpltstbr team0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:21:41 +0000 (0:00:00.215) 0:00:20.156 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "lsr101", "peerlsr101", "rpltstbr", "team0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:21:41 +0000 (0:00:00.030) 0:00:20.186 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'lsr101', 'peerlsr101', 'rpltstbr', 'team0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 02 February 2024 19:21:41 +0000 (0:00:00.027) 0:00:20.214 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface lsr101] ******************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:28 Friday 02 February 2024 19:21:43 +0000 (0:00:02.566) 0:00:22.780 ******* skipping: [sut] => (item=ip link add lsr101 type veth peer name peerlsr101) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add lsr101 type veth peer name peerlsr101", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerlsr101 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerlsr101 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set lsr101 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set lsr101 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:37 Friday 02 February 2024 19:21:43 +0000 (0:00:00.041) 0:00:22.822 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface lsr101] ******************************************** task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 02 February 2024 19:21:43 +0000 (0:00:00.031) 0:00:22.853 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "lsr101", "type", "veth" ], "delta": "0:00:00.011289", "end": "2024-02-02 19:21:44.143271", "rc": 0, "start": "2024-02-02 19:21:44.131982" } TASK [Create dummy interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:52 Friday 02 February 2024 19:21:44 +0000 (0:00:00.224) 0:00:23.077 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:58 Friday 02 February 2024 19:21:44 +0000 (0:00:00.031) 0:00:23.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface lsr101] ********************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 02 February 2024 19:21:44 +0000 (0:00:00.028) 0:00:23.137 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface lsr101] ********************************************* task path: /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:71 Friday 02 February 2024 19:21:44 +0000 (0:00:00.074) 0:00:23.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=80 changed=2 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Friday 02 February 2024 19:21:44 +0000 (0:00:00.013) 0:00:23.225 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.83s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.71s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.52s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.35s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tests_vlan_mtu_nm.yml:6 ------- linux-system-roles.network : Configure networking connection profiles --- 0.65s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:125 Create veth interface lsr101 -------------------------------------------- 0.62s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.55s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 0.53s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:88 Gathering Facts --------------------------------------------------------- 0.51s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tests_vlan_mtu.yml:3 Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/enable_epel.yml:35 ------ linux-system-roles.network : Enable and start NetworkManager ------------ 0.38s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:88 Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/el_repo_setup.yml:3 ----- Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/el_repo_setup.yml:19 ---- linux-system-roles.network : Re-test connectivity ----------------------- 0.27s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/roles/linux-system-roles.network/tasks/main.yml:158 Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/tasks/enable_epel.yml:8 ------- Get NM profile info ----------------------------------------------------- 0.24s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:25 Get NM profile info ----------------------------------------------------- 0.24s /WORKDIR/git-bond_options_rewritepl2tn22t/tests/playbooks/tasks/get_profile_stat.yml:25 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---