# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_network_state_nm.yml ******************************************* 2 plays in /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tests_network_state_nm.yml PLAY [Run playbook 'playbooks/tests_network_state.yml' with nm as provider] **** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tests_network_state_nm.yml:6 Friday 15 March 2024 15:25:15 +0000 (0:00:00.013) 0:00:00.014 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tests_network_state_nm.yml:9 Friday 15 March 2024 15:25:16 +0000 (0:00:01.131) 0:00:01.145 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/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-nm_plugin_hotfix5rc8sjdu/tests/tasks/el_repo_setup.yml:3 Friday 15 March 2024 15:25:16 +0000 (0:00:00.057) 0:00:01.202 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/el_repo_setup.yml:19 Friday 15 March 2024 15:25:16 +0000 (0:00:00.558) 0:00:01.761 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/el_repo_setup.yml:24 Friday 15 March 2024 15:25:17 +0000 (0:00:00.253) 0:00:02.014 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/el_repo_setup.yml:28 Friday 15 March 2024 15:25:17 +0000 (0:00:00.023) 0:00:02.038 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/el_repo_setup.yml:53 Friday 15 March 2024 15:25:17 +0000 (0:00:00.019) 0:00:02.057 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/enable_epel.yml:8 Friday 15 March 2024 15:25:17 +0000 (0:00:00.035) 0:00:02.093 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/enable_epel.yml:24 Friday 15 March 2024 15:25:17 +0000 (0:00:00.012) 0:00:02.105 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/enable_epel.yml:30 Friday 15 March 2024 15:25:17 +0000 (0:00:00.010) 0:00:02.115 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/enable_epel.yml:35 Friday 15 March 2024 15:25:17 +0000 (0:00:00.013) 0:00:02.129 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tasks/enable_epel.yml:40 Friday 15 March 2024 15:25:17 +0000 (0:00:00.010) 0:00:02.139 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tests_network_state_nm.yml:11 Friday 15 March 2024 15:25:17 +0000 (0:00:00.011) 0:00:02.150 ********** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for configuring network using network state variable] *************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:3 Friday 15 March 2024 15:25:17 +0000 (0:00:00.030) 0:00:02.181 ********** ok: [sut] META: ran handlers TASK [Set type=veth and interface=ethtest0] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:12 Friday 15 March 2024 15:25:18 +0000 (0:00:00.782) 0:00:02.963 ********** ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:16 Friday 15 March 2024 15:25:18 +0000 (0:00:00.014) 0:00:02.978 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:25:18 +0000 (0:00:00.037) 0:00:03.016 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:25:18 +0000 (0:00:00.015) 0:00:03.031 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003872", "end": "2024-03-15 15:25:18.500770", "rc": 0, "start": "2024-03-15 15:25:18.496898" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:25:18 +0000 (0:00:00.310) 0:00:03.341 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:25:18 +0000 (0:00:00.025) 0:00:03.367 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:18 Friday 15 March 2024 15:25:18 +0000 (0:00:00.028) 0:00:03.396 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:25:18 +0000 (0:00:00.038) 0:00:03.435 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:25:18 +0000 (0:00:00.013) 0:00:03.449 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:25:18 +0000 (0:00:00.013) 0:00:03.463 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:25:18 +0000 (0:00:00.020) 0:00:03.484 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:25:18 +0000 (0:00:00.016) 0:00:03.500 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005074", "end": "2024-03-15 15:25:19.910168", "rc": 0, "start": "2024-03-15 15:25:18.905094" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:25:19 +0000 (0:00:01.213) 0:00:04.713 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:25:19 +0000 (0:00:00.014) 0:00:04.727 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:25:19 +0000 (0:00:00.014) 0:00:04.742 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:28 Friday 15 March 2024 15:25:22 +0000 (0:00:02.636) 0:00:07.379 ********** 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.005754", "end": "2024-03-15 15:25:22.798113", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2024-03-15 15:25:22.792359" } ok: [sut] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.003948", "end": "2024-03-15 15:25:23.068407", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2024-03-15 15:25:23.064459" } ok: [sut] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.004562", "end": "2024-03-15 15:25:23.276645", "item": "ip link set ethtest0 up", "rc": 0, "start": "2024-03-15 15:25:23.272083" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:37 Friday 15 March 2024 15:25:23 +0000 (0:00:00.702) 0:00:08.082 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.024633", "end": "2024-03-15 15:25:23.521173", "rc": 0, "start": "2024-03-15 15:25:23.496540" } TASK [Delete veth interface ethtest0] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 15 March 2024 15:25:23 +0000 (0:00:00.244) 0:00:08.326 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:52 Friday 15 March 2024 15:25:23 +0000 (0:00:00.015) 0:00:08.342 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:58 Friday 15 March 2024 15:25:23 +0000 (0:00:00.014) 0:00:08.356 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:25:23 +0000 (0:00:00.015) 0:00:08.372 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:71 Friday 15 March 2024 15:25:23 +0000 (0:00:00.013) 0:00:08.386 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:22 Friday 15 March 2024 15:25:23 +0000 (0:00:00.012) 0:00:08.398 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:25:23 +0000 (0:00:00.030) 0:00:08.428 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:25:23 +0000 (0:00:00.019) 0:00:08.448 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710516322.7965531, "block_size": 4096, "blocks": 0, "ctime": 1710516322.7965531, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37018, "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": 1710516322.7965531, "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-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:25:23 +0000 (0:00:00.207) 0:00:08.656 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set type=veth and interface=ethtest1] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:24 Friday 15 March 2024 15:25:23 +0000 (0:00:00.017) 0:00:08.674 ********** ok: [sut] => { "ansible_facts": { "interface": "ethtest1", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:28 Friday 15 March 2024 15:25:23 +0000 (0:00:00.013) 0:00:08.688 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:25:23 +0000 (0:00:00.042) 0:00:08.730 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:25:23 +0000 (0:00:00.017) 0:00:08.747 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003779", "end": "2024-03-15 15:25:24.187510", "rc": 0, "start": "2024-03-15 15:25:24.183731" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:25:24 +0000 (0:00:00.253) 0:00:09.000 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:25:24 +0000 (0:00:00.021) 0:00:09.021 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:30 Friday 15 March 2024 15:25:24 +0000 (0:00:00.026) 0:00:09.048 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:25:24 +0000 (0:00:00.039) 0:00:09.088 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:25:24 +0000 (0:00:00.015) 0:00:09.103 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:25:24 +0000 (0:00:00.021) 0:00:09.125 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:25:24 +0000 (0:00:00.017) 0:00:09.142 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:25:24 +0000 (0:00:00.016) 0:00:09.159 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003898", "end": "2024-03-15 15:25:24.578259", "rc": 0, "start": "2024-03-15 15:25:24.574361" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:25:24 +0000 (0:00:00.234) 0:00:09.393 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:25:24 +0000 (0:00:00.020) 0:00:09.413 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:25:24 +0000 (0:00:00.018) 0:00:09.432 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:28 Friday 15 March 2024 15:25:27 +0000 (0:00:02.582) 0:00:12.015 ********** 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.008774", "end": "2024-03-15 15:25:27.437750", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2024-03-15 15:25:27.428976" } ok: [sut] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.004246", "end": "2024-03-15 15:25:27.696609", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2024-03-15 15:25:27.692363" } ok: [sut] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.004198", "end": "2024-03-15 15:25:27.932450", "item": "ip link set ethtest1 up", "rc": 0, "start": "2024-03-15 15:25:27.928252" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:37 Friday 15 March 2024 15:25:27 +0000 (0:00:00.724) 0:00:12.740 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.024077", "end": "2024-03-15 15:25:28.192486", "rc": 0, "start": "2024-03-15 15:25:28.168409" } TASK [Delete veth interface ethtest1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 15 March 2024 15:25:28 +0000 (0:00:00.256) 0:00:12.997 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:52 Friday 15 March 2024 15:25:28 +0000 (0:00:00.013) 0:00:13.010 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:58 Friday 15 March 2024 15:25:28 +0000 (0:00:00.018) 0:00:13.028 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:25:28 +0000 (0:00:00.013) 0:00:13.042 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:71 Friday 15 March 2024 15:25:28 +0000 (0:00:00.020) 0:00:13.064 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:34 Friday 15 March 2024 15:25:28 +0000 (0:00:00.043) 0:00:13.107 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:25:28 +0000 (0:00:00.038) 0:00:13.146 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:25:28 +0000 (0:00:00.036) 0:00:13.182 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710516327.4331415, "block_size": 4096, "blocks": 0, "ctime": 1710516327.4331415, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37604, "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": 1710516327.4331415, "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-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:25:28 +0000 (0:00:00.223) 0:00:13.406 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:25:28 +0000 (0:00:00.024) 0:00:13.430 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:25:28 +0000 (0:00:00.070) 0:00:13.501 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:25:28 +0000 (0:00:00.041) 0:00:13.542 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:25:28 +0000 (0:00:00.070) 0:00:13.613 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:25:28 +0000 (0:00:00.034) 0:00:13.648 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:25:32 +0000 (0:00:03.431) 0:00:17.079 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:25:33 +0000 (0:00:01.235) 0:00:18.315 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:25:33 +0000 (0:00:00.031) 0:00:18.347 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:25:33 +0000 (0:00:00.030) 0:00:18.378 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:25:33 +0000 (0:00:00.031) 0:00:18.410 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:25:33 +0000 (0:00:00.034) 0:00:18.444 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:25:33 +0000 (0:00:00.037) 0:00:18.482 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:25:33 +0000 (0:00:00.033) 0:00:18.515 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:25:33 +0000 (0:00:00.050) 0:00:18.566 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nmstate-2.2.21-2.fc38.x86_64" ] } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:25:54 +0000 (0:00:20.351) 0:00:38.918 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nmstate-libs-2.2.21-2.fc38.x86_64", "Installed: NetworkManager-config-server-1:1.42.8-1.fc38.noarch", "Installed: python3-libnmstate-2.2.21-2.fc38.x86_64" ] } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:25:57 +0000 (0:00:03.568) 0:00:42.486 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:25:57 +0000 (0:00:00.045) 0:00:42.531 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:25:58 +0000 (0:00:00.832) 0:00:43.364 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:25:58 +0000 (0:00:00.040) 0:00:43.405 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:25:58 +0000 (0:00:00.139) 0:00:43.544 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:25:58 +0000 (0:00:00.056) 0:00:43.601 ********** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:25:59 +0000 (0:00:00.565) 0:00:44.166 ********** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm", "running": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::102c:f1ff:fed9:b82f", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "12:2C:F1:D9:B8:2F", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::b0cd:72ff:fe5c:817a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "B2:CD:72:5C:81:7A", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::cc29:9dff:fe7b:d69f", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CE:29:9D:7B:D6:9F", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::98eb:c1ff:febe:48ca", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9A:EB:C1:BE:48:CA", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::d4f8:f7ff:fe69:bc75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "D6:F8:F7:69:BC:75", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:25:59 +0000 (0:00:00.570) 0:00:44.737 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:25:59 +0000 (0:00:00.033) 0:00:44.770 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:26:00 +0000 (0:00:00.033) 0:00:44.803 ********** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm", "running": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::102c:f1ff:fed9:b82f", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "12:2C:F1:D9:B8:2F", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::b0cd:72ff:fe5c:817a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "B2:CD:72:5C:81:7A", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::cc29:9dff:fe7b:d69f", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CE:29:9D:7B:D6:9F", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::98eb:c1ff:febe:48ca", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9A:EB:C1:BE:48:CA", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::d4f8:f7ff:fe69:bc75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "D6:F8:F7:69:BC:75", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:26:00 +0000 (0:00:00.038) 0:00:44.842 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the ethtest0 state configuration] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:75 Friday 15 March 2024 15:26:00 +0000 (0:00:00.347) 0:00:45.190 ********** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest0" ], "delta": "0:00:00.044535", "end": "2024-03-15 15:26:00.644068", "rc": 0, "start": "2024-03-15 15:26:00.599533" } STDOUT: dns-resolver: {} route-rules: {} routes: {} interfaces: - name: ethtest0 profile-name: Wired connection 1 type: veth state: up mac-address: B2:CD:72:5C:81:7A mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 ipv6: enabled: true dhcp: false autoconf: false address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::b0cd:72ff:fe5c:817a prefix-length: 64 addr-gen-mode: eui64 mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest0 TASK [Get the ethtest1 state configuration] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:81 Friday 15 March 2024 15:26:00 +0000 (0:00:00.283) 0:00:45.474 ********** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest1" ], "delta": "0:00:00.043412", "end": "2024-03-15 15:26:00.957240", "rc": 0, "start": "2024-03-15 15:26:00.913828" } STDOUT: dns-resolver: {} route-rules: {} routes: {} interfaces: - name: ethtest1 profile-name: Wired connection 2 type: veth state: up mac-address: CE:29:9D:7B:D6:9F mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: fe80::cc29:9dff:fe7b:d69f prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest1 TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:87 Friday 15 March 2024 15:26:00 +0000 (0:00:00.300) 0:00:45.774 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:96 Friday 15 March 2024 15:26:01 +0000 (0:00:00.155) 0:00:45.929 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:26:01 +0000 (0:00:00.038) 0:00:45.968 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:26:01 +0000 (0:00:00.059) 0:00:46.027 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:26:01 +0000 (0:00:00.042) 0:00:46.070 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:26:01 +0000 (0:00:00.040) 0:00:46.110 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:26:01 +0000 (0:00:00.067) 0:00:46.178 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:26:03 +0000 (0:00:02.361) 0:00:48.540 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:26:04 +0000 (0:00:00.957) 0:00:49.497 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:26:04 +0000 (0:00:00.050) 0:00:49.548 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:26:04 +0000 (0:00:00.038) 0:00:49.587 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:26:04 +0000 (0:00:00.037) 0:00:49.624 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:26:04 +0000 (0:00:00.049) 0:00:49.674 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:26:04 +0000 (0:00:00.032) 0:00:49.707 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:26:04 +0000 (0:00:00.040) 0:00:49.747 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:26:05 +0000 (0:00:00.071) 0:00:49.819 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:26:07 +0000 (0:00:02.549) 0:00:52.368 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:26:10 +0000 (0:00:03.190) 0:00:55.559 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:26:10 +0000 (0:00:00.034) 0:00:55.594 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:26:11 +0000 (0:00:00.595) 0:00:56.189 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:26:11 +0000 (0:00:00.047) 0:00:56.236 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:26:11 +0000 (0:00:00.090) 0:00:56.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:26:11 +0000 (0:00:00.090) 0:00:56.417 ********** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:26:12 +0000 (0:00:00.463) 0:00:56.880 ********** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm", "running": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::102c:f1ff:fed9:b82f", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "12:2C:F1:D9:B8:2F", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::b0cd:72ff:fe5c:817a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "B2:CD:72:5C:81:7A", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::cc29:9dff:fe7b:d69f", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CE:29:9D:7B:D6:9F", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::98eb:c1ff:febe:48ca", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9A:EB:C1:BE:48:CA", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::d4f8:f7ff:fe69:bc75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "D6:F8:F7:69:BC:75", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:26:12 +0000 (0:00:00.494) 0:00:57.374 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:26:12 +0000 (0:00:00.045) 0:00:57.420 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:26:12 +0000 (0:00:00.067) 0:00:57.488 ********** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm", "running": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::102c:f1ff:fed9:b82f", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "12:2C:F1:D9:B8:2F", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::b0cd:72ff:fe5c:817a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "B2:CD:72:5C:81:7A", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::cc29:9dff:fe7b:d69f", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CE:29:9D:7B:D6:9F", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::98eb:c1ff:febe:48ca", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9A:EB:C1:BE:48:CA", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::d4f8:f7ff:fe69:bc75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "D6:F8:F7:69:BC:75", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:26:12 +0000 (0:00:00.040) 0:00:57.528 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the route configuration] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:117 Friday 15 March 2024 15:26:12 +0000 (0:00:00.228) 0:00:57.757 ********** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.044755", "end": "2024-03-15 15:26:13.205214", "rc": 0, "start": "2024-03-15 15:26:13.160459" } STDOUT: hostname: running: 530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm config: 530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm dns-resolver: running: server: - 10.29.169.13 - 10.29.170.12 - 10.2.32.1 search: - us-east-1.aws.redhat.com config: {} route-rules: config: [] routes: running: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 - destination: 0.0.0.0/0 next-hop-interface: eth0 next-hop-address: 10.31.8.1 metric: 100 table-id: 254 config: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 interfaces: - name: eth0 type: ethernet state: up mac-address: 12:2C:F1:D9:B8:2F mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: true address: - ip: 10.31.8.132 prefix-length: 22 mptcp-flags: - subflow valid-life-time: 2269sec preferred-life-time: 2269sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::102c:f1ff:fed9:b82f prefix-length: 64 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 dhcp-send-hostname: true mptcp: address-flags: - subflow accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ipv6: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true ethernet: {} - name: ethtest0 type: veth profile-name: Wired connection 1 state: up mac-address: B2:CD:72:5C:81:7A mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 ipv6: enabled: true dhcp: false autoconf: false address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::b0cd:72ff:fe5c:817a prefix-length: 64 addr-gen-mode: eui64 mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest0 - name: ethtest1 type: veth profile-name: Wired connection 2 state: up mac-address: CE:29:9D:7B:D6:9F mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: fe80::cc29:9dff:fe7b:d69f prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest1 - name: lo type: loopback state: up mac-address: 00:00:00:00:00:00 mtu: 65536 ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: ::1 prefix-length: 128 accept-all-mac-addresses: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true - name: peerethtest0 type: veth state: ignore mac-address: 9A:EB:C1:BE:48:CA mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false ipv6: enabled: true address: - ip: fe80::98eb:c1ff:febe:48ca prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: ethtest0 - name: peerethtest1 type: veth state: ignore mac-address: D6:F8:F7:69:BC:75 mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false ipv6: enabled: true address: - ip: fe80::d4f8:f7ff:fe69:bc75 prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: ethtest1 ovs-db: {} ovn: {} TASK [Assert that the route configuration contains the specified route] ******** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:123 Friday 15 March 2024 15:26:13 +0000 (0:00:00.267) 0:00:58.024 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:26:13 +0000 (0:00:00.032) 0:00:58.057 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:26:13 +0000 (0:00:00.049) 0:00:58.106 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:26:13 +0000 (0:00:00.091) 0:00:58.198 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:26:13 +0000 (0:00:00.048) 0:00:58.247 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:26:13 +0000 (0:00:00.036) 0:00:58.283 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:26:15 +0000 (0:00:02.314) 0:01:00.598 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:26:16 +0000 (0:00:00.931) 0:01:01.530 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:26:16 +0000 (0:00:00.035) 0:01:01.566 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:26:16 +0000 (0:00:00.099) 0:01:01.665 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:26:16 +0000 (0:00:00.038) 0:01:01.704 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:26:16 +0000 (0:00:00.037) 0:01:01.741 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:26:16 +0000 (0:00:00.033) 0:01:01.774 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:26:17 +0000 (0:00:00.033) 0:01:01.807 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:26:17 +0000 (0:00:00.060) 0:01:01.868 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:26:19 +0000 (0:00:02.546) 0:01:04.415 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:26:22 +0000 (0:00:02.562) 0:01:06.977 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:26:22 +0000 (0:00:00.082) 0:01:07.060 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:26:22 +0000 (0:00:00.585) 0:01:07.646 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:26:22 +0000 (0:00:00.034) 0:01:07.680 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:26:22 +0000 (0:00:00.030) 0:01:07.710 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:26:22 +0000 (0:00:00.033) 0:01:07.744 ********** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:26:23 +0000 (0:00:00.406) 0:01:08.150 ********** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm", "running": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::102c:f1ff:fed9:b82f", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "12:2C:F1:D9:B8:2F", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::b0cd:72ff:fe5c:817a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "B2:CD:72:5C:81:7A", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::cc29:9dff:fe7b:d69f", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CE:29:9D:7B:D6:9F", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::98eb:c1ff:febe:48ca", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9A:EB:C1:BE:48:CA", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::d4f8:f7ff:fe69:bc75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "D6:F8:F7:69:BC:75", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:26:23 +0000 (0:00:00.516) 0:01:08.666 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:26:23 +0000 (0:00:00.049) 0:01:08.716 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:26:23 +0000 (0:00:00.034) 0:01:08.750 ********** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm", "running": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::102c:f1ff:fed9:b82f", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "12:2C:F1:D9:B8:2F", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::b0cd:72ff:fe5c:817a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "B2:CD:72:5C:81:7A", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::cc29:9dff:fe7b:d69f", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CE:29:9D:7B:D6:9F", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::98eb:c1ff:febe:48ca", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9A:EB:C1:BE:48:CA", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::d4f8:f7ff:fe69:bc75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "D6:F8:F7:69:BC:75", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:26:24 +0000 (0:00:00.045) 0:01:08.796 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:146 Friday 15 March 2024 15:26:24 +0000 (0:00:00.276) 0:01:09.073 ********** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.039512", "end": "2024-03-15 15:26:24.506847", "rc": 0, "start": "2024-03-15 15:26:24.467335" } STDOUT: hostname: running: 530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm config: 530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm dns-resolver: running: server: - 2001:4860:4860::8888 search: - example.com - example.org config: server: - 2001:4860:4860::8888 search: - example.com - example.org route-rules: config: [] routes: running: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 - destination: 0.0.0.0/0 next-hop-interface: eth0 next-hop-address: 10.31.8.1 metric: 100 table-id: 254 config: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 interfaces: - name: eth0 type: ethernet state: up mac-address: 12:2C:F1:D9:B8:2F mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: true address: - ip: 10.31.8.132 prefix-length: 22 mptcp-flags: - subflow valid-life-time: 2257sec preferred-life-time: 2257sec auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 dhcp-send-hostname: true ipv6: enabled: true dhcp: true autoconf: true address: - ip: fe80::102c:f1ff:fed9:b82f prefix-length: 64 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 dhcp-send-hostname: true mptcp: address-flags: - subflow accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ipv6: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true ethernet: {} - name: ethtest0 type: veth profile-name: Wired connection 1 state: up mac-address: B2:CD:72:5C:81:7A mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 ipv6: enabled: true dhcp: false autoconf: false address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::b0cd:72ff:fe5c:817a prefix-length: 64 addr-gen-mode: eui64 mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest0 - name: ethtest1 type: veth profile-name: Wired connection 2 state: up mac-address: CE:29:9D:7B:D6:9F mtu: 1500 min-mtu: 68 max-mtu: 65535 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: fe80::cc29:9dff:fe7b:d69f prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 dhcp-send-hostname: true mptcp: address-flags: [] accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: peerethtest1 - name: lo type: loopback state: up mac-address: 00:00:00:00:00:00 mtu: 65536 ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: ::1 prefix-length: 128 accept-all-mac-addresses: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true - name: peerethtest0 type: veth state: ignore mac-address: 9A:EB:C1:BE:48:CA mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false ipv6: enabled: true address: - ip: fe80::98eb:c1ff:febe:48ca prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: ethtest0 - name: peerethtest1 type: veth state: ignore mac-address: D6:F8:F7:69:BC:75 mtu: 1500 min-mtu: 68 max-mtu: 65535 ipv4: enabled: false ipv6: enabled: true address: - ip: fe80::d4f8:f7ff:fe69:bc75 prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true veth: peer: ethtest1 ovs-db: {} ovn: {} TASK [Get the DNS configuration from the file `/run/NetworkManager/no-stub-resolv.conf`] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:152 Friday 15 March 2024 15:26:24 +0000 (0:00:00.252) 0:01:09.325 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/run/NetworkManager/no-stub-resolv.conf" ], "delta": "0:00:00.003611", "end": "2024-03-15 15:26:24.768294", "rc": 0, "start": "2024-03-15 15:26:24.764683" } STDOUT: # Generated by NetworkManager search example.com example.org 530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm nameserver 2001:4860:4860::8888 TASK [Assert that the nmstatectl contains the specified DNS configuration] ***** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:158 Friday 15 March 2024 15:26:24 +0000 (0:00:00.258) 0:01:09.584 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the file `/run/NetworkManager/no-stub-resolv.conf` contains the specified DNS configuration] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:166 Friday 15 March 2024 15:26:24 +0000 (0:00:00.030) 0:01:09.615 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:26:24 +0000 (0:00:00.030) 0:01:09.645 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:26:24 +0000 (0:00:00.054) 0:01:09.699 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:26:24 +0000 (0:00:00.053) 0:01:09.753 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:26:25 +0000 (0:00:00.042) 0:01:09.796 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:26:25 +0000 (0:00:00.035) 0:01:09.832 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:26:27 +0000 (0:00:02.269) 0:01:12.101 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:26:28 +0000 (0:00:00.949) 0:01:13.051 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:26:28 +0000 (0:00:00.032) 0:01:13.083 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:26:28 +0000 (0:00:00.032) 0:01:13.115 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:26:28 +0000 (0:00:00.031) 0:01:13.147 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:26:28 +0000 (0:00:00.034) 0:01:13.181 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:26:28 +0000 (0:00:00.077) 0:01:13.259 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:26:28 +0000 (0:00:00.045) 0:01:13.305 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:26:28 +0000 (0:00:00.057) 0:01:13.362 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:26:31 +0000 (0:00:02.572) 0:01:15.935 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:26:33 +0000 (0:00:02.572) 0:01:18.507 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:26:33 +0000 (0:00:00.042) 0:01:18.549 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:26:34 +0000 (0:00:00.592) 0:01:19.142 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:26:34 +0000 (0:00:00.088) 0:01:19.230 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:26:34 +0000 (0:00:00.034) 0:01:19.264 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:26:34 +0000 (0:00:00.031) 0:01:19.296 ********** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:26:34 +0000 (0:00:00.405) 0:01:19.701 ********** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm", "running": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::102c:f1ff:fed9:b82f", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "12:2C:F1:D9:B8:2F", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::b0cd:72ff:fe5c:817a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "B2:CD:72:5C:81:7A", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::cc29:9dff:fe7b:d69f", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CE:29:9D:7B:D6:9F", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::98eb:c1ff:febe:48ca", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9A:EB:C1:BE:48:CA", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::d4f8:f7ff:fe69:bc75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "D6:F8:F7:69:BC:75", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:26:35 +0000 (0:00:00.472) 0:01:20.174 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:26:35 +0000 (0:00:00.031) 0:01:20.205 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:26:35 +0000 (0:00:00.032) 0:01:20.238 ********** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm", "running": "530769ff-d1b5-49cb-bdca-e84bea715c6b.testing-farm" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": {}, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-checksum-ipv6": true, "tx-generic-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::102c:f1ff:fed9:b82f", "prefix-length": 64 } ], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "12:2C:F1:D9:B8:2F", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::b0cd:72ff:fe5c:817a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "B2:CD:72:5C:81:7A", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest0", "profile-name": "Wired connection 1", "state": "up", "type": "veth", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::cc29:9dff:fe7b:d69f", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "dhcp-send-hostname": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CE:29:9D:7B:D6:9F", "mptcp": { "address-flags": [] }, "mtu": 1500, "name": "ethtest1", "profile-name": "Wired connection 2", "state": "up", "type": "veth", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::98eb:c1ff:febe:48ca", "prefix-length": 64 } ], "enabled": true }, "mac-address": "9A:EB:C1:BE:48:CA", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::d4f8:f7ff:fe69:bc75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "D6:F8:F7:69:BC:75", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:26:35 +0000 (0:00:00.037) 0:01:20.275 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:184 Friday 15 March 2024 15:26:35 +0000 (0:00:00.214) 0:01:20.489 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/delete_interface.yml:3 Friday 15 March 2024 15:26:35 +0000 (0:00:00.058) 0:01:20.548 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.021543", "end": "2024-03-15 15:26:35.977275", "rc": 0, "start": "2024-03-15 15:26:35.955732" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:186 Friday 15 March 2024 15:26:36 +0000 (0:00:00.293) 0:01:20.841 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:26:36 +0000 (0:00:00.057) 0:01:20.899 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:26:36 +0000 (0:00:00.039) 0:01:20.938 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest1'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:26:36 +0000 (0:00:00.222) 0:01:21.161 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set interface=ethtest0] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:188 Friday 15 March 2024 15:26:36 +0000 (0:00:00.029) 0:01:21.190 ********** ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:192 Friday 15 March 2024 15:26:36 +0000 (0:00:00.025) 0:01:21.216 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/delete_interface.yml:3 Friday 15 March 2024 15:26:36 +0000 (0:00:00.057) 0:01:21.274 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.009029", "end": "2024-03-15 15:26:36.678981", "rc": 0, "start": "2024-03-15 15:26:36.669952" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:194 Friday 15 March 2024 15:26:36 +0000 (0:00:00.228) 0:01:21.502 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:26:36 +0000 (0:00:00.134) 0:01:21.637 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:26:36 +0000 (0:00:00.056) 0:01:21.693 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:26:37 +0000 (0:00:00.252) 0:01:21.946 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tests_network_state.yml:196 Friday 15 March 2024 15:26:37 +0000 (0:00:00.073) 0:01:22.019 ********** included: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/check_network_dns.yml:6 Friday 15 March 2024 15:26:37 +0000 (0:00:00.165) 0:01:22.184 ********** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.008878", "end": "2024-03-15 15:26:37.606468", "rc": 0, "start": "2024-03-15 15:26:37.597590" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 12:2c:f1:d9:b8:2f brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.8.132/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2244sec preferred_lft 2244sec inet6 fe80::102c:f1ff:fed9:b82f/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.132 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.132 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/check_network_dns.yml:24 Friday 15 March 2024 15:26:37 +0000 (0:00:00.246) 0:01:22.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=123 changed=6 unreachable=0 failed=0 skipped=73 rescued=0 ignored=0 Friday 15 March 2024 15:26:37 +0000 (0:00:00.017) 0:01:22.448 ********** =============================================================================== linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable -- 20.35s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:90 linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 3.57s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Check which services are running ----------- 3.43s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 3.19s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:105 Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 2.57s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.57s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:90 linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 2.56s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.55s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:90 linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.55s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/main.yml:90 linux-system-roles.network : Check which services are running ----------- 2.36s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.31s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.27s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.24s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/playbooks/tasks/get_current_interfaces.yml:3 Gathering Facts --------------------------------------------------------- 1.13s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/tests_network_state_nm.yml:6 ------ linux-system-roles.network : Check which packages are installed --------- 0.96s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-nm_plugin_hotfix5rc8sjdu/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---