# 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-textx0juptre/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-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:4 Monday 25 March 2024 20:16:57 +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-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:13 Monday 25 March 2024 20:16:58 +0000 (0:00:00.700) 0:00:00.714 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:18 Monday 25 March 2024 20:16:58 +0000 (0:00:00.247) 0:00:00.961 ********** 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-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:21 Monday 25 March 2024 20:16:58 +0000 (0:00:00.019) 0:00:00.980 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:3 Monday 25 March 2024 20:16:58 +0000 (0:00:00.025) 0:00:01.006 ********** 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-textx0juptre/tests/tasks/manage_test_interface.yml:8 Monday 25 March 2024 20:16:58 +0000 (0:00:00.020) 0:00:01.026 ********** 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-textx0juptre/tests/tasks/manage_test_interface.yml:13 Monday 25 March 2024 20:16:58 +0000 (0:00:00.021) 0:00:01.048 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/show_interfaces.yml:3 Monday 25 March 2024 20:16:58 +0000 (0:00:00.012) 0:00:01.060 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 20:16:58 +0000 (0:00:00.013) 0:00:01.073 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003196", "end": "2024-03-25 20:16:58.725555", "rc": 0, "start": "2024-03-25 20:16:58.722359" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 20:16:58 +0000 (0:00:00.246) 0:00:01.320 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/show_interfaces.yml:5 Monday 25 March 2024 20:16:58 +0000 (0:00:00.019) 0:00:01.339 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:16 Monday 25 March 2024 20:16:58 +0000 (0:00:00.023) 0:00:01.363 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:28 Monday 25 March 2024 20:16:59 +0000 (0:00:01.032) 0:00:02.396 ********** 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.009487", "end": "2024-03-25 20:16:59.989546", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-25 20:16:59.980059" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003407", "end": "2024-03-25 20:17:00.195252", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-25 20:17:00.191845" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003880", "end": "2024-03-25 20:17:00.368596", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-25 20:17:00.364716" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:37 Monday 25 March 2024 20:17:00 +0000 (0:00:00.573) 0:00:02.969 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.020065", "end": "2024-03-25 20:17:00.572163", "rc": 0, "start": "2024-03-25 20:17:00.552098" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:45 Monday 25 March 2024 20:17:00 +0000 (0:00:00.200) 0:00:03.170 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:52 Monday 25 March 2024 20:17:00 +0000 (0:00:00.010) 0:00:03.180 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:58 Monday 25 March 2024 20:17:00 +0000 (0:00:00.010) 0:00:03.191 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:65 Monday 25 March 2024 20:17:00 +0000 (0:00:00.009) 0:00:03.200 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:71 Monday 25 March 2024 20:17:00 +0000 (0:00:00.009) 0:00:03.209 ********** 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-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:25 Monday 25 March 2024 20:17:00 +0000 (0:00:00.014) 0:00:03.223 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/assert_device_present.yml:3 Monday 25 March 2024 20:17:00 +0000 (0:00:00.012) 0:00:03.236 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:17:00 +0000 (0:00:00.014) 0:00:03.250 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711397819.983639, "block_size": 4096, "blocks": 0, "ctime": 1711397819.983639, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26626, "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": 1711397819.983639, "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-textx0juptre/tests/tasks/assert_device_present.yml:5 Monday 25 March 2024 20:17:00 +0000 (0:00:00.186) 0:00:03.437 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:39 Monday 25 March 2024 20:17:00 +0000 (0:00:00.016) 0:00:03.453 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:17:00 +0000 (0:00:00.090) 0:00:03.544 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:17:01 +0000 (0:00:00.067) 0:00:03.611 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:17:01 +0000 (0:00:00.031) 0:00:03.642 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:17:01 +0000 (0:00:00.015) 0:00:03.658 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:17:01 +0000 (0:00:00.011) 0:00:03.669 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:17:02 +0000 (0:00:01.512) 0:00:05.181 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:17:03 +0000 (0:00:01.128) 0:00:06.310 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:17:03 +0000 (0:00:00.026) 0:00:06.337 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:17:03 +0000 (0:00:00.020) 0:00:06.357 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:17:03 +0000 (0:00:00.020) 0:00:06.377 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:17:03 +0000 (0:00:00.028) 0:00:06.406 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:17:03 +0000 (0:00:00.020) 0:00:06.426 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:17:03 +0000 (0:00:00.023) 0:00:06.450 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:17:03 +0000 (0:00:00.064) 0:00:06.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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:17:03 +0000 (0:00:00.022) 0:00:06.537 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:17:03 +0000 (0:00:00.026) 0:00:06.563 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:17:04 +0000 (0:00:00.023) 0:00:06.587 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:17:04 +0000 (0:00:00.537) 0:00:07.125 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:17:04 +0000 (0:00:00.028) 0:00:07.153 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:17:04 +0000 (0:00:00.024) 0:00:07.178 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:17:04 +0000 (0:00:00.026) 0:00:07.205 ********** 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, edbf0b41-02c9-45d5-810b-09ff25dde390 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:17:05 +0000 (0:00:00.626) 0:00:07.832 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:17:05 +0000 (0:00:00.020) 0:00:07.852 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:17:05 +0000 (0:00:00.024) 0:00:07.877 ********** 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, edbf0b41-02c9-45d5-810b-09ff25dde390\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:17:05 +0000 (0:00:00.023) 0:00:07.900 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:17:05 +0000 (0:00:00.020) 0:00:07.921 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:43 Monday 25 March 2024 20:17:05 +0000 (0:00:00.238) 0:00:08.160 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:46 Monday 25 March 2024 20:17:05 +0000 (0:00:00.021) 0:00:08.182 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:17:05 +0000 (0:00:00.036) 0:00:08.218 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:17:05 +0000 (0:00:00.034) 0:00:08.253 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:17:05 +0000 (0:00:00.024) 0:00:08.277 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:17:05 +0000 (0:00:00.020) 0:00:08.298 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:17:05 +0000 (0:00:00.019) 0:00:08.318 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:17:07 +0000 (0:00:01.395) 0:00:09.713 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:17:08 +0000 (0:00:00.936) 0:00:10.650 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:17:08 +0000 (0:00:00.027) 0:00:10.677 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:17:08 +0000 (0:00:00.020) 0:00:10.698 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:17:08 +0000 (0:00:00.020) 0:00:10.718 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:17:08 +0000 (0:00:00.035) 0:00:10.754 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:17:08 +0000 (0:00:00.032) 0:00:10.786 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:17:08 +0000 (0:00:00.037) 0:00:10.824 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:17:08 +0000 (0:00:00.099) 0:00:10.924 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:17:08 +0000 (0:00:00.052) 0:00:10.976 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:17:08 +0000 (0:00:00.044) 0:00:11.020 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:17:08 +0000 (0:00:00.058) 0:00:11.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:17:08 +0000 (0:00:00.358) 0:00:11.438 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:17:08 +0000 (0:00:00.035) 0:00:11.473 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:17:08 +0000 (0:00:00.024) 0:00:11.497 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:17:08 +0000 (0:00:00.024) 0:00:11.522 ********** 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, edbf0b41-02c9-45d5-810b-09ff25dde390 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:17:09 +0000 (0:00:00.355) 0:00:11.878 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:17:09 +0000 (0:00:00.026) 0:00:11.904 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:17:09 +0000 (0:00:00.027) 0:00:11.931 ********** 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, edbf0b41-02c9-45d5-810b-09ff25dde390 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:17:09 +0000 (0:00:00.024) 0:00:11.956 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:17:09 +0000 (0:00:00.022) 0:00:11.979 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:50 Monday 25 March 2024 20:17:09 +0000 (0:00:00.184) 0:00:12.163 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:63 Monday 25 March 2024 20:17:09 +0000 (0:00:00.021) 0:00:12.184 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:17:09 +0000 (0:00:00.058) 0:00:12.243 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:17:09 +0000 (0:00:00.037) 0:00:12.281 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:17:09 +0000 (0:00:00.027) 0:00:12.308 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:17:09 +0000 (0:00:00.029) 0:00:12.337 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:17:09 +0000 (0:00:00.021) 0:00:12.359 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:17:11 +0000 (0:00:01.420) 0:00:13.779 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:17:12 +0000 (0:00:00.938) 0:00:14.718 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:17:12 +0000 (0:00:00.028) 0:00:14.746 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:17:12 +0000 (0:00:00.020) 0:00:14.767 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:17:12 +0000 (0:00:00.020) 0:00:14.787 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:17:12 +0000 (0:00:00.035) 0:00:14.823 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:17:12 +0000 (0:00:00.037) 0:00:14.860 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:17:12 +0000 (0:00:00.048) 0:00:14.909 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:17:12 +0000 (0:00:00.047) 0:00:14.956 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:17:12 +0000 (0:00:00.035) 0:00:14.992 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:17:12 +0000 (0:00:00.020) 0:00:15.012 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:17:12 +0000 (0:00:00.033) 0:00:15.046 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:17:12 +0000 (0:00:00.365) 0:00:15.411 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:17:12 +0000 (0:00:00.030) 0:00:15.441 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:17:12 +0000 (0:00:00.026) 0:00:15.468 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:17:12 +0000 (0:00:00.034) 0:00:15.503 ********** 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, edbf0b41-02c9-45d5-810b-09ff25dde390 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 (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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:17:13 +0000 (0:00:00.396) 0:00:15.900 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:17:13 +0000 (0:00:00.019) 0:00:15.920 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 (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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:17:13 +0000 (0:00:00.022) 0:00:15.942 ********** 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, edbf0b41-02c9-45d5-810b-09ff25dde390\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 (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, edbf0b41-02c9-45d5-810b-09ff25dde390", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 (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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:17:13 +0000 (0:00:00.031) 0:00:15.974 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:17:13 +0000 (0:00:00.022) 0:00:15.996 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:67 Monday 25 March 2024 20:17:13 +0000 (0:00:00.182) 0:00:16.179 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:70 Monday 25 March 2024 20:17:13 +0000 (0:00:00.022) 0:00:16.202 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:17:13 +0000 (0:00:00.036) 0:00:16.238 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:17:13 +0000 (0:00:00.038) 0:00:16.277 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:17:13 +0000 (0:00:00.034) 0:00:16.312 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:17:13 +0000 (0:00:00.029) 0:00:16.341 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:17:13 +0000 (0:00:00.025) 0:00:16.366 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:17:15 +0000 (0:00:01.408) 0:00:17.774 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:17:16 +0000 (0:00:00.923) 0:00:18.697 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:17:16 +0000 (0:00:00.026) 0:00:18.724 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:17:16 +0000 (0:00:00.026) 0:00:18.751 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:17:16 +0000 (0:00:00.035) 0:00:18.787 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:17:16 +0000 (0:00:00.026) 0:00:18.813 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:17:16 +0000 (0:00:00.018) 0:00:18.832 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:17:16 +0000 (0:00:00.024) 0:00:18.856 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:17:16 +0000 (0:00:00.051) 0:00:18.908 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:17:16 +0000 (0:00:00.051) 0:00:18.959 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:17:16 +0000 (0:00:00.022) 0:00:18.982 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:17:16 +0000 (0:00:00.030) 0:00:19.013 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:17:16 +0000 (0:00:00.352) 0:00:19.366 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:17:16 +0000 (0:00:00.031) 0:00:19.397 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:17:16 +0000 (0:00:00.028) 0:00:19.425 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:17:16 +0000 (0:00:00.026) 0:00:19.452 ********** 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, edbf0b41-02c9-45d5-810b-09ff25dde390 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:17:17 +0000 (0:00:00.355) 0:00:19.807 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:17:17 +0000 (0:00:00.020) 0:00:19.828 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:17:17 +0000 (0:00:00.021) 0:00:19.849 ********** 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, edbf0b41-02c9-45d5-810b-09ff25dde390 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, edbf0b41-02c9-45d5-810b-09ff25dde390 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:17:17 +0000 (0:00:00.022) 0:00:19.871 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:17:17 +0000 (0:00:00.019) 0:00:19.891 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:74 Monday 25 March 2024 20:17:17 +0000 (0:00:00.180) 0:00:20.072 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:82 Monday 25 March 2024 20:17:17 +0000 (0:00:00.022) 0:00:20.094 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:17:17 +0000 (0:00:00.082) 0:00:20.177 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:17:17 +0000 (0:00:00.044) 0:00:20.222 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:17:17 +0000 (0:00:00.032) 0:00:20.254 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:17:17 +0000 (0:00:00.032) 0:00:20.286 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:17:17 +0000 (0:00:00.037) 0:00:20.324 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:17:19 +0000 (0:00:01.392) 0:00:21.716 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:17:20 +0000 (0:00:00.940) 0:00:22.657 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:17:20 +0000 (0:00:00.026) 0:00:22.684 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:17:20 +0000 (0:00:00.019) 0:00:22.703 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:17:20 +0000 (0:00:00.018) 0:00:22.721 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:17:20 +0000 (0:00:00.023) 0:00:22.744 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:17:20 +0000 (0:00:00.018) 0:00:22.763 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:17:20 +0000 (0:00:00.022) 0:00:22.785 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:17:20 +0000 (0:00:00.045) 0:00:22.830 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:17:20 +0000 (0:00:00.019) 0:00:22.850 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:17:20 +0000 (0:00:00.019) 0:00:22.869 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:17:20 +0000 (0:00:00.023) 0:00:22.893 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:17:20 +0000 (0:00:00.355) 0:00:23.248 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:17:20 +0000 (0:00:00.036) 0:00:23.285 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:17:20 +0000 (0:00:00.027) 0:00:23.313 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:17:20 +0000 (0:00:00.065) 0:00:23.378 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:17:21 +0000 (0:00:00.438) 0:00:23.817 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:17:21 +0000 (0:00:00.042) 0:00:23.859 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:17:21 +0000 (0:00:00.029) 0:00:23.889 ********** 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-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:17:21 +0000 (0:00:00.050) 0:00:23.940 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:17:21 +0000 (0:00:00.028) 0:00:23.968 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:91 Monday 25 March 2024 20:17:21 +0000 (0:00:00.193) 0:00:24.162 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:3 Monday 25 March 2024 20:17:21 +0000 (0:00:00.036) 0:00:24.198 ********** 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-textx0juptre/tests/tasks/manage_test_interface.yml:8 Monday 25 March 2024 20:17:21 +0000 (0:00:00.021) 0:00:24.219 ********** 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-textx0juptre/tests/tasks/manage_test_interface.yml:13 Monday 25 March 2024 20:17:21 +0000 (0:00:00.022) 0:00:24.241 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/show_interfaces.yml:3 Monday 25 March 2024 20:17:21 +0000 (0:00:00.033) 0:00:24.274 ********** included: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 20:17:21 +0000 (0:00:00.030) 0:00:24.305 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003289", "end": "2024-03-25 20:17:21.889750", "rc": 0, "start": "2024-03-25 20:17:21.886461" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 20:17:21 +0000 (0:00:00.214) 0:00:24.520 ********** 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-textx0juptre/tests/tasks/show_interfaces.yml:5 Monday 25 March 2024 20:17:21 +0000 (0:00:00.021) 0:00:24.541 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:16 Monday 25 March 2024 20:17:21 +0000 (0:00:00.020) 0:00:24.561 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:28 Monday 25 March 2024 20:17:22 +0000 (0:00:00.829) 0:00:25.391 ********** 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-textx0juptre/tests/tasks/manage_test_interface.yml:37 Monday 25 March 2024 20:17:22 +0000 (0:00:00.026) 0:00:25.418 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:45 Monday 25 March 2024 20:17:22 +0000 (0:00:00.020) 0:00:25.439 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.019353", "end": "2024-03-25 20:17:23.042663", "rc": 0, "start": "2024-03-25 20:17:23.023310" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:52 Monday 25 March 2024 20:17:23 +0000 (0:00:00.211) 0:00:25.650 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:58 Monday 25 March 2024 20:17:23 +0000 (0:00:00.021) 0:00:25.671 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:65 Monday 25 March 2024 20:17:23 +0000 (0:00:00.020) 0:00:25.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:71 Monday 25 March 2024 20:17:23 +0000 (0:00:00.020) 0:00:25.712 ********** 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 20:17:23 +0000 (0:00:00.008) 0:00:25.720 ********** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.74s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 1.61s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.42s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.41s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.39s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.13s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.03s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.83s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Re-test connectivity ----------------------- 0.79s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:206 Gathering Facts --------------------------------------------------------- 0.70s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.57s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.44s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 0.36s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Install packages --------------------------- 0.26s /WORKDIR/git-ostree-skip-test-better-textx0juptre/tests/roles/linux-system-roles.network/tasks/main.yml:77 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, 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. ---^---^---^---^---^---