# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_route_device_initscripts.yml *********************************** 2 plays in /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tests_route_device_initscripts.yml PLAY [Run playbook 'playbooks/tests_route_device.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tests_route_device_initscripts.yml:5 Friday 09 February 2024 20:05:42 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tests_route_device_initscripts.yml:8 Friday 09 February 2024 20:05:43 +0000 (0:00:00.803) 0:00:00.816 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/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_rewritez_g3g3fu/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 20:05:43 +0000 (0:00:00.012) 0:00:00.828 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/el_repo_setup.yml:17 Friday 09 February 2024 20:05:44 +0000 (0:00:00.371) 0:00:01.200 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/el_repo_setup.yml:22 Friday 09 February 2024 20:05:44 +0000 (0:00:00.266) 0:00:01.466 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/el_repo_setup.yml:26 Friday 09 February 2024 20:05:44 +0000 (0:00:00.027) 0:00:01.494 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/el_repo_setup.yml:51 Friday 09 February 2024 20:05:44 +0000 (0:00:00.015) 0:00:01.510 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/enable_epel.yml:8 Friday 09 February 2024 20:05:44 +0000 (0:00:00.036) 0:00:01.546 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/enable_epel.yml:24 Friday 09 February 2024 20:05:44 +0000 (0:00:00.261) 0:00:01.808 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/enable_epel.yml:30 Friday 09 February 2024 20:05:44 +0000 (0:00:00.033) 0:00:01.841 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/enable_epel.yml:35 Friday 09 February 2024 20:05:44 +0000 (0:00:00.022) 0:00:01.864 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.252885", "end": "2024-02-09 20:05:45.147440", "rc": 0, "start": "2024-02-09 20:05:44.894555" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/enable_epel.yml:40 Friday 09 February 2024 20:05:45 +0000 (0:00:00.448) 0:00:02.313 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tests_route_device_initscripts.yml:10 Friday 09 February 2024 20:05:45 +0000 (0:00:00.007) 0:00:02.321 ******* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Test output device of routes] ******************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:3 Friday 09 February 2024 20:05:45 +0000 (0:00:00.015) 0:00:02.336 ******* ok: [sut] TASK [Set type and interface0] ************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:11 Friday 09 February 2024 20:05:45 +0000 (0:00:00.643) 0:00:02.980 ******* ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Show interfaces] ********************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:15 Friday 09 February 2024 20:05:45 +0000 (0:00:00.019) 0:00:02.999 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:05:45 +0000 (0:00:00.019) 0:00:03.019 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:05:45 +0000 (0:00:00.019) 0:00:03.038 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003645", "end": "2024-02-09 20:05:46.081889", "rc": 0, "start": "2024-02-09 20:05:46.078244" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:05:46 +0000 (0:00:00.210) 0:00:03.248 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:05:46 +0000 (0:00:00.020) 0:00:03.268 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Manage test interface] *************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:17 Friday 09 February 2024 20:05:46 +0000 (0:00:00.018) 0:00:03.287 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 09 February 2024 20:05:46 +0000 (0:00:00.022) 0:00:03.309 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 09 February 2024 20:05:46 +0000 (0:00:00.025) 0:00:03.335 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 09 February 2024 20:05:46 +0000 (0:00:00.031) 0:00:03.366 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:05:46 +0000 (0:00:00.025) 0:00:03.392 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:05:46 +0000 (0:00:00.020) 0:00:03.412 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003752", "end": "2024-02-09 20:05:46.459054", "rc": 0, "start": "2024-02-09 20:05:46.455302" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:05:46 +0000 (0:00:00.213) 0:00:03.625 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:05:46 +0000 (0:00:00.018) 0:00:03.643 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 09 February 2024 20:05:46 +0000 (0:00:00.018) 0:00:03.662 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 09 February 2024 20:05:49 +0000 (0:00:02.869) 0:00:06.532 ******* ok: [sut] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.014541", "end": "2024-02-09 20:05:49.579799", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2024-02-09 20:05:49.565258" } ok: [sut] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.003992", "end": "2024-02-09 20:05:49.804695", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2024-02-09 20:05:49.800703" } ok: [sut] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.004365", "end": "2024-02-09 20:05:49.989029", "item": "ip link set ethtest0 up", "rc": 0, "start": "2024-02-09 20:05:49.984664" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 09 February 2024 20:05:50 +0000 (0:00:00.624) 0:00:07.156 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.030289", "end": "2024-02-09 20:05:50.219245", "rc": 0, "start": "2024-02-09 20:05:50.188956" } TASK [Delete veth interface ethtest0] ****************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 09 February 2024 20:05:50 +0000 (0:00:00.238) 0:00:07.395 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 09 February 2024 20:05:50 +0000 (0:00:00.021) 0:00:07.416 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 09 February 2024 20:05:50 +0000 (0:00:00.022) 0:00:07.439 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 09 February 2024 20:05:50 +0000 (0:00:00.024) 0:00:07.464 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 09 February 2024 20:05:50 +0000 (0:00:00.021) 0:00:07.485 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Assert device is present] ************************************************ task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:21 Friday 09 February 2024 20:05:50 +0000 (0:00:00.019) 0:00:07.504 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 February 2024 20:05:50 +0000 (0:00:00.021) 0:00:07.525 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:05:50 +0000 (0:00:00.031) 0:00:07.556 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707509149.5690804, "block_size": 4096, "blocks": 0, "ctime": 1707509149.5690804, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34543, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest0", "lnk_target": "../../devices/virtual/net/ethtest0", "mode": "0777", "mtime": 1707509149.5690804, "nlink": 1, "path": "/sys/class/net/ethtest0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'ethtest0'] *********************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 February 2024 20:05:50 +0000 (0:00:00.231) 0:00:07.788 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set interface1] ********************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:23 Friday 09 February 2024 20:05:50 +0000 (0:00:00.045) 0:00:07.834 ******* ok: [sut] => { "ansible_facts": { "interface": "ethtest1" }, "changed": false } TASK [Show interfaces] ********************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:26 Friday 09 February 2024 20:05:50 +0000 (0:00:00.043) 0:00:07.877 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:05:50 +0000 (0:00:00.023) 0:00:07.900 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:05:50 +0000 (0:00:00.030) 0:00:07.931 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003435", "end": "2024-02-09 20:05:50.990239", "rc": 0, "start": "2024-02-09 20:05:50.986804" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:05:51 +0000 (0:00:00.230) 0:00:08.162 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:05:51 +0000 (0:00:00.019) 0:00:08.181 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Manage test interface] *************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:28 Friday 09 February 2024 20:05:51 +0000 (0:00:00.020) 0:00:08.202 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 09 February 2024 20:05:51 +0000 (0:00:00.024) 0:00:08.226 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 09 February 2024 20:05:51 +0000 (0:00:00.020) 0:00:08.247 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 09 February 2024 20:05:51 +0000 (0:00:00.019) 0:00:08.266 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:05:51 +0000 (0:00:00.021) 0:00:08.287 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:05:51 +0000 (0:00:00.023) 0:00:08.311 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003636", "end": "2024-02-09 20:05:51.353641", "rc": 0, "start": "2024-02-09 20:05:51.350005" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:05:51 +0000 (0:00:00.207) 0:00:08.518 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:05:51 +0000 (0:00:00.018) 0:00:08.536 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 09 February 2024 20:05:51 +0000 (0:00:00.018) 0:00:08.555 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest1] ****************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 09 February 2024 20:05:54 +0000 (0:00:02.608) 0:00:11.164 ******* ok: [sut] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.012532", "end": "2024-02-09 20:05:54.210275", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2024-02-09 20:05:54.197743" } ok: [sut] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.004140", "end": "2024-02-09 20:05:54.441285", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2024-02-09 20:05:54.437145" } ok: [sut] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.004383", "end": "2024-02-09 20:05:54.639312", "item": "ip link set ethtest1 up", "rc": 0, "start": "2024-02-09 20:05:54.634929" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 09 February 2024 20:05:54 +0000 (0:00:00.647) 0:00:11.811 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.026421", "end": "2024-02-09 20:05:54.884342", "rc": 0, "start": "2024-02-09 20:05:54.857921" } TASK [Delete veth interface ethtest1] ****************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 09 February 2024 20:05:54 +0000 (0:00:00.249) 0:00:12.060 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 09 February 2024 20:05:54 +0000 (0:00:00.018) 0:00:12.079 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 09 February 2024 20:05:54 +0000 (0:00:00.021) 0:00:12.101 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 09 February 2024 20:05:54 +0000 (0:00:00.019) 0:00:12.121 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 09 February 2024 20:05:54 +0000 (0:00:00.019) 0:00:12.140 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Assert device is present] ************************************************ task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:32 Friday 09 February 2024 20:05:55 +0000 (0:00:00.019) 0:00:12.160 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 February 2024 20:05:55 +0000 (0:00:00.025) 0:00:12.186 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:05:55 +0000 (0:00:00.023) 0:00:12.210 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707509154.201984, "block_size": 4096, "blocks": 0, "ctime": 1707509154.201984, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest1", "lnk_target": "../../devices/virtual/net/ethtest1", "mode": "0777", "mtime": 1707509154.201984, "nlink": 1, "path": "/sys/class/net/ethtest1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'ethtest1'] *********************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 February 2024 20:05:55 +0000 (0:00:00.200) 0:00:12.410 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 20:05:55 +0000 (0:00:00.020) 0:00:12.431 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 February 2024 20:05:55 +0000 (0:00:00.024) 0:00:12.456 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 February 2024 20:05:55 +0000 (0:00:00.019) 0:00:12.476 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 February 2024 20:05:55 +0000 (0:00:00.019) 0:00:12.495 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 February 2024 20:05:55 +0000 (0:00:00.019) 0:00:12.514 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 February 2024 20:05:57 +0000 (0:00:01.703) 0:00:14.218 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 20:05:58 +0000 (0:00:01.604) 0:00:15.823 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 20:05:58 +0000 (0:00:00.035) 0:00:15.858 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 20:05:58 +0000 (0:00:00.040) 0:00:15.898 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 20:05:58 +0000 (0:00:00.042) 0:00:15.941 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 20:05:58 +0000 (0:00:00.071) 0:00:16.012 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 20:05:58 +0000 (0:00:00.056) 0:00:16.068 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 20:05:58 +0000 (0:00:00.047) 0:00:16.116 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 20:05:59 +0000 (0:00:00.057) 0:00:16.174 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 20:05:59 +0000 (0:00:00.034) 0:00:16.208 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 20:05:59 +0000 (0:00:00.030) 0:00:16.239 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 20:05:59 +0000 (0:00:00.583) 0:00:16.822 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-109755e33172b/tmpnm47orld" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 20:05:59 +0000 (0:00:00.318) 0:00:17.141 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/24", "2001:db8::2/32" ], "route": [ { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.10.64", "prefix": 26 }, { "gateway": "2001:db8::1", "metric": 2, "network": "2001:db6::4", "prefix": 128 } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" }, { "autoconnect": false, "interface_name": "ethtest1", "ip": { "address": [ "198.51.100.6/24", "2001:db8::4/32" ], "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.12.128", "prefix": 26 } ] }, "name": "ethtest1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [005] #0, state:up persistent_state:present, 'ethtest0': add ifcfg-rh profile 'ethtest0' [006] #1, state:up persistent_state:present, 'ethtest1': add ifcfg-rh profile 'ethtest1' [007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0 (is-modified) [008] #0, state:up persistent_state:present, 'ethtest0': call 'ifup ethtest0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface ethtest0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface ethtest0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [009] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1 (is-modified) [010] #1, state:up persistent_state:present, 'ethtest1': call 'ifup ethtest1': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface ethtest1 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface ethtest1 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 20:06:12 +0000 (0:00:12.878) 0:00:30.019 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 20:06:12 +0000 (0:00:00.034) 0:00:30.053 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[005] #0, state:up persistent_state:present, 'ethtest0': add ifcfg-rh profile 'ethtest0'", "[006] #1, state:up persistent_state:present, 'ethtest1': add ifcfg-rh profile 'ethtest1'", "[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0 (is-modified)", "[008] #0, state:up persistent_state:present, 'ethtest0': call 'ifup ethtest0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface ethtest0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface ethtest0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[009] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1 (is-modified)", "[010] #1, state:up persistent_state:present, 'ethtest1': call 'ifup ethtest1': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface ethtest1 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface ethtest1 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 20:06:12 +0000 (0:00:00.034) 0:00:30.088 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/24", "2001:db8::2/32" ], "route": [ { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.10.64", "prefix": 26 }, { "gateway": "2001:db8::1", "metric": 2, "network": "2001:db6::4", "prefix": 128 } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" }, { "autoconnect": false, "interface_name": "ethtest1", "ip": { "address": [ "198.51.100.6/24", "2001:db8::4/32" ], "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.12.128", "prefix": 26 } ] }, "name": "ethtest1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[005] #0, state:up persistent_state:present, 'ethtest0': add ifcfg-rh profile 'ethtest0'\n[006] #1, state:up persistent_state:present, 'ethtest1': add ifcfg-rh profile 'ethtest1'\n[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0 (is-modified)\n[008] #0, state:up persistent_state:present, 'ethtest0': call 'ifup ethtest0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface ethtest0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface ethtest0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[009] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1 (is-modified)\n[010] #1, state:up persistent_state:present, 'ethtest1': call 'ifup ethtest1': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface ethtest1 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface ethtest1 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[005] #0, state:up persistent_state:present, 'ethtest0': add ifcfg-rh profile 'ethtest0'", "[006] #1, state:up persistent_state:present, 'ethtest1': add ifcfg-rh profile 'ethtest1'", "[007] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0 (is-modified)", "[008] #0, state:up persistent_state:present, 'ethtest0': call 'ifup ethtest0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface ethtest0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface ethtest0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[009] #1, state:up persistent_state:present, 'ethtest1': up connection ethtest1 (is-modified)", "[010] #1, state:up persistent_state:present, 'ethtest1': call 'ifup ethtest1': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface ethtest1 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface ethtest1 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 20:06:12 +0000 (0:00:00.031) 0:00:30.119 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 20:06:13 +0000 (0:00:00.029) 0:00:30.148 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the IPv4 routes from the route table main] *************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:73 Friday 09 February 2024 20:06:13 +0000 (0:00:00.309) 0:00:30.458 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-4", "route" ], "delta": "0:00:00.003924", "end": "2024-02-09 20:06:13.500821", "rc": 0, "start": "2024-02-09 20:06:13.496897" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.100 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.100 metric 100 169.254.0.0/16 dev ethtest0 scope link metric 1046 169.254.0.0/16 dev ethtest1 scope link metric 1048 198.51.10.64/26 via 198.51.100.6 dev ethtest0 metric 4 198.51.12.128/26 via 198.51.100.1 dev ethtest1 metric 2 198.51.100.0/24 dev ethtest0 proto kernel scope link src 198.51.100.3 198.51.100.0/24 dev ethtest1 proto kernel scope link src 198.51.100.6 TASK [Assert that the route table main contains the specified IPv4 routes] ***** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:78 Friday 09 February 2024 20:06:13 +0000 (0:00:00.232) 0:00:30.691 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the IPv6 routes from the route table main] *************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:89 Friday 09 February 2024 20:06:13 +0000 (0:00:00.051) 0:00:30.743 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003972", "end": "2024-02-09 20:06:13.787528", "rc": 0, "start": "2024-02-09 20:06:13.783556" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db6::4 via 2001:db8::1 dev ethtest0 metric 2 pref medium 2001:db8::/32 dev ethtest0 proto kernel metric 256 pref medium 2001:db8::/32 dev ethtest1 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerethtest0 proto kernel metric 256 pref medium fe80::/64 dev peerethtest1 proto kernel metric 256 pref medium fe80::/64 dev ethtest0 proto kernel metric 256 pref medium fe80::/64 dev ethtest1 proto kernel metric 256 pref medium TASK [Assert that the route table main contains the specified IPv6 routes] ***** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:94 Friday 09 February 2024 20:06:13 +0000 (0:00:00.218) 0:00:30.962 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the interface1 MAC address] ****************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:99 Friday 09 February 2024 20:06:13 +0000 (0:00:00.053) 0:00:31.016 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/sys/class/net/ethtest1/address" ], "delta": "0:00:00.003217", "end": "2024-02-09 20:06:14.050008", "rc": 0, "start": "2024-02-09 20:06:14.046791" } STDOUT: da:f9:36:8b:da:ad TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 20:06:14 +0000 (0:00:00.214) 0:00:31.231 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 February 2024 20:06:14 +0000 (0:00:00.052) 0:00:31.283 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 February 2024 20:06:14 +0000 (0:00:00.041) 0:00:31.324 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 February 2024 20:06:14 +0000 (0:00:00.033) 0:00:31.358 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 February 2024 20:06:14 +0000 (0:00:00.031) 0:00:31.389 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 February 2024 20:06:15 +0000 (0:00:01.609) 0:00:32.999 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 20:06:17 +0000 (0:00:01.350) 0:00:34.349 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 20:06:17 +0000 (0:00:00.032) 0:00:34.381 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 20:06:17 +0000 (0:00:00.030) 0:00:34.411 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 20:06:17 +0000 (0:00:00.035) 0:00:34.446 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 20:06:17 +0000 (0:00:00.064) 0:00:34.511 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 20:06:17 +0000 (0:00:00.039) 0:00:34.550 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 20:06:17 +0000 (0:00:00.065) 0:00:34.616 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 20:06:17 +0000 (0:00:00.040) 0:00:34.657 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 20:06:17 +0000 (0:00:00.037) 0:00:34.695 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 20:06:17 +0000 (0:00:00.040) 0:00:34.736 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 20:06:17 +0000 (0:00:00.405) 0:00:35.141 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-109755e33172b/tmpa0msx48z" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 20:06:18 +0000 (0:00:00.339) 0:00:35.480 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "address": [ "198.51.100.4/24", "2001:db8::6/32" ], "route": [ { "gateway": "198.51.100.102", "metric": 4, "network": "198.58.10.64", "prefix": 26 } ] }, "mac": "da:f9:36:8b:da:ad", "name": "ethtest1", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:None persistent_state:present, 'ethtest1': The connection ethtest1 does not specify an interface name. Therefore, the route to 198.58.10.64/26 will be configured without the output device and the kernel will choose it automatically which might result in an unwanted device being used. To avoid this, specify `interface_name` in the connection appropriately. [004] #0, state:None persistent_state:present, 'ethtest1': update ifcfg-rh profile 'ethtest1' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 20:06:18 +0000 (0:00:00.311) 0:00:35.792 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 20:06:18 +0000 (0:00:00.032) 0:00:35.825 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:None persistent_state:present, 'ethtest1': The connection ethtest1 does not specify an interface name. Therefore, the route to 198.58.10.64/26 will be configured without the output device and the kernel will choose it automatically which might result in an unwanted device being used. To avoid this, specify `interface_name` in the connection appropriately.", "[004] #0, state:None persistent_state:present, 'ethtest1': update ifcfg-rh profile 'ethtest1'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 20:06:18 +0000 (0:00:00.036) 0:00:35.862 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "address": [ "198.51.100.4/24", "2001:db8::6/32" ], "route": [ { "gateway": "198.51.100.102", "metric": 4, "network": "198.58.10.64", "prefix": 26 } ] }, "mac": "da:f9:36:8b:da:ad", "name": "ethtest1", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:None persistent_state:present, 'ethtest1': The connection ethtest1 does not specify an interface name. Therefore, the route to 198.58.10.64/26 will be configured without the output device and the kernel will choose it automatically which might result in an unwanted device being used. To avoid this, specify `interface_name` in the connection appropriately.\n[004] #0, state:None persistent_state:present, 'ethtest1': update ifcfg-rh profile 'ethtest1'\n", "stderr_lines": [ "[003] #0, state:None persistent_state:present, 'ethtest1': The connection ethtest1 does not specify an interface name. Therefore, the route to 198.58.10.64/26 will be configured without the output device and the kernel will choose it automatically which might result in an unwanted device being used. To avoid this, specify `interface_name` in the connection appropriately.", "[004] #0, state:None persistent_state:present, 'ethtest1': update ifcfg-rh profile 'ethtest1'" ], "warnings": [ "[003] #0, state:None persistent_state:present, 'ethtest1': The connection ethtest1 does not specify an interface name. Therefore, the route to 198.58.10.64/26 will be configured without the output device and the kernel will choose it automatically which might result in an unwanted device being used. To avoid this, specify `interface_name` in the connection appropriately." ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 20:06:18 +0000 (0:00:00.036) 0:00:35.899 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 20:06:18 +0000 (0:00:00.033) 0:00:35.932 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert that the warning about specifying the route without the output device is logged for initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:122 Friday 09 February 2024 20:06:19 +0000 (0:00:00.252) 0:00:36.185 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that no warning is logged for nm provider] ************************ task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:129 Friday 09 February 2024 20:06:19 +0000 (0:00:00.056) 0:00:36.241 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Bring down test devices and profiles] ************************************ task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:140 Friday 09 February 2024 20:06:19 +0000 (0:00:00.030) 0:00:36.272 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 20:06:19 +0000 (0:00:00.056) 0:00:36.328 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 February 2024 20:06:19 +0000 (0:00:00.093) 0:00:36.421 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 February 2024 20:06:19 +0000 (0:00:00.071) 0:00:36.492 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 February 2024 20:06:19 +0000 (0:00:00.055) 0:00:36.548 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 February 2024 20:06:19 +0000 (0:00:00.075) 0:00:36.624 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 February 2024 20:06:21 +0000 (0:00:01.664) 0:00:38.288 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 20:06:22 +0000 (0:00:01.354) 0:00:39.643 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 20:06:22 +0000 (0:00:00.034) 0:00:39.678 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 20:06:22 +0000 (0:00:00.033) 0:00:39.711 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 20:06:22 +0000 (0:00:00.039) 0:00:39.751 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 20:06:22 +0000 (0:00:00.068) 0:00:39.819 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 20:06:22 +0000 (0:00:00.040) 0:00:39.860 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 20:06:22 +0000 (0:00:00.033) 0:00:39.893 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 20:06:22 +0000 (0:00:00.035) 0:00:39.929 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 20:06:22 +0000 (0:00:00.060) 0:00:39.989 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 20:06:22 +0000 (0:00:00.031) 0:00:40.021 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 20:06:23 +0000 (0:00:00.412) 0:00:40.434 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-109755e33172b/tmp873knhhe" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 20:06:23 +0000 (0:00:00.348) 0:00:40.783 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent", "state": "down" }, { "name": "ethtest1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [008] #0, state:down persistent_state:absent, 'ethtest0': up connection ethtest0 (active) [009] #0, state:down persistent_state:absent, 'ethtest0': call 'ifdown ethtest0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [010] #1, state:down persistent_state:absent, 'ethtest1': up connection ethtest1 (active) [011] #1, state:down persistent_state:absent, 'ethtest1': call 'ifdown ethtest1': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [012] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-ethtest0' [013] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route-ethtest0' [014] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route6-ethtest0' [015] #1, state:down persistent_state:absent, 'ethtest1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-ethtest1' [016] #1, state:down persistent_state:absent, 'ethtest1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route-ethtest1' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 20:06:24 +0000 (0:00:00.662) 0:00:41.445 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 20:06:24 +0000 (0:00:00.029) 0:00:41.475 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[008] #0, state:down persistent_state:absent, 'ethtest0': up connection ethtest0 (active)", "[009] #0, state:down persistent_state:absent, 'ethtest0': call 'ifdown ethtest0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[010] #1, state:down persistent_state:absent, 'ethtest1': up connection ethtest1 (active)", "[011] #1, state:down persistent_state:absent, 'ethtest1': call 'ifdown ethtest1': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[012] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-ethtest0'", "[013] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route-ethtest0'", "[014] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route6-ethtest0'", "[015] #1, state:down persistent_state:absent, 'ethtest1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-ethtest1'", "[016] #1, state:down persistent_state:absent, 'ethtest1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route-ethtest1'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 20:06:24 +0000 (0:00:00.032) 0:00:41.508 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent", "state": "down" }, { "name": "ethtest1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[008] #0, state:down persistent_state:absent, 'ethtest0': up connection ethtest0 (active)\n[009] #0, state:down persistent_state:absent, 'ethtest0': call 'ifdown ethtest0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[010] #1, state:down persistent_state:absent, 'ethtest1': up connection ethtest1 (active)\n[011] #1, state:down persistent_state:absent, 'ethtest1': call 'ifdown ethtest1': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[012] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-ethtest0'\n[013] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route-ethtest0'\n[014] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route6-ethtest0'\n[015] #1, state:down persistent_state:absent, 'ethtest1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-ethtest1'\n[016] #1, state:down persistent_state:absent, 'ethtest1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route-ethtest1'\n", "stderr_lines": [ "[008] #0, state:down persistent_state:absent, 'ethtest0': up connection ethtest0 (active)", "[009] #0, state:down persistent_state:absent, 'ethtest0': call 'ifdown ethtest0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[010] #1, state:down persistent_state:absent, 'ethtest1': up connection ethtest1 (active)", "[011] #1, state:down persistent_state:absent, 'ethtest1': call 'ifdown ethtest1': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[012] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-ethtest0'", "[013] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route-ethtest0'", "[014] #0, state:down persistent_state:absent, 'ethtest0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route6-ethtest0'", "[015] #1, state:down persistent_state:absent, 'ethtest1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-ethtest1'", "[016] #1, state:down persistent_state:absent, 'ethtest1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/route-ethtest1'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 20:06:24 +0000 (0:00:00.036) 0:00:41.544 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 20:06:24 +0000 (0:00:00.043) 0:00:41.588 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Delete interface1] ******************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:151 Friday 09 February 2024 20:06:24 +0000 (0:00:00.251) 0:00:41.839 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/delete_interface.yml:3 Friday 09 February 2024 20:06:24 +0000 (0:00:00.062) 0:00:41.901 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.017307", "end": "2024-02-09 20:06:24.984080", "rc": 0, "start": "2024-02-09 20:06:24.966773" } TASK [Assert interface1 is absent] ********************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:153 Friday 09 February 2024 20:06:25 +0000 (0:00:00.260) 0:00:42.162 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 09 February 2024 20:06:25 +0000 (0:00:00.043) 0:00:42.206 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:06:25 +0000 (0:00:00.070) 0:00:42.276 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest1'] ************************ task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 09 February 2024 20:06:25 +0000 (0:00:00.217) 0:00:42.494 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set interface0] ********************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:155 Friday 09 February 2024 20:06:25 +0000 (0:00:00.039) 0:00:42.534 ******* ok: [sut] => { "ansible_facts": { "interface": "ethtest0" }, "changed": false } TASK [Delete interface0] ******************************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:158 Friday 09 February 2024 20:06:25 +0000 (0:00:00.040) 0:00:42.574 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/delete_interface.yml:3 Friday 09 February 2024 20:06:25 +0000 (0:00:00.057) 0:00:42.631 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.015679", "end": "2024-02-09 20:06:25.679858", "rc": 0, "start": "2024-02-09 20:06:25.664179" } TASK [Assert interface0 is absent] ********************************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:160 Friday 09 February 2024 20:06:25 +0000 (0:00:00.236) 0:00:42.867 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 09 February 2024 20:06:25 +0000 (0:00:00.049) 0:00:42.917 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:06:25 +0000 (0:00:00.042) 0:00:42.959 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 09 February 2024 20:06:26 +0000 (0:00:00.217) 0:00:43.177 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert interface0 profile and interface1 profile are absent] ************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:162 Friday 09 February 2024 20:06:26 +0000 (0:00:00.059) 0:00:43.236 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=ethtest0) included: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=ethtest1) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 09 February 2024 20:06:26 +0000 (0:00:00.070) 0:00:43.306 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/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_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 February 2024 20:06:26 +0000 (0:00:00.079) 0:00:43.386 ******* 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_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 February 2024 20:06:26 +0000 (0:00:00.037) 0:00:43.424 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 February 2024 20:06:26 +0000 (0:00:00.210) 0:00:43.634 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 February 2024 20:06:26 +0000 (0:00:00.029) 0:00:43.663 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc", "delta": "0:00:00.021254", "end": "2024-02-09 20:06:26.724356", "rc": 1, "start": "2024-02-09 20:06:26.703102" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 February 2024 20:06:26 +0000 (0:00:00.249) 0:00:43.913 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-ethtest0] *********************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 February 2024 20:06:26 +0000 (0:00:00.046) 0:00:43.959 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ******************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 February 2024 20:06:26 +0000 (0:00:00.079) 0:00:44.039 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-ethtest0] *************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 February 2024 20:06:26 +0000 (0:00:00.047) 0:00:44.086 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-ethtest0] ************************ task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 February 2024 20:06:27 +0000 (0:00:00.064) 0:00:44.151 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'ethtest0'] ************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 09 February 2024 20:06:27 +0000 (0:00:00.046) 0:00:44.197 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 09 February 2024 20:06:27 +0000 (0:00:00.053) 0:00:44.251 ******* included: /WORKDIR/git-bond_options_rewritez_g3g3fu/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_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 February 2024 20:06:27 +0000 (0:00:00.057) 0:00:44.308 ******* 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_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 February 2024 20:06:27 +0000 (0:00:00.043) 0:00:44.352 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 February 2024 20:06:27 +0000 (0:00:00.222) 0:00:44.574 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 February 2024 20:06:27 +0000 (0:00:00.039) 0:00:44.613 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest1 | grep /etc", "delta": "0:00:00.020592", "end": "2024-02-09 20:06:27.670107", "rc": 1, "start": "2024-02-09 20:06:27.649515" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 February 2024 20:06:27 +0000 (0:00:00.232) 0:00:44.846 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-ethtest1] *********************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 February 2024 20:06:27 +0000 (0:00:00.061) 0:00:44.907 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-ethtest1] ******************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 February 2024 20:06:27 +0000 (0:00:00.037) 0:00:44.945 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-ethtest1] *************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 February 2024 20:06:27 +0000 (0:00:00.039) 0:00:44.984 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-ethtest1] ************************ task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 February 2024 20:06:27 +0000 (0:00:00.033) 0:00:45.018 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'ethtest1'] ************************** task path: /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 09 February 2024 20:06:27 +0000 (0:00:00.038) 0:00:45.056 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=109 changed=3 unreachable=0 failed=0 skipped=70 rescued=0 ignored=2 Friday 09 February 2024 20:06:27 +0000 (0:00:00.070) 0:00:45.127 ******* =============================================================================== fedora.linux_system_roles.network : Configure networking connection profiles -- 12.88s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Install iproute --------------------------------------------------------- 2.87s /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 1.70s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.66s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.61s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.60s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.35s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.35s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.80s /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tests_route_device_initscripts.yml:5 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.66s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Create veth interface ethtest1 ------------------------------------------ 0.65s /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 0.64s /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tests_route_device.yml:3 Create veth interface ethtest0 ------------------------------------------ 0.62s /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Enable network service -------------- 0.58s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/enable_epel.yml:35 ------ fedora.linux_system_roles.network : Enable network service -------------- 0.41s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 fedora.linux_system_roles.network : Enable network service -------------- 0.41s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-bond_options_rewritez_g3g3fu/tests/tasks/el_repo_setup.yml:3 ----- fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.35s /WORKDIR/git-bond_options_rewritez_g3g3fu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: [003] #0, state:None persistent_state:present, 'ethtest1': The connection ethtest1 does not specify an interface name. Therefore, the route to 198.58.10.64/26 will be configured without the output device and the kernel will choose it automatically which might result in an unwanted device being used. To avoid this, specify `interface_name` in the connection appropriately. ---^---^---^---^---^---