# 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_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tests_states_nm.yml:6 Sunday 18 February 2024 19:24:17 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tests_states_nm.yml:9 Sunday 18 February 2024 19:24:18 +0000 (0:00:00.572) 0:00:00.583 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 19:24:18 +0000 (0:00:00.021) 0:00:00.605 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/el_repo_setup.yml:19 Sunday 18 February 2024 19:24:18 +0000 (0:00:00.215) 0:00:00.820 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/el_repo_setup.yml:24 Sunday 18 February 2024 19:24:18 +0000 (0:00:00.189) 0:00:01.009 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/el_repo_setup.yml:28 Sunday 18 February 2024 19:24:19 +0000 (0:00:00.020) 0:00:01.030 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/el_repo_setup.yml:53 Sunday 18 February 2024 19:24:19 +0000 (0:00:00.017) 0:00:01.047 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 19:24:19 +0000 (0:00:00.031) 0:00:01.079 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 19:24:19 +0000 (0:00:00.179) 0:00:01.258 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 19:24:19 +0000 (0:00:00.454) 0:00:01.713 ******* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.196052", "end": "2024-02-18 19:24:19.999177", "rc": 0, "start": "2024-02-18 19:24:19.803125" } STDOUT: ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7Server baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7Server/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7Server/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7Server/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7Server/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=$infra&content=$contentdir minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7Server/epel pkgdir = /var/cache/yum/x86_64/7Server/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.319) 0:00:02.032 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.010) 0:00:02.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/tests_states_nm.yml:11 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.010) 0:00:02.054 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tests_states.yml:3 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.009) 0:00:02.064 ******* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tests_states.yml:11 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.381) 0:00:02.445 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tests_states.yml:22 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.010) 0:00:02.456 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.015) 0:00:02.471 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.010) 0:00:02.482 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_present.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.031) 0:00:02.513 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.013) 0:00:02.527 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.012) 0:00:02.539 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003623", "end": "2024-02-18 19:24:20.631494", "rc": 0, "start": "2024-02-18 19:24:20.627871" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.124) 0:00:02.664 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.011) 0:00:02.675 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.010) 0:00:02.686 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/delete_interface.yml:3 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.019) 0:00:02.705 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.011375", "end": "2024-02-18 19:24:20.804525", "rc": 1, "start": "2024-02-18 19:24:20.793150" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.130) 0:00:02.835 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.014) 0:00:02.850 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.121) 0:00:02.971 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.012) 0:00:02.983 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 19:24:20 +0000 (0:00:00.017) 0:00:03.001 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:21 +0000 (0:00:00.031) 0:00:03.033 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:21 +0000 (0:00:00.069) 0:00:03.102 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:21 +0000 (0:00:00.012) 0:00:03.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:21 +0000 (0:00:00.009) 0:00:03.125 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:21 +0000 (0:00:00.009) 0:00:03.134 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:21 +0000 (0:00:00.842) 0:00:03.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 : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:22 +0000 (0:00:00.799) 0:00:04.776 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:22 +0000 (0:00:00.021) 0:00:04.798 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:22 +0000 (0:00:00.020) 0:00:04.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:22 +0000 (0:00:00.019) 0:00:04.838 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:22 +0000 (0:00:00.041) 0:00:04.880 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:22 +0000 (0:00:00.020) 0:00:04.901 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:22 +0000 (0:00:00.021) 0:00:04.922 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:22 +0000 (0:00:00.025) 0:00:04.948 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:23 +0000 (0:00:00.355) 0:00:05.303 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:23 +0000 (0:00:00.025) 0:00:05.329 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:23 +0000 (0:00:00.020) 0:00:05.349 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:23 +0000 (0:00:00.020) 0:00:05.370 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 64a2d95a-fd34-4326-a748-79d7bcf2c47c TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:23 +0000 (0:00:00.430) 0:00:05.800 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:23 +0000 (0:00:00.020) 0:00:05.821 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 64a2d95a-fd34-4326-a748-79d7bcf2c47c" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:23 +0000 (0:00:00.021) 0:00:05.843 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 64a2d95a-fd34-4326-a748-79d7bcf2c47c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 64a2d95a-fd34-4326-a748-79d7bcf2c47c" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:23 +0000 (0:00:00.045) 0:00:05.888 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:23 +0000 (0:00:00.020) 0:00:05.909 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.179) 0:00:06.088 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 64a2d95a-fd34-4326-a748-79d7bcf2c47c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 64a2d95a-fd34-4326-a748-79d7bcf2c47c" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.022) 0:00:06.111 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.038) 0:00:06.150 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.036) 0:00:06.186 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.021) 0:00:06.207 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708284263.6973248, "block_size": 4096, "blocks": 8, "ctime": 1708284263.6963248, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12604795, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708284263.6963248, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 146, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.132) 0:00:06.340 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.021) 0:00:06.362 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.024126", "end": "2024-02-18 19:24:24.474413", "rc": 0, "start": "2024-02-18 19:24:24.450287" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.153) 0:00:06.516 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.023) 0:00:06.540 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.023) 0:00:06.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.024) 0:00:06.588 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.022) 0:00:06.611 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.021) 0:00:06.633 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.048) 0:00:06.681 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.023) 0:00:06.705 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.022) 0:00:06.727 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.040) 0:00:06.768 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.033) 0:00:06.801 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708284263.6993248, "block_size": 4096, "blocks": 0, "ctime": 1708284263.698325, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17515, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1708284263.698325, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.131) 0:00:06.933 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.023) 0:00:06.956 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.020) 0:00:06.976 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 19:24:24 +0000 (0:00:00.038) 0:00:07.014 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.080585", "end": "2024-02-18 19:24:25.183179", "rc": 1, "start": "2024-02-18 19:24:25.102594" } STDOUT: Connection 'statebr' (64a2d95a-fd34-4326-a748-79d7bcf2c47c) successfully deleted. STDERR: (process:6485): GLib-GIO-WARNING **: 19:24:25.159: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/23 but no object proxy exists Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tests_states.yml:45 Sunday 18 February 2024 19:24:25 +0000 (0:00:00.211) 0:00:07.226 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 19:24:25 +0000 (0:00:00.034) 0:00:07.261 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 19:24:25 +0000 (0:00:00.022) 0:00:07.284 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 19:24:25 +0000 (0:00:00.043) 0:00:07.327 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 19:24:25 +0000 (0:00:00.056) 0:00:07.383 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 19:24:25 +0000 (0:00:00.031) 0:00:07.415 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004781", "end": "2024-02-18 19:24:26.508027", "rc": 0, "start": "2024-02-18 19:24:25.503246" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 19:24:26 +0000 (0:00:01.136) 0:00:08.551 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 19:24:26 +0000 (0:00:00.022) 0:00:08.574 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 19:24:26 +0000 (0:00:00.020) 0:00:08.594 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/delete_interface.yml:3 Sunday 18 February 2024 19:24:26 +0000 (0:00:00.039) 0:00:08.633 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007533", "end": "2024-02-18 19:24:26.728839", "rc": 1, "start": "2024-02-18 19:24:26.721306" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 19:24:26 +0000 (0:00:00.136) 0:00:08.769 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:24:26 +0000 (0:00:00.034) 0:00:08.804 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 19:24:26 +0000 (0:00:00.129) 0:00:08.933 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 19:24:26 +0000 (0:00:00.059) 0:00:08.993 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Sunday 18 February 2024 19:24:27 +0000 (0:00:00.037) 0:00:09.030 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:27 +0000 (0:00:00.039) 0:00:09.069 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:27 +0000 (0:00:00.039) 0:00:09.108 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:27 +0000 (0:00:00.026) 0:00:09.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:27 +0000 (0:00:00.021) 0:00:09.155 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:27 +0000 (0:00:00.021) 0:00:09.177 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:27 +0000 (0:00:00.813) 0:00:09.990 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:28 +0000 (0:00:00.677) 0:00:10.668 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:28 +0000 (0:00:00.022) 0:00:10.690 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:28 +0000 (0:00:00.021) 0:00:10.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:28 +0000 (0:00:00.019) 0:00:10.731 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:28 +0000 (0:00:00.042) 0:00:10.773 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:28 +0000 (0:00:00.019) 0:00:10.793 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:28 +0000 (0:00:00.021) 0:00:10.814 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:28 +0000 (0:00:00.024) 0:00:10.839 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.236) 0:00:11.075 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.024) 0:00:11.100 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.021) 0:00:11.121 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.021) 0:00:11.142 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 79664c30-cc68-4837-bf4c-96128c7a8644 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.300) 0:00:11.442 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.020) 0:00:11.463 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 79664c30-cc68-4837-bf4c-96128c7a8644" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.047) 0:00:11.510 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 79664c30-cc68-4837-bf4c-96128c7a8644\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 79664c30-cc68-4837-bf4c-96128c7a8644" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.022) 0:00:11.533 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.020) 0:00:11.554 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.131) 0:00:11.685 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 79664c30-cc68-4837-bf4c-96128c7a8644\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 79664c30-cc68-4837-bf4c-96128c7a8644" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.022) 0:00:11.708 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.044) 0:00:11.752 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.035) 0:00:11.788 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.133) 0:00:11.921 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.022) 0:00:11.944 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.034) 0:00:11.978 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 19:24:29 +0000 (0:00:00.020) 0:00:11.999 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708284269.3803132, "block_size": 4096, "blocks": 8, "ctime": 1708284269.3803132, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12604795, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708284269.3803132, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 145, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.134) 0:00:12.133 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.022) 0:00:12.156 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022371", "end": "2024-02-18 19:24:30.270213", "rc": 0, "start": "2024-02-18 19:24:30.247842" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.158) 0:00:12.314 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.051) 0:00:12.365 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.024) 0:00:12.390 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.023) 0:00:12.414 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.023) 0:00:12.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.024) 0:00:12.462 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.024) 0:00:12.487 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.023) 0:00:12.510 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.024) 0:00:12.534 ******* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.020) 0:00:12.554 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.021) 0:00:12.576 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.044) 0:00:12.621 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.052555", "end": "2024-02-18 19:24:30.772744", "rc": 1, "start": "2024-02-18 19:24:30.720189" } STDOUT: Connection 'statebr' (79664c30-cc68-4837-bf4c-96128c7a8644) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tests_states.yml:65 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.193) 0:00:12.815 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.035) 0:00:12.850 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.021) 0:00:12.872 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.044) 0:00:12.917 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.061) 0:00:12.978 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 19:24:30 +0000 (0:00:00.033) 0:00:13.011 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004850", "end": "2024-02-18 19:24:32.106878", "rc": 0, "start": "2024-02-18 19:24:31.102028" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 19:24:32 +0000 (0:00:01.139) 0:00:14.151 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 19:24:32 +0000 (0:00:00.022) 0:00:14.173 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 19:24:32 +0000 (0:00:00.021) 0:00:14.195 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 19:24:32 +0000 (0:00:00.037) 0:00:14.233 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:32 +0000 (0:00:00.035) 0:00:14.268 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:32 +0000 (0:00:00.044) 0:00:14.313 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:32 +0000 (0:00:00.025) 0:00:14.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:32 +0000 (0:00:00.048) 0:00:14.387 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:32 +0000 (0:00:00.028) 0:00:14.415 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:33 +0000 (0:00:00.768) 0:00:15.184 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:33 +0000 (0:00:00.640) 0:00:15.825 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:33 +0000 (0:00:00.023) 0:00:15.848 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:33 +0000 (0:00:00.022) 0:00:15.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:33 +0000 (0:00:00.021) 0:00:15.892 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:33 +0000 (0:00:00.043) 0:00:15.935 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:33 +0000 (0:00:00.021) 0:00:15.957 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:33 +0000 (0:00:00.021) 0:00:15.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.052) 0:00:16.030 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.232) 0:00:16.262 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.024) 0:00:16.287 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.019) 0:00:16.307 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.021) 0:00:16.328 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.333) 0:00:16.662 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.021) 0:00:16.684 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.021) 0:00:16.705 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.022) 0:00:16.728 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.019) 0:00:16.748 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.130) 0:00:16.879 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.022) 0:00:16.901 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.037) 0:00:16.939 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:34 +0000 (0:00:00.040) 0:00:16.979 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:35 +0000 (0:00:00.071) 0:00:17.051 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:35 +0000 (0:00:00.025) 0:00:17.077 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:35 +0000 (0:00:00.021) 0:00:17.098 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:35 +0000 (0:00:00.021) 0:00:17.120 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:35 +0000 (0:00:00.777) 0:00:17.897 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.640) 0:00:18.538 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.021) 0:00:18.560 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.021) 0:00:18.582 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.049) 0:00:18.631 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.044) 0:00:18.675 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.022) 0:00:18.697 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.021) 0:00:18.718 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.026) 0:00:18.744 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.224) 0:00:18.968 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.026) 0:00:18.995 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:36 +0000 (0:00:00.020) 0:00:19.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.021) 0:00:19.037 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.275) 0:00:19.313 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.021) 0:00:19.334 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.021) 0:00:19.356 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d2e65517-5af2-460f-b3ce-8e37ec513b8f skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.022) 0:00:19.379 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.021) 0:00:19.400 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.126) 0:00:19.527 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.041) 0:00:19.569 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.061) 0:00:19.631 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708284274.5653024, "block_size": 4096, "blocks": 0, "ctime": 1708284274.5563025, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17515, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1708284274.5563025, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.133) 0:00:19.764 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.024) 0:00:19.789 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.037) 0:00:19.827 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.021) 0:00:19.849 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708284274.5553026, "block_size": 4096, "blocks": 8, "ctime": 1708284274.5543025, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12604796, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708284274.5543025, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 146, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.131) 0:00:19.980 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 19:24:37 +0000 (0:00:00.022) 0:00:20.003 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022406", "end": "2024-02-18 19:24:38.115094", "rc": 0, "start": "2024-02-18 19:24:38.092688" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.154) 0:00:20.157 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.023) 0:00:20.181 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.021) 0:00:20.203 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.022) 0:00:20.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.022) 0:00:20.248 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.021) 0:00:20.269 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.023) 0:00:20.293 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.023) 0:00:20.316 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.045) 0:00:20.362 ******* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.019) 0:00:20.381 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.021) 0:00:20.402 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.038) 0:00:20.441 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.081323", "end": "2024-02-18 19:24:38.611749", "rc": 1, "start": "2024-02-18 19:24:38.530426" } STDOUT: Connection 'statebr' (d2e65517-5af2-460f-b3ce-8e37ec513b8f) successfully deleted. STDERR: (process:7252): GLib-GIO-WARNING **: 19:24:38.588: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/24 but no object proxy exists (process:7252): GLib-GIO-WARNING **: 19:24:38.588: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/Devices/43 but no object proxy exists Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tests_states.yml:83 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.212) 0:00:20.654 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.036) 0:00:20.690 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.022) 0:00:20.713 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.043) 0:00:20.756 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.032) 0:00:20.789 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.032) 0:00:20.821 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003448", "end": "2024-02-18 19:24:38.913565", "rc": 0, "start": "2024-02-18 19:24:38.910117" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.134) 0:00:20.956 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.022) 0:00:20.978 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 19:24:38 +0000 (0:00:00.020) 0:00:20.998 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 19:24:39 +0000 (0:00:00.068) 0:00:21.066 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:39 +0000 (0:00:00.036) 0:00:21.102 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:39 +0000 (0:00:00.039) 0:00:21.142 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:39 +0000 (0:00:00.025) 0:00:21.167 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:39 +0000 (0:00:00.021) 0:00:21.189 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:39 +0000 (0:00:00.021) 0:00:21.210 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:39 +0000 (0:00:00.770) 0:00:21.981 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:40 +0000 (0:00:00.655) 0:00:22.636 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:40 +0000 (0:00:00.024) 0:00:22.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:40 +0000 (0:00:00.022) 0:00:22.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:40 +0000 (0:00:00.022) 0:00:22.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:40 +0000 (0:00:00.043) 0:00:22.750 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:40 +0000 (0:00:00.022) 0:00:22.772 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:40 +0000 (0:00:00.021) 0:00:22.793 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:40 +0000 (0:00:00.028) 0:00:22.821 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.225) 0:00:23.047 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.025) 0:00:23.072 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.019) 0:00:23.092 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.021) 0:00:23.113 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0846079c-3857-44e4-a865-df27e9579a88 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.327) 0:00:23.441 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.021) 0:00:23.462 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0846079c-3857-44e4-a865-df27e9579a88" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.021) 0:00:23.484 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0846079c-3857-44e4-a865-df27e9579a88\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0846079c-3857-44e4-a865-df27e9579a88" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.022) 0:00:23.506 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.050) 0:00:23.557 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.130) 0:00:23.687 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0846079c-3857-44e4-a865-df27e9579a88\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0846079c-3857-44e4-a865-df27e9579a88" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.023) 0:00:23.711 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.035) 0:00:23.746 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.039) 0:00:23.786 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.025) 0:00:23.811 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.020) 0:00:23.832 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:41 +0000 (0:00:00.020) 0:00:23.853 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:42 +0000 (0:00:00.767) 0:00:24.621 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.666) 0:00:25.287 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.021) 0:00:25.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.021) 0:00:25.330 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.019) 0:00:25.350 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.043) 0:00:25.393 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.022) 0:00:25.415 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.021) 0:00:25.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.024) 0:00:25.461 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.229) 0:00:25.690 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.025) 0:00:25.716 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.020) 0:00:25.736 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:43 +0000 (0:00:00.020) 0:00:25.757 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0846079c-3857-44e4-a865-df27e9579a88 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.274) 0:00:26.031 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.021) 0:00:26.052 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0846079c-3857-44e4-a865-df27e9579a88 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.022) 0:00:26.074 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0846079c-3857-44e4-a865-df27e9579a88 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0846079c-3857-44e4-a865-df27e9579a88 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.053) 0:00:26.128 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.021) 0:00:26.149 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.126) 0:00:26.276 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove_profile.yml:3 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.039) 0:00:26.316 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.039) 0:00:26.355 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.038) 0:00:26.394 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.025) 0:00:26.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.021) 0:00:26.441 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:44 +0000 (0:00:00.022) 0:00:26.464 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:45 +0000 (0:00:00.762) 0:00:27.226 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:45 +0000 (0:00:00.671) 0:00:27.897 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:45 +0000 (0:00:00.023) 0:00:27.921 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:45 +0000 (0:00:00.021) 0:00:27.942 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:45 +0000 (0:00:00.021) 0:00:27.964 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:45 +0000 (0:00:00.043) 0:00:28.007 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.021) 0:00:28.029 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.021) 0:00:28.051 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.026) 0:00:28.077 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.228) 0:00:28.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.026) 0:00:28.332 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.022) 0:00:28.354 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.021) 0:00:28.375 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.369) 0:00:28.744 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.021) 0:00:28.766 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.023) 0:00:28.789 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.022) 0:00:28.811 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.021) 0:00:28.832 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.127) 0:00:28.960 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 19:24:46 +0000 (0:00:00.046) 0:00:29.006 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.045) 0:00:29.052 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708284281.3552885, "block_size": 4096, "blocks": 0, "ctime": 1708284281.3472886, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17518, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1708284281.3472886, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.138) 0:00:29.190 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.025) 0:00:29.216 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.036) 0:00:29.252 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.021) 0:00:29.274 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.132) 0:00:29.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.021) 0:00:29.428 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022198", "end": "2024-02-18 19:24:47.538117", "rc": 1, "start": "2024-02-18 19:24:47.515919" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.185) 0:00:29.613 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.023) 0:00:29.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.023) 0:00:29.660 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.022) 0:00:29.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.024) 0:00:29.708 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.024) 0:00:29.732 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.024) 0:00:29.756 ******* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.020) 0:00:29.777 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.021) 0:00:29.798 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 19:24:47 +0000 (0:00:00.040) 0:00:29.839 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.081290", "end": "2024-02-18 19:24:48.009365", "rc": 1, "start": "2024-02-18 19:24:47.928075" } STDOUT: Connection 'statebr' (0846079c-3857-44e4-a865-df27e9579a88) successfully deleted. STDERR: (process:7921): GLib-GIO-WARNING **: 19:24:47.987: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/25 but no object proxy exists Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tests_states.yml:103 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.213) 0:00:30.052 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.036) 0:00:30.088 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.022) 0:00:30.111 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.044) 0:00:30.155 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.032) 0:00:30.188 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.059) 0:00:30.248 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003513", "end": "2024-02-18 19:24:48.340232", "rc": 0, "start": "2024-02-18 19:24:48.336719" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.133) 0:00:30.382 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.022) 0:00:30.405 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.020) 0:00:30.425 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.042) 0:00:30.468 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.035) 0:00:30.503 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.039) 0:00:30.542 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.026) 0:00:30.569 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.019) 0:00:30.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:48 +0000 (0:00:00.021) 0:00:30.611 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:49 +0000 (0:00:00.807) 0:00:31.418 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.633) 0:00:32.052 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.022) 0:00:32.075 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.021) 0:00:32.096 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.021) 0:00:32.118 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.044) 0:00:32.162 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.021) 0:00:32.183 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.021) 0:00:32.204 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.025) 0:00:32.230 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.226) 0:00:32.457 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.025) 0:00:32.483 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.022) 0:00:32.505 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.023) 0:00:32.528 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.374) 0:00:32.902 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.021) 0:00:32.923 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.022) 0:00:32.946 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.022) 0:00:32.968 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:50 +0000 (0:00:00.020) 0:00:32.989 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 19:24:51 +0000 (0:00:00.129) 0:00:33.119 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 19:24:51 +0000 (0:00:00.023) 0:00:33.142 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:51 +0000 (0:00:00.034) 0:00:33.177 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:51 +0000 (0:00:00.038) 0:00:33.215 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:51 +0000 (0:00:00.025) 0:00:33.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:51 +0000 (0:00:00.019) 0:00:33.261 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:51 +0000 (0:00:00.019) 0:00:33.281 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:52 +0000 (0:00:00.766) 0:00:34.047 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:52 +0000 (0:00:00.634) 0:00:34.681 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:52 +0000 (0:00:00.023) 0:00:34.705 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:52 +0000 (0:00:00.019) 0:00:34.725 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:52 +0000 (0:00:00.020) 0:00:34.745 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:52 +0000 (0:00:00.041) 0:00:34.786 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:52 +0000 (0:00:00.020) 0:00:34.807 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:52 +0000 (0:00:00.022) 0:00:34.829 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:52 +0000 (0:00:00.024) 0:00:34.854 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.224) 0:00:35.078 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.024) 0:00:35.103 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.020) 0:00:35.124 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.045) 0:00:35.170 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.276) 0:00:35.447 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.021) 0:00:35.468 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.022) 0:00:35.491 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0168bd7a-1692-4960-adf7-9a07ae4c297f skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.022) 0:00:35.514 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.020) 0:00:35.535 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove_profile.yml:3 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.131) 0:00:35.666 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.036) 0:00:35.703 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.039) 0:00:35.743 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.027) 0:00:35.770 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.020) 0:00:35.791 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:53 +0000 (0:00:00.019) 0:00:35.811 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:54 +0000 (0:00:00.761) 0:00:36.572 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.649) 0:00:37.221 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.023) 0:00:37.245 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.023) 0:00:37.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.023) 0:00:37.292 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.044) 0:00:37.337 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.022) 0:00:37.359 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.022) 0:00:37.381 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.024) 0:00:37.406 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.226) 0:00:37.632 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.024) 0:00:37.657 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.021) 0:00:37.678 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:55 +0000 (0:00:00.051) 0:00:37.730 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.310) 0:00:38.040 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.021) 0:00:38.062 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.022) 0:00:38.084 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.022) 0:00:38.107 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.021) 0:00:38.129 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.127) 0:00:38.257 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.041) 0:00:38.298 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.039) 0:00:38.338 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.038) 0:00:38.377 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.025) 0:00:38.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.021) 0:00:38.424 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:24:56 +0000 (0:00:00.020) 0:00:38.445 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:24:57 +0000 (0:00:00.793) 0:00:39.238 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:24:57 +0000 (0:00:00.642) 0:00:39.881 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:24:57 +0000 (0:00:00.022) 0:00:39.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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:24:57 +0000 (0:00:00.022) 0:00:39.926 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:24:57 +0000 (0:00:00.021) 0:00:39.947 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:24:57 +0000 (0:00:00.043) 0:00:39.990 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:24:57 +0000 (0:00:00.021) 0:00:40.012 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.020) 0:00:40.032 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.024) 0:00:40.057 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.258) 0:00:40.315 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.026) 0:00:40.341 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.022) 0:00:40.364 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.021) 0:00:40.385 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.359) 0:00:40.745 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.021) 0:00:40.766 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.023) 0:00:40.790 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.023) 0:00:40.814 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.021) 0:00:40.836 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.129) 0:00:40.965 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 18 February 2024 19:24:58 +0000 (0:00:00.039) 0:00:41.005 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.037) 0:00:41.042 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.021) 0:00:41.063 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.131) 0:00:41.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.021) 0:00:41.216 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021035", "end": "2024-02-18 19:24:59.324646", "rc": 1, "start": "2024-02-18 19:24:59.303611" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.149) 0:00:41.366 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.025) 0:00:41.392 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.022) 0:00:41.414 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.024) 0:00:41.439 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.023) 0:00:41.462 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.021) 0:00:41.483 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.024) 0:00:41.508 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.044) 0:00:41.552 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.036) 0:00:41.589 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.132) 0:00:41.722 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.025) 0:00:41.747 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.022) 0:00:41.769 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.041) 0:00:41.810 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.044271", "end": "2024-02-18 19:24:59.944721", "rc": 1, "start": "2024-02-18 19:24:59.900450" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tests_states.yml:126 Sunday 18 February 2024 19:24:59 +0000 (0:00:00.177) 0:00:41.988 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 19:25:00 +0000 (0:00:00.065) 0:00:42.053 ******* ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 19:25:00 +0000 (0:00:00.022) 0:00:42.076 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 19:25:00 +0000 (0:00:00.046) 0:00:42.122 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 19:25:00 +0000 (0:00:00.034) 0:00:42.156 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 19:25:00 +0000 (0:00:00.032) 0:00:42.189 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005082", "end": "2024-02-18 19:25:01.283725", "rc": 0, "start": "2024-02-18 19:25:00.278643" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 19:25:01 +0000 (0:00:01.138) 0:00:43.327 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 19:25:01 +0000 (0:00:00.023) 0:00:43.351 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 19:25:01 +0000 (0:00:00.020) 0:00:43.372 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 19:25:01 +0000 (0:00:00.043) 0:00:43.415 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:25:01 +0000 (0:00:00.062) 0:00:43.477 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:25:01 +0000 (0:00:00.039) 0:00:43.517 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:25:01 +0000 (0:00:00.025) 0:00:43.542 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:25:01 +0000 (0:00:00.020) 0:00:43.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:25:01 +0000 (0:00:00.021) 0:00:43.585 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:25:02 +0000 (0:00:00.774) 0:00:44.360 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:25:02 +0000 (0:00:00.643) 0:00:45.003 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.053) 0:00:45.057 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.021) 0:00:45.078 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.023) 0:00:45.101 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.043) 0:00:45.145 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.021) 0:00:45.166 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.021) 0:00:45.188 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.024) 0:00:45.212 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.224) 0:00:45.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.026) 0:00:45.463 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.022) 0:00:45.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.020) 0:00:45.506 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.331) 0:00:45.837 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.021) 0:00:45.859 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.024) 0:00:45.884 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.022) 0:00:45.907 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:25:03 +0000 (0:00:00.022) 0:00:45.929 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 19:25:04 +0000 (0:00:00.130) 0:00:46.059 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 19:25:04 +0000 (0:00:00.057) 0:00:46.117 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:25:04 +0000 (0:00:00.035) 0:00:46.152 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:25:04 +0000 (0:00:00.041) 0:00:46.194 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:25:04 +0000 (0:00:00.026) 0:00:46.220 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:25:04 +0000 (0:00:00.021) 0:00:46.242 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:25:04 +0000 (0:00:00.021) 0:00:46.263 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:25:05 +0000 (0:00:00.776) 0:00:47.039 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:25:05 +0000 (0:00:00.670) 0:00:47.710 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:25:05 +0000 (0:00:00.022) 0:00:47.733 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:25:05 +0000 (0:00:00.022) 0:00:47.755 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:25:05 +0000 (0:00:00.021) 0:00:47.776 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:25:05 +0000 (0:00:00.043) 0:00:47.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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:25:05 +0000 (0:00:00.022) 0:00:47.842 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:25:05 +0000 (0:00:00.021) 0:00:47.864 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:25:05 +0000 (0:00:00.025) 0:00:47.889 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.225) 0:00:48.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.024) 0:00:48.139 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.021) 0:00:48.161 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.022) 0:00:48.184 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.277) 0:00:48.462 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.021) 0:00:48.484 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.022) 0:00:48.506 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 92eebc41-d05d-4a16-9a71-592724f6478d skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.023) 0:00:48.529 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.020) 0:00:48.550 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.158) 0:00:48.708 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.035) 0:00:48.743 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.039) 0:00:48.783 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.025) 0:00:48.809 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.021) 0:00:48.830 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:25:06 +0000 (0:00:00.020) 0:00:48.851 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:25:07 +0000 (0:00:00.764) 0:00:49.615 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.660) 0:00:50.275 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.023) 0:00:50.299 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.022) 0:00:50.321 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.021) 0:00:50.343 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.044) 0:00:50.387 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.021) 0:00:50.409 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.021) 0:00:50.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.026) 0:00:50.456 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.227) 0:00:50.684 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.027) 0:00:50.711 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.020) 0:00:50.732 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:25:08 +0000 (0:00:00.022) 0:00:50.754 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.371) 0:00:51.126 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.023) 0:00:51.149 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.024) 0:00:51.173 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.024) 0:00:51.197 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.021) 0:00:51.219 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.125) 0:00:51.344 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.038) 0:00:51.383 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.035) 0:00:51.418 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.039) 0:00:51.458 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.028) 0:00:51.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.021) 0:00:51.508 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 19:25:09 +0000 (0:00:00.021) 0:00:51.529 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 19:25:10 +0000 (0:00:00.763) 0:00:52.293 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 19:25:10 +0000 (0:00:00.705) 0:00:52.999 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.022) 0:00:53.022 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.020) 0:00:53.042 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.021) 0:00:53.063 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.042) 0:00:53.106 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.021) 0:00:53.127 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.020) 0:00:53.148 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.023) 0:00:53.171 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.226) 0:00:53.397 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.024) 0:00:53.421 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.020) 0:00:53.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.019) 0:00:53.461 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.290) 0:00:53.752 ******* 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-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.020) 0:00:53.773 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.054) 0:00:53.827 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.023) 0:00:53.851 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.021) 0:00:53.873 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 19:25:11 +0000 (0:00:00.125) 0:00:53.999 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.042) 0:00:54.041 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.035) 0:00:54.077 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.021) 0:00:54.098 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.130) 0:00:54.229 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.020) 0:00:54.249 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020366", "end": "2024-02-18 19:25:12.357724", "rc": 1, "start": "2024-02-18 19:25:12.337358" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.150) 0:00:54.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.022) 0:00:54.423 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.022) 0:00:54.445 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.023) 0:00:54.469 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.022) 0:00:54.492 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.021) 0:00:54.514 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Sunday 18 February 2024 19:25:12 +0000 (0:00:00.023) 0:00:54.538 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.402986", "end": "2024-02-18 19:25:13.030424", "rc": 0, "start": "2024-02-18 19:25:12.627438" } STDOUT: NetworkManager-1.18.8-2.el7_9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.535) 0:00:55.073 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.022) 0:00:55.096 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.021) 0:00:55.118 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.042) 0:00:55.160 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.035) 0:00:55.196 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.133) 0:00:55.329 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.024) 0:00:55.353 ******* ok: [sut] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.021) 0:00:55.375 ******* included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.043) 0:00:55.419 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.045089", "end": "2024-02-18 19:25:13.553156", "rc": 1, "start": "2024-02-18 19:25:13.508067" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/check_network_dns.yml:6 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.175) 0:00:55.595 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.008277", "end": "2024-02-18 19:25:13.691686", "rc": 0, "start": "2024-02-18 19:25:13.683409" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:58:1e:a3:b6:ef brd ff:ff:ff:ff:ff:ff inet 10.31.11.149/22 brd 10.31.11.255 scope global noprefixroute dynamic eth0 valid_lft 2274sec preferred_lft 2274sec inet6 fe80::1058:1eff:fea3:b6ef/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.149 metric 100 IP -6 ROUTE unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/check_network_dns.yml:24 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.140) 0:00:55.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=324 changed=10 unreachable=0 failed=0 skipped=247 rescued=0 ignored=11 Sunday 18 February 2024 19:25:13 +0000 (0:00:00.015) 0:00:55.751 ******* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.80s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 1.26s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 Gather current interface info ------------------------------------------- 1.14s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.14s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.14s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/playbooks/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Configure networking connection profiles --- 1.11s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Configure networking connection profiles --- 1.02s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 0.90s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Check which services are running ----------- 0.84s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.81s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.81s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 0.80s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 0.79s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-nm_plugin_hotfixpieg_82a/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---