# 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_rewrite86ytuvfo/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_rewrite86ytuvfo/tests/tests_vlan_mtu_nm.yml:6 Friday 09 February 2024 13:39:12 +0000 (0:00:00.015) 0:00:00.015 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tests_vlan_mtu_nm.yml:9 Friday 09 February 2024 13:39:13 +0000 (0:00:00.977) 0:00:00.993 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/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_rewrite86ytuvfo/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 13:39:13 +0000 (0:00:00.020) 0:00:01.013 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/el_repo_setup.yml:19 Friday 09 February 2024 13:39:14 +0000 (0:00:00.514) 0:00:01.528 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/el_repo_setup.yml:24 Friday 09 February 2024 13:39:14 +0000 (0:00:00.310) 0:00:01.839 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/el_repo_setup.yml:28 Friday 09 February 2024 13:39:14 +0000 (0:00:00.027) 0:00:01.867 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/el_repo_setup.yml:53 Friday 09 February 2024 13:39:14 +0000 (0:00:00.018) 0:00:01.886 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/enable_epel.yml:8 Friday 09 February 2024 13:39:14 +0000 (0:00:00.041) 0:00:01.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/enable_epel.yml:24 Friday 09 February 2024 13:39:14 +0000 (0:00:00.013) 0:00:01.940 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/enable_epel.yml:30 Friday 09 February 2024 13:39:14 +0000 (0:00:00.018) 0:00:01.959 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/enable_epel.yml:35 Friday 09 February 2024 13:39:14 +0000 (0:00:00.015) 0:00:01.974 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/enable_epel.yml:40 Friday 09 February 2024 13:39:14 +0000 (0:00:00.011) 0:00:01.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tests_vlan_mtu_nm.yml:11 Friday 09 February 2024 13:39:14 +0000 (0:00:00.010) 0:00:01.997 ******* 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_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:3 Friday 09 February 2024 13:39:14 +0000 (0:00:00.051) 0:00:02.048 ******* ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:10 Friday 09 February 2024 13:39:15 +0000 (0:00:00.816) 0:00:02.864 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 13:39:15 +0000 (0:00:00.033) 0:00:02.898 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 13:39:15 +0000 (0:00:00.024) 0:00:02.923 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003451", "end": "2024-02-09 13:39:15.754777", "rc": 0, "start": "2024-02-09 13:39:15.751326" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 13:39:15 +0000 (0:00:00.252) 0:00:03.176 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 13:39:15 +0000 (0:00:00.016) 0:00:03.192 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:12 Friday 09 February 2024 13:39:15 +0000 (0:00:00.017) 0:00:03.209 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 09 February 2024 13:39:15 +0000 (0:00:00.024) 0:00:03.234 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 09 February 2024 13:39:15 +0000 (0:00:00.012) 0:00:03.246 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 09 February 2024 13:39:15 +0000 (0:00:00.012) 0:00:03.258 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 13:39:15 +0000 (0:00:00.014) 0:00:03.272 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 13:39:15 +0000 (0:00:00.013) 0:00:03.286 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004569", "end": "2024-02-09 13:39:17.067691", "rc": 0, "start": "2024-02-09 13:39:16.063122" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 13:39:17 +0000 (0:00:01.221) 0:00:04.508 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 13:39:17 +0000 (0:00:00.013) 0:00:04.522 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 09 February 2024 13:39:17 +0000 (0:00:00.012) 0:00:04.534 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface lsr101] ******************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:28 Friday 09 February 2024 13:39:19 +0000 (0:00:02.491) 0:00:07.026 ******* 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.009461", "end": "2024-02-09 13:39:19.813034", "item": "ip link add lsr101 type veth peer name peerlsr101", "rc": 0, "start": "2024-02-09 13:39:19.803573" } ok: [sut] => (item=ip link set peerlsr101 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerlsr101", "up" ], "delta": "0:00:00.004065", "end": "2024-02-09 13:39:20.059780", "item": "ip link set peerlsr101 up", "rc": 0, "start": "2024-02-09 13:39:20.055715" } ok: [sut] => (item=ip link set lsr101 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "lsr101", "up" ], "delta": "0:00:00.004278", "end": "2024-02-09 13:39:20.262119", "item": "ip link set lsr101 up", "rc": 0, "start": "2024-02-09 13:39:20.257841" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:37 Friday 09 February 2024 13:39:20 +0000 (0:00:00.659) 0:00:07.685 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "lsr101", "managed", "true" ], "delta": "0:00:00.024362", "end": "2024-02-09 13:39:20.483824", "rc": 0, "start": "2024-02-09 13:39:20.459462" } TASK [Delete veth interface lsr101] ******************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 09 February 2024 13:39:20 +0000 (0:00:00.240) 0:00:07.926 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:52 Friday 09 February 2024 13:39:20 +0000 (0:00:00.015) 0:00:07.942 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:58 Friday 09 February 2024 13:39:20 +0000 (0:00:00.012) 0:00:07.954 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface lsr101] ********************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 09 February 2024 13:39:20 +0000 (0:00:00.010) 0:00:07.965 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface lsr101] ********************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:71 Friday 09 February 2024 13:39:20 +0000 (0:00:00.010) 0:00:07.976 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:16 Friday 09 February 2024 13:39:20 +0000 (0:00:00.010) 0:00:07.987 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 February 2024 13:39:20 +0000 (0:00:00.028) 0:00:08.015 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 February 2024 13:39:20 +0000 (0:00:00.020) 0:00:08.035 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707485959.8074207, "block_size": 4096, "blocks": 0, "ctime": 1707485959.8074207, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37162, "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": 1707485959.8074207, "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_rewrite86ytuvfo/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 February 2024 13:39:20 +0000 (0:00:00.206) 0:00:08.242 ******* 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_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:18 Friday 09 February 2024 13:39:20 +0000 (0:00:00.013) 0:00:08.256 ******* ok: [sut] => {} MSG: ################################################## TASK [Verify DNS and ping still work before running the role] ****************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:22 Friday 09 February 2024 13:39:20 +0000 (0:00:00.018) 0:00:08.274 ******* 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-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 09 February 2024 13:39:20 +0000 (0:00:00.011) 0:00:08.286 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 09 February 2024 13:39:20 +0000 (0:00:00.075) 0:00:08.361 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 09 February 2024 13:39:20 +0000 (0:00:00.011) 0:00:08.372 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 09 February 2024 13:39:21 +0000 (0:00:00.032) 0:00:08.405 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 09 February 2024 13:39:21 +0000 (0:00:00.010) 0:00:08.415 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 09 February 2024 13:39:23 +0000 (0:00:02.225) 0:00:10.640 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 09 February 2024 13:39:24 +0000 (0:00:01.028) 0:00:11.668 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 09 February 2024 13:39:24 +0000 (0:00:00.044) 0:00:11.713 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 09 February 2024 13:39:24 +0000 (0:00:00.034) 0:00:11.748 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 09 February 2024 13:39:24 +0000 (0:00:00.028) 0:00:11.777 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 09 February 2024 13:39:24 +0000 (0:00:00.057) 0:00:11.835 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:58 Friday 09 February 2024 13:39:24 +0000 (0:00:00.032) 0:00:11.867 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:74 Friday 09 February 2024 13:39:24 +0000 (0:00:00.038) 0:00:11.905 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:88 Friday 09 February 2024 13:39:24 +0000 (0:00:00.034) 0:00:11.940 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:99 Friday 09 February 2024 13:39:25 +0000 (0:00:00.702) 0:00:12.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:108 Friday 09 February 2024 13:39:25 +0000 (0:00:00.028) 0:00:12.671 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:116 Friday 09 February 2024 13:39:25 +0000 (0:00:00.023) 0:00:12.695 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:125 Friday 09 February 2024 13:39:25 +0000 (0:00:00.022) 0:00:12.718 ******* 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, f62ffa80-ab1a-44b1-b852-e0941e8b447d [006] #1, state:up persistent_state:present, 'lsr101.90': add connection lsr101.90, 36366be4-b3dc-42f4-bda3-7bc3f24d6d03 [007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101, f62ffa80-ab1a-44b1-b852-e0941e8b447d (not-active) [008] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90, 36366be4-b3dc-42f4-bda3-7bc3f24d6d03 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:137 Friday 09 February 2024 13:39:26 +0000 (0:00:00.754) 0:00:13.472 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:143 Friday 09 February 2024 13:39:26 +0000 (0:00:00.061) 0:00:13.534 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[005] #0, state:up persistent_state:present, 'lsr101': add connection lsr101, f62ffa80-ab1a-44b1-b852-e0941e8b447d", "[006] #1, state:up persistent_state:present, 'lsr101.90': add connection lsr101.90, 36366be4-b3dc-42f4-bda3-7bc3f24d6d03", "[007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101, f62ffa80-ab1a-44b1-b852-e0941e8b447d (not-active)", "[008] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90, 36366be4-b3dc-42f4-bda3-7bc3f24d6d03 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 09 February 2024 13:39:26 +0000 (0:00:00.046) 0:00:13.581 ******* 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, f62ffa80-ab1a-44b1-b852-e0941e8b447d\n[006] #1, state:up persistent_state:present, 'lsr101.90': add connection lsr101.90, 36366be4-b3dc-42f4-bda3-7bc3f24d6d03\n[007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101, f62ffa80-ab1a-44b1-b852-e0941e8b447d (not-active)\n[008] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90, 36366be4-b3dc-42f4-bda3-7bc3f24d6d03 (not-active)\n", "stderr_lines": [ "[005] #0, state:up persistent_state:present, 'lsr101': add connection lsr101, f62ffa80-ab1a-44b1-b852-e0941e8b447d", "[006] #1, state:up persistent_state:present, 'lsr101.90': add connection lsr101.90, 36366be4-b3dc-42f4-bda3-7bc3f24d6d03", "[007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101, f62ffa80-ab1a-44b1-b852-e0941e8b447d (not-active)", "[008] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90, 36366be4-b3dc-42f4-bda3-7bc3f24d6d03 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:152 Friday 09 February 2024 13:39:26 +0000 (0:00:00.025) 0:00:13.607 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:158 Friday 09 February 2024 13:39:26 +0000 (0:00:00.023) 0:00:13.631 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:59 Friday 09 February 2024 13:39:26 +0000 (0:00:00.289) 0:00:13.920 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 February 2024 13:39:26 +0000 (0:00:00.069) 0:00:13.989 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface lsr101.90] **************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 February 2024 13:39:26 +0000 (0:00:00.060) 0:00:14.050 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707485965.8574922, "block_size": 4096, "blocks": 0, "ctime": 1707485965.8574922, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37591, "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": 1707485965.8574922, "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_rewrite86ytuvfo/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 February 2024 13:39:26 +0000 (0:00:00.213) 0:00:14.263 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:63 Friday 09 February 2024 13:39:26 +0000 (0:00:00.028) 0:00:14.291 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml for sut included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 09 February 2024 13:39:26 +0000 (0:00:00.053) 0:00:14.344 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 February 2024 13:39:27 +0000 (0:00:00.078) 0:00:14.423 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 February 2024 13:39:27 +0000 (0:00:00.024) 0:00:14.447 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 February 2024 13:39:27 +0000 (0:00:00.208) 0:00:14.655 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 February 2024 13:39:27 +0000 (0:00:00.024) 0:00:14.680 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep lsr101 | grep /etc", "delta": "0:00:00.024675", "end": "2024-02-09 13:39:27.480791", "rc": 0, "start": "2024-02-09 13:39:27.456116" } STDOUT: lsr101 /etc/NetworkManager/system-connections/lsr101.nmconnection lsr101.90 /etc/NetworkManager/system-connections/lsr101.90.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 February 2024 13:39:27 +0000 (0:00:00.238) 0:00:14.919 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 February 2024 13:39:27 +0000 (0:00:00.051) 0:00:14.970 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 February 2024 13:39:27 +0000 (0:00:00.032) 0:00:15.002 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-lsr101] ***************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 February 2024 13:39:27 +0000 (0:00:00.050) 0:00:15.053 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-lsr101] ************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 February 2024 13:39:27 +0000 (0:00:00.025) 0:00:15.078 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'lsr101'] *************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 09 February 2024 13:39:27 +0000 (0:00:00.024) 0:00:15.103 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 09 February 2024 13:39:27 +0000 (0:00:00.027) 0:00:15.130 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in lsr101] **************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 09 February 2024 13:39:27 +0000 (0:00:00.026) 0:00:15.156 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 09 February 2024 13:39:27 +0000 (0:00:00.024) 0:00:15.181 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 February 2024 13:39:27 +0000 (0:00:00.072) 0:00:15.254 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 February 2024 13:39:27 +0000 (0:00:00.026) 0:00:15.281 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 February 2024 13:39:28 +0000 (0:00:00.204) 0:00:15.485 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 February 2024 13:39:28 +0000 (0:00:00.024) 0:00:15.510 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep lsr101.90 | grep /etc", "delta": "0:00:00.024761", "end": "2024-02-09 13:39:28.312907", "rc": 0, "start": "2024-02-09 13:39:28.288146" } STDOUT: lsr101.90 /etc/NetworkManager/system-connections/lsr101.90.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 February 2024 13:39:28 +0000 (0:00:00.242) 0:00:15.753 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 February 2024 13:39:28 +0000 (0:00:00.029) 0:00:15.782 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 February 2024 13:39:28 +0000 (0:00:00.037) 0:00:15.820 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 February 2024 13:39:28 +0000 (0:00:00.025) 0:00:15.845 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 February 2024 13:39:28 +0000 (0:00:00.025) 0:00:15.871 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 09 February 2024 13:39:28 +0000 (0:00:00.024) 0:00:15.896 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 09 February 2024 13:39:28 +0000 (0:00:00.027) 0:00:15.923 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 09 February 2024 13:39:28 +0000 (0:00:00.042) 0:00:15.965 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify DNS and ping still work before teardown] ************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:70 Friday 09 February 2024 13:39:28 +0000 (0:00:00.043) 0:00:16.009 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:83 Friday 09 February 2024 13:39:28 +0000 (0:00:00.029) 0:00:16.038 ******* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 09 February 2024 13:39:28 +0000 (0:00:00.026) 0:00:16.065 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 09 February 2024 13:39:28 +0000 (0:00:00.113) 0:00:16.179 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 09 February 2024 13:39:28 +0000 (0:00:00.029) 0:00:16.208 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 09 February 2024 13:39:28 +0000 (0:00:00.031) 0:00:16.240 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 09 February 2024 13:39:28 +0000 (0:00:00.043) 0:00:16.283 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 09 February 2024 13:39:31 +0000 (0:00:02.163) 0:00:18.447 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 09 February 2024 13:39:31 +0000 (0:00:00.930) 0:00:19.377 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 09 February 2024 13:39:32 +0000 (0:00:00.024) 0:00:19.402 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 09 February 2024 13:39:32 +0000 (0:00:00.023) 0:00:19.426 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 09 February 2024 13:39:32 +0000 (0:00:00.023) 0:00:19.449 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 09 February 2024 13:39:32 +0000 (0:00:00.045) 0:00:19.495 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:58 Friday 09 February 2024 13:39:32 +0000 (0:00:00.023) 0:00:19.518 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:74 Friday 09 February 2024 13:39:32 +0000 (0:00:00.022) 0:00:19.541 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:88 Friday 09 February 2024 13:39:32 +0000 (0:00:00.027) 0:00:19.568 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:99 Friday 09 February 2024 13:39:32 +0000 (0:00:00.546) 0:00:20.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:108 Friday 09 February 2024 13:39:32 +0000 (0:00:00.028) 0:00:20.144 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:116 Friday 09 February 2024 13:39:32 +0000 (0:00:00.024) 0:00:20.168 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:125 Friday 09 February 2024 13:39:32 +0000 (0:00:00.053) 0:00:20.221 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:137 Friday 09 February 2024 13:39:33 +0000 (0:00:00.549) 0:00:20.771 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:143 Friday 09 February 2024 13:39:33 +0000 (0:00:00.027) 0:00:20.798 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 09 February 2024 13:39:33 +0000 (0:00:00.037) 0:00:20.836 ******* 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_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:152 Friday 09 February 2024 13:39:33 +0000 (0:00:00.031) 0:00:20.867 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:158 Friday 09 February 2024 13:39:33 +0000 (0:00:00.029) 0:00:20.896 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Verify DNS and ping still work after teardown] *************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:98 Friday 09 February 2024 13:39:33 +0000 (0:00:00.218) 0:00:21.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:111 Friday 09 February 2024 13:39:33 +0000 (0:00:00.032) 0:00:21.148 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 09 February 2024 13:39:33 +0000 (0:00:00.065) 0:00:21.213 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 09 February 2024 13:39:33 +0000 (0:00:00.025) 0:00:21.239 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 09 February 2024 13:39:33 +0000 (0:00:00.024) 0:00:21.263 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 13:39:33 +0000 (0:00:00.091) 0:00:21.354 ******* included: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 13:39:34 +0000 (0:00:00.051) 0:00:21.406 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003537", "end": "2024-02-09 13:39:34.232207", "rc": 0, "start": "2024-02-09 13:39:34.228670" } STDOUT: bonding_masters eth0 lo lsr101 peerlsr101 rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 13:39:34 +0000 (0:00:00.282) 0:00:21.688 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "lsr101", "peerlsr101", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 13:39:34 +0000 (0:00:00.044) 0:00:21.733 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'lsr101', 'peerlsr101', 'rpltstbr'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 09 February 2024 13:39:34 +0000 (0:00:00.027) 0:00:21.760 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface lsr101] ******************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:28 Friday 09 February 2024 13:39:36 +0000 (0:00:02.410) 0:00:24.171 ******* 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_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:37 Friday 09 February 2024 13:39:36 +0000 (0:00:00.037) 0:00:24.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface lsr101] ******************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 09 February 2024 13:39:36 +0000 (0:00:00.041) 0:00:24.250 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "lsr101", "type", "veth" ], "delta": "0:00:00.009688", "end": "2024-02-09 13:39:37.084846", "rc": 0, "start": "2024-02-09 13:39:37.075158" } TASK [Create dummy interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:52 Friday 09 February 2024 13:39:37 +0000 (0:00:00.304) 0:00:24.554 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface lsr101] ******************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:58 Friday 09 February 2024 13:39:37 +0000 (0:00:00.076) 0:00:24.631 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface lsr101] ********************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 09 February 2024 13:39:37 +0000 (0:00:00.129) 0:00:24.761 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface lsr101] ********************************************* task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:71 Friday 09 February 2024 13:39:37 +0000 (0:00:00.048) 0:00:24.810 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify DNS and ping still work] ****************************************** task path: /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:115 Friday 09 February 2024 13:39:37 +0000 (0:00:00.060) 0:00:24.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=76 changed=2 unreachable=0 failed=0 skipped=63 rescued=0 ignored=0 Friday 09 February 2024 13:39:37 +0000 (0:00:00.016) 0:00:24.887 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.49s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.41s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 2.23s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.16s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gather current interface info ------------------------------------------- 1.22s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Check which packages are installed --------- 1.03s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.98s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tests_vlan_mtu_nm.yml:6 ------- linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tests_vlan_mtu.yml:3 linux-system-roles.network : Configure networking connection profiles --- 0.75s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 0.70s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:88 Create veth interface lsr101 -------------------------------------------- 0.66s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.55s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 0.55s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:88 Gather the minimum subset of ansible_facts required by the network role test --- 0.51s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/el_repo_setup.yml:3 ----- Check if system is ostree ----------------------------------------------- 0.31s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/tasks/el_repo_setup.yml:19 ---- Delete veth interface lsr101 -------------------------------------------- 0.30s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/manage_test_interface.yml:45 linux-system-roles.network : Re-test connectivity ----------------------- 0.29s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/roles/linux-system-roles.network/tasks/main.yml:158 Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-bond_options_rewrite86ytuvfo/tests/playbooks/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---