# 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_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:4 Monday 25 March 2024 19:58:06 +0000 (0:00:00.013) 0:00:00.013 ********** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:13 Monday 25 March 2024 19:58:07 +0000 (0:00:01.033) 0:00:01.047 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:18 Monday 25 March 2024 19:58:07 +0000 (0:00:00.269) 0:00:01.316 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:21 Monday 25 March 2024 19:58:07 +0000 (0:00:00.037) 0:00:01.354 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:3 Monday 25 March 2024 19:58:07 +0000 (0:00:00.025) 0:00:01.379 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:8 Monday 25 March 2024 19:58:07 +0000 (0:00:00.056) 0:00:01.435 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:13 Monday 25 March 2024 19:58:07 +0000 (0:00:00.019) 0:00:01.455 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/show_interfaces.yml:3 Monday 25 March 2024 19:58:07 +0000 (0:00:00.021) 0:00:01.477 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 19:58:07 +0000 (0:00:00.016) 0:00:01.493 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003819", "end": "2024-03-25 19:58:08.062700", "rc": 0, "start": "2024-03-25 19:58:08.058881" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 19:58:08 +0000 (0:00:00.285) 0:00:01.779 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/show_interfaces.yml:5 Monday 25 March 2024 19:58:08 +0000 (0:00:00.027) 0:00:01.806 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:16 Monday 25 March 2024 19:58:08 +0000 (0:00:00.025) 0:00:01.832 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:28 Monday 25 March 2024 19:58:08 +0000 (0:00:00.601) 0:00:02.433 ********** ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.014855", "end": "2024-03-25 19:58:08.979728", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-25 19:58:08.964873" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003886", "end": "2024-03-25 19:58:09.133465", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-25 19:58:09.129579" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.005323", "end": "2024-03-25 19:58:09.262836", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-25 19:58:09.257513" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:37 Monday 25 March 2024 19:58:09 +0000 (0:00:00.514) 0:00:02.948 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.032116", "end": "2024-03-25 19:58:09.425461", "rc": 0, "start": "2024-03-25 19:58:09.393345" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:45 Monday 25 March 2024 19:58:09 +0000 (0:00:00.179) 0:00:03.127 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:52 Monday 25 March 2024 19:58:09 +0000 (0:00:00.012) 0:00:03.139 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:58 Monday 25 March 2024 19:58:09 +0000 (0:00:00.015) 0:00:03.155 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:65 Monday 25 March 2024 19:58:09 +0000 (0:00:00.011) 0:00:03.166 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:71 Monday 25 March 2024 19:58:09 +0000 (0:00:00.094) 0:00:03.261 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:25 Monday 25 March 2024 19:58:09 +0000 (0:00:00.040) 0:00:03.302 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/assert_device_present.yml:3 Monday 25 March 2024 19:58:09 +0000 (0:00:00.021) 0:00:03.323 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/get_interface_stat.yml:3 Monday 25 March 2024 19:58:09 +0000 (0:00:00.044) 0:00:03.367 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396688.9773257, "block_size": 4096, "blocks": 0, "ctime": 1711396688.9773257, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17732, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1711396688.9773257, "nlink": 1, "path": "/sys/class/net/testnic1", "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 - 'testnic1'] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/assert_device_present.yml:5 Monday 25 March 2024 19:58:09 +0000 (0:00:00.147) 0:00:03.515 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:39 Monday 25 March 2024 19:58:09 +0000 (0:00:00.012) 0:00:03.527 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:58:09 +0000 (0:00:00.092) 0:00:03.619 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:58:09 +0000 (0:00:00.021) 0:00:03.641 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:58:09 +0000 (0:00:00.011) 0:00:03.652 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:58:09 +0000 (0:00:00.012) 0:00:03.664 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:58:10 +0000 (0:00:00.008) 0:00:03.672 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:58:10 +0000 (0:00:00.841) 0:00:04.514 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:58:12 +0000 (0:00:01.325) 0:00:05.839 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:58:12 +0000 (0:00:00.063) 0:00:05.903 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:58:12 +0000 (0:00:00.042) 0:00:05.946 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:58:12 +0000 (0:00:00.039) 0:00:05.985 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:58:12 +0000 (0:00:00.021) 0:00:06.006 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:58:12 +0000 (0:00:00.025) 0:00:06.032 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:58:12 +0000 (0:00:00.040) 0:00:06.073 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:58:12 +0000 (0:00:00.054) 0:00:06.127 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:58:12 +0000 (0:00:00.054) 0:00:06.182 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:58:12 +0000 (0:00:00.027) 0:00:06.209 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:58:12 +0000 (0:00:00.046) 0:00:06.255 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:58:13 +0000 (0:00:00.484) 0:00:06.740 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:58:13 +0000 (0:00:00.028) 0:00:06.768 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:58:13 +0000 (0:00:00.024) 0:00:06.793 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:58:13 +0000 (0:00:00.029) 0:00:06.822 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:58:13 +0000 (0:00:00.544) 0:00:07.367 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:58:13 +0000 (0:00:00.081) 0:00:07.448 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:58:13 +0000 (0:00:00.021) 0:00:07.469 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:58:13 +0000 (0:00:00.040) 0:00:07.509 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:58:13 +0000 (0:00:00.033) 0:00:07.543 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:43 Monday 25 March 2024 19:58:14 +0000 (0:00:00.285) 0:00:07.828 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:46 Monday 25 March 2024 19:58:14 +0000 (0:00:00.049) 0:00:07.878 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:58:14 +0000 (0:00:00.055) 0:00:07.933 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:58:14 +0000 (0:00:00.103) 0:00:08.037 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:58:14 +0000 (0:00:00.033) 0:00:08.071 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:58:14 +0000 (0:00:00.036) 0:00:08.107 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:58:14 +0000 (0:00:00.034) 0:00:08.142 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:58:15 +0000 (0:00:00.825) 0:00:08.967 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:58:16 +0000 (0:00:01.083) 0:00:10.050 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:58:16 +0000 (0:00:00.044) 0:00:10.094 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:58:16 +0000 (0:00:00.052) 0:00:10.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 DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:58:16 +0000 (0:00:00.041) 0:00:10.188 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:58:16 +0000 (0:00:00.057) 0:00:10.245 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:58:16 +0000 (0:00:00.077) 0:00:10.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:58:16 +0000 (0:00:00.071) 0:00:10.394 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:58:16 +0000 (0:00:00.120) 0:00:10.514 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:58:16 +0000 (0:00:00.052) 0:00:10.566 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:58:16 +0000 (0:00:00.054) 0:00:10.621 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:58:17 +0000 (0:00:00.086) 0:00:10.707 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:58:17 +0000 (0:00:00.334) 0:00:11.042 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:58:17 +0000 (0:00:00.054) 0:00:11.096 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:58:17 +0000 (0:00:00.047) 0:00:11.144 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:58:17 +0000 (0:00:00.055) 0:00:11.199 ********** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:58:17 +0000 (0:00:00.398) 0:00:11.598 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:58:17 +0000 (0:00:00.050) 0:00:11.648 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:58:18 +0000 (0:00:00.068) 0:00:11.717 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:58:18 +0000 (0:00:00.061) 0:00:11.778 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:58:18 +0000 (0:00:00.043) 0:00:11.822 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:50 Monday 25 March 2024 19:58:18 +0000 (0:00:00.228) 0:00:12.050 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:63 Monday 25 March 2024 19:58:18 +0000 (0:00:00.029) 0:00:12.080 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:58:18 +0000 (0:00:00.054) 0:00:12.134 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:58:18 +0000 (0:00:00.173) 0:00:12.308 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:58:18 +0000 (0:00:00.097) 0:00:12.405 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:58:18 +0000 (0:00:00.075) 0:00:12.480 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:58:18 +0000 (0:00:00.087) 0:00:12.568 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:58:19 +0000 (0:00:00.799) 0:00:13.368 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:58:20 +0000 (0:00:01.057) 0:00:14.425 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:58:20 +0000 (0:00:00.057) 0:00:14.483 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:58:20 +0000 (0:00:00.035) 0:00:14.518 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:58:20 +0000 (0:00:00.022) 0:00:14.540 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:58:20 +0000 (0:00:00.038) 0:00:14.579 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:58:20 +0000 (0:00:00.042) 0:00:14.621 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:58:20 +0000 (0:00:00.044) 0:00:14.666 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:58:21 +0000 (0:00:00.094) 0:00:14.760 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:58:21 +0000 (0:00:00.088) 0:00:14.849 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:58:21 +0000 (0:00:00.041) 0:00:14.891 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:58:21 +0000 (0:00:00.086) 0:00:14.977 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:58:21 +0000 (0:00:00.296) 0:00:15.274 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:58:21 +0000 (0:00:00.056) 0:00:15.330 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:58:21 +0000 (0:00:00.049) 0:00:15.379 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:58:21 +0000 (0:00:00.038) 0:00:15.417 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:58:22 +0000 (0:00:00.380) 0:00:15.798 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:58:22 +0000 (0:00:00.103) 0:00:15.901 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:58:22 +0000 (0:00:00.063) 0:00:15.965 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:58:22 +0000 (0:00:00.046) 0:00:16.011 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:58:22 +0000 (0:00:00.041) 0:00:16.053 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:67 Monday 25 March 2024 19:58:22 +0000 (0:00:00.206) 0:00:16.259 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:70 Monday 25 March 2024 19:58:22 +0000 (0:00:00.062) 0:00:16.321 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:58:22 +0000 (0:00:00.078) 0:00:16.400 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:58:22 +0000 (0:00:00.073) 0:00:16.474 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:58:22 +0000 (0:00:00.024) 0:00:16.498 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:58:22 +0000 (0:00:00.019) 0:00:16.517 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:58:22 +0000 (0:00:00.018) 0:00:16.535 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:58:23 +0000 (0:00:00.781) 0:00:17.317 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:58:24 +0000 (0:00:01.142) 0:00:18.460 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:58:24 +0000 (0:00:00.044) 0:00:18.504 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:58:24 +0000 (0:00:00.032) 0:00:18.537 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:58:24 +0000 (0:00:00.024) 0:00:18.562 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:58:24 +0000 (0:00:00.028) 0:00:18.591 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:58:24 +0000 (0:00:00.039) 0:00:18.630 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:58:25 +0000 (0:00:00.081) 0:00:18.711 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:58:25 +0000 (0:00:00.108) 0:00:18.819 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:58:25 +0000 (0:00:00.043) 0:00:18.863 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:58:25 +0000 (0:00:00.083) 0:00:18.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:58:25 +0000 (0:00:00.047) 0:00:18.994 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:58:25 +0000 (0:00:00.365) 0:00:19.360 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:58:25 +0000 (0:00:00.070) 0:00:19.431 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:58:25 +0000 (0:00:00.130) 0:00:19.562 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:58:25 +0000 (0:00:00.060) 0:00:19.622 ********** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:58:26 +0000 (0:00:00.500) 0:00:20.123 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:58:26 +0000 (0:00:00.030) 0:00:20.153 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:58:26 +0000 (0:00:00.033) 0:00:20.186 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 97fed6d4-e1c5-4b14-a83f-6766cf543d1c skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:58:26 +0000 (0:00:00.025) 0:00:20.211 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:58:26 +0000 (0:00:00.026) 0:00:20.238 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:74 Monday 25 March 2024 19:58:26 +0000 (0:00:00.152) 0:00:20.391 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:82 Monday 25 March 2024 19:58:26 +0000 (0:00:00.036) 0:00:20.427 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:58:26 +0000 (0:00:00.037) 0:00:20.464 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:58:26 +0000 (0:00:00.037) 0:00:20.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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:58:27 +0000 (0:00:00.218) 0:00:20.720 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:58:27 +0000 (0:00:00.069) 0:00:20.790 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:58:27 +0000 (0:00:00.033) 0:00:20.823 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:58:27 +0000 (0:00:00.780) 0:00:21.603 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:58:29 +0000 (0:00:01.118) 0:00:22.722 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:58:29 +0000 (0:00:00.082) 0:00:22.805 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:58:29 +0000 (0:00:00.029) 0:00:22.835 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:58:29 +0000 (0:00:00.035) 0:00:22.870 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:58:29 +0000 (0:00:00.035) 0:00:22.906 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:58:29 +0000 (0:00:00.032) 0:00:22.939 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:58:29 +0000 (0:00:00.027) 0:00:22.966 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:58:29 +0000 (0:00:00.045) 0:00:23.011 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:58:29 +0000 (0:00:00.019) 0:00:23.031 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:58:29 +0000 (0:00:00.041) 0:00:23.073 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:58:29 +0000 (0:00:00.022) 0:00:23.096 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:58:29 +0000 (0:00:00.266) 0:00:23.363 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:58:29 +0000 (0:00:00.033) 0:00:23.396 ********** 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-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:58:29 +0000 (0:00:00.031) 0:00:23.428 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:58:29 +0000 (0:00:00.037) 0:00:23.465 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:58:30 +0000 (0:00:00.522) 0:00:23.988 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:58:30 +0000 (0:00:00.095) 0:00:24.083 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:58:30 +0000 (0:00:00.048) 0:00:24.132 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:58:30 +0000 (0:00:00.034) 0:00:24.166 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:58:30 +0000 (0:00:00.043) 0:00:24.209 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:91 Monday 25 March 2024 19:58:30 +0000 (0:00:00.163) 0:00:24.373 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:3 Monday 25 March 2024 19:58:30 +0000 (0:00:00.066) 0:00:24.439 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:8 Monday 25 March 2024 19:58:30 +0000 (0:00:00.040) 0:00:24.480 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:13 Monday 25 March 2024 19:58:30 +0000 (0:00:00.022) 0:00:24.502 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/show_interfaces.yml:3 Monday 25 March 2024 19:58:30 +0000 (0:00:00.066) 0:00:24.569 ********** included: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 19:58:30 +0000 (0:00:00.079) 0:00:24.648 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003937", "end": "2024-03-25 19:58:31.115011", "rc": 0, "start": "2024-03-25 19:58:31.111074" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 19:58:31 +0000 (0:00:00.166) 0:00:24.814 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/show_interfaces.yml:5 Monday 25 March 2024 19:58:31 +0000 (0:00:00.030) 0:00:24.845 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:16 Monday 25 March 2024 19:58:31 +0000 (0:00:00.033) 0:00:24.878 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:28 Monday 25 March 2024 19:58:31 +0000 (0:00:00.413) 0:00:25.292 ********** skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:37 Monday 25 March 2024 19:58:31 +0000 (0:00:00.042) 0:00:25.334 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:45 Monday 25 March 2024 19:58:31 +0000 (0:00:00.036) 0:00:25.371 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.012097", "end": "2024-03-25 19:58:31.856465", "rc": 0, "start": "2024-03-25 19:58:31.844368" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:52 Monday 25 March 2024 19:58:31 +0000 (0:00:00.210) 0:00:25.582 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:58 Monday 25 March 2024 19:58:31 +0000 (0:00:00.044) 0:00:25.627 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:65 Monday 25 March 2024 19:58:32 +0000 (0:00:00.086) 0:00:25.713 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:71 Monday 25 March 2024 19:58:32 +0000 (0:00:00.090) 0:00:25.803 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=100 rescued=0 ignored=0 Monday 25 March 2024 19:58:32 +0000 (0:00:00.080) 0:00:25.883 ********** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.82s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 1.48s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.14s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.12s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.08s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.06s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 1.03s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Re-test connectivity ----------------------- 0.87s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:206 linux-system-roles.network : Check which services are running ----------- 0.84s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.83s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.80s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Install iproute --------------------------------------------------------- 0.60s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 0.52s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:173 Create veth interface testnic1 ------------------------------------------ 0.51s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:28 Install iproute --------------------------------------------------------- 0.41s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Install packages --------------------------- 0.38s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:77 linux-system-roles.network : Ensure ansible_facts used by role ---------- 0.37s /WORKDIR/git-ostree-skip-test-better-textxr6421e1/tests/roles/linux-system-roles.network/tasks/main.yml:4 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---