# 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_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tests_helpers_and_asserts.yml:3 Monday 19 February 2024 00:26:53 +0000 (0:00:00.013) 0:00:00.013 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tests_helpers_and_asserts.yml:6 Monday 19 February 2024 00:26:53 +0000 (0:00:00.579) 0:00:00.593 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/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_hotfixelucnngs/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 00:26:53 +0000 (0:00:00.023) 0:00:00.616 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/el_repo_setup.yml:19 Monday 19 February 2024 00:26:54 +0000 (0:00:00.218) 0:00:00.834 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/el_repo_setup.yml:24 Monday 19 February 2024 00:26:54 +0000 (0:00:00.192) 0:00:01.026 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/el_repo_setup.yml:28 Monday 19 February 2024 00:26:54 +0000 (0:00:00.020) 0:00:01.047 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/el_repo_setup.yml:53 Monday 19 February 2024 00:26:54 +0000 (0:00:00.017) 0:00:01.064 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 00:26:54 +0000 (0:00:00.032) 0:00:01.097 ******* 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_hotfixelucnngs/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 00:26:54 +0000 (0:00:00.192) 0:00:01.289 ******* 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_hotfixelucnngs/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 00:26:54 +0000 (0:00:00.441) 0:00:01.731 ******* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.199834", "end": "2024-02-19 00:26:55.289002", "rc": 0, "start": "2024-02-19 00:26:55.089168" } 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_hotfixelucnngs/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 00:26:55 +0000 (0:00:00.322) 0:00:02.054 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 00:26:55 +0000 (0:00:00.011) 0:00:02.065 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tests_helpers_and_asserts.yml:9 Monday 19 February 2024 00:26:55 +0000 (0:00:00.010) 0:00:02.076 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 00:26:55 +0000 (0:00:00.013) 0:00:02.089 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:26:55 +0000 (0:00:00.012) 0:00:02.102 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:26:55 +0000 (0:00:00.010) 0:00:02.112 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003622", "end": "2024-02-19 00:26:55.470069", "rc": 0, "start": "2024-02-19 00:26:55.466447" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:26:55 +0000 (0:00:00.121) 0:00:02.233 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:26:55 +0000 (0:00:00.011) 0:00:02.244 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 00:26:55 +0000 (0:00:00.009) 0:00:02.254 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:26:55 +0000 (0:00:00.014) 0:00:02.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:26:55 +0000 (0:00:00.008) 0:00:02.277 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:26:55 +0000 (0:00:00.009) 0:00:02.287 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:26:55 +0000 (0:00:00.011) 0:00:02.299 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:26:55 +0000 (0:00:00.010) 0:00:02.309 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003616", "end": "2024-02-19 00:26:55.667944", "rc": 0, "start": "2024-02-19 00:26:55.664328" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:26:55 +0000 (0:00:00.122) 0:00:02.431 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:26:55 +0000 (0:00:00.011) 0:00:02.442 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:26:55 +0000 (0:00:00.009) 0:00:02.452 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 00:26:56 +0000 (0:00:00.365) 0:00:02.817 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 00:26:56 +0000 (0:00:00.018) 0:00:02.835 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 00:26:56 +0000 (0:00:00.010) 0:00:02.846 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 00:26:56 +0000 (0:00:00.029) 0:00:02.875 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 00:26:56 +0000 (0:00:00.014) 0:00:02.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:26:56 +0000 (0:00:00.022) 0:00:02.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 00:26:56 +0000 (0:00:00.016) 0:00:02.928 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 00:26:56 +0000 (0:00:00.010) 0:00:02.938 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:26:56 +0000 (0:00:00.023) 0:00:02.961 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:26:56 +0000 (0:00:00.035) 0:00:02.997 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003654", "end": "2024-02-19 00:26:56.362642", "rc": 0, "start": "2024-02-19 00:26:56.358988" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:26:56 +0000 (0:00:00.128) 0:00:03.126 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:26:56 +0000 (0:00:00.009) 0:00:03.135 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 00:26:56 +0000 (0:00:00.009) 0:00:03.145 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 00:26:56 +0000 (0:00:00.020) 0:00:03.165 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:26:56 +0000 (0:00:00.013) 0:00:03.179 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 00:26:56 +0000 (0:00:00.123) 0:00:03.302 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 00:26:56 +0000 (0:00:00.012) 0:00:03.315 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:26:56 +0000 (0:00:00.019) 0:00:03.334 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:26:56 +0000 (0:00:00.009) 0:00:03.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:26:56 +0000 (0:00:00.009) 0:00:03.354 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:26:56 +0000 (0:00:00.019) 0:00:03.373 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:26:56 +0000 (0:00:00.010) 0:00:03.384 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004821", "end": "2024-02-19 00:26:57.743231", "rc": 0, "start": "2024-02-19 00:26:56.738410" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:26:57 +0000 (0:00:01.124) 0:00:04.508 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:26:57 +0000 (0:00:00.012) 0:00:04.520 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:26:57 +0000 (0:00:00.009) 0:00:04.530 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 00:26:58 +0000 (0:00:00.373) 0:00:04.904 ******* ok: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.011919", "end": "2024-02-19 00:26:58.275690", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 00:26:58.263771" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.007724", "end": "2024-02-19 00:26:58.405955", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 00:26:58.398231" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.007947", "end": "2024-02-19 00:26:58.529601", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 00:26:58.521654" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 00:26:58 +0000 (0:00:00.392) 0:00:05.296 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.026099", "end": "2024-02-19 00:26:58.680868", "rc": 0, "start": "2024-02-19 00:26:58.654769" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 00:26:58 +0000 (0:00:00.149) 0:00:05.446 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 00:26:58 +0000 (0:00:00.010) 0:00:05.456 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 00:26:58 +0000 (0:00:00.010) 0:00:05.467 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:26:58 +0000 (0:00:00.009) 0:00:05.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 00:26:58 +0000 (0:00:00.010) 0:00:05.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 00:26:58 +0000 (0:00:00.009) 0:00:05.496 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:26:58 +0000 (0:00:00.015) 0:00:05.511 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:26:58 +0000 (0:00:00.009) 0:00:05.521 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003677", "end": "2024-02-19 00:26:58.880427", "rc": 0, "start": "2024-02-19 00:26:58.876750" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:26:58 +0000 (0:00:00.122) 0:00:05.644 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:26:58 +0000 (0:00:00.011) 0:00:05.655 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 00:26:58 +0000 (0:00:00.009) 0:00:05.664 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 00:26:58 +0000 (0:00:00.017) 0:00:05.682 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:26:58 +0000 (0:00:00.010) 0:00:05.693 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708302418.2741752, "block_size": 4096, "blocks": 0, "ctime": 1708302418.2741752, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17591, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth1298", "lnk_target": "../../devices/virtual/net/veth1298", "mode": "0777", "mtime": 1708302418.2741752, "nlink": 1, "path": "/sys/class/net/veth1298", "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 - 'veth1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 00:26:59 +0000 (0:00:00.123) 0:00:05.816 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 00:26:59 +0000 (0:00:00.011) 0:00:05.828 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:26:59 +0000 (0:00:00.018) 0:00:05.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:26:59 +0000 (0:00:00.009) 0:00:05.857 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:26:59 +0000 (0:00:00.009) 0:00:05.866 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:26:59 +0000 (0:00:00.011) 0:00:05.878 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:26:59 +0000 (0:00:00.010) 0:00:05.888 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003663", "end": "2024-02-19 00:26:59.270026", "rc": 0, "start": "2024-02-19 00:26:59.266363" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:26:59 +0000 (0:00:00.147) 0:00:06.035 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:26:59 +0000 (0:00:00.011) 0:00:06.047 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:26:59 +0000 (0:00:00.009) 0:00:06.056 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 00:26:59 +0000 (0:00:00.379) 0:00:06.436 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 00:26:59 +0000 (0:00:00.016) 0:00:06.453 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 00:26:59 +0000 (0:00:00.010) 0:00:06.463 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.007988", "end": "2024-02-19 00:26:59.831414", "rc": 0, "start": "2024-02-19 00:26:59.823426" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 00:26:59 +0000 (0:00:00.132) 0:00:06.595 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 00:26:59 +0000 (0:00:00.012) 0:00:06.608 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:26:59 +0000 (0:00:00.010) 0:00:06.619 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 00:26:59 +0000 (0:00:00.010) 0:00:06.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 00:26:59 +0000 (0:00:00.009) 0:00:06.639 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:26:59 +0000 (0:00:00.020) 0:00:06.659 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:26:59 +0000 (0:00:00.010) 0:00:06.669 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003669", "end": "2024-02-19 00:27:00.030325", "rc": 0, "start": "2024-02-19 00:27:00.026656" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:27:00 +0000 (0:00:00.126) 0:00:06.796 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:27:00 +0000 (0:00:00.011) 0:00:06.807 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 00:27:00 +0000 (0:00:00.010) 0:00:06.818 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 00:27:00 +0000 (0:00:00.019) 0:00:06.838 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:27:00 +0000 (0:00:00.010) 0:00:06.849 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 00:27:00 +0000 (0:00:00.122) 0:00:06.971 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 00:27:00 +0000 (0:00:00.011) 0:00:06.983 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 00:27:00 +0000 (0:00:00.015) 0:00:06.999 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:27:00 +0000 (0:00:00.010) 0:00:07.010 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:27:00 +0000 (0:00:00.009) 0:00:07.019 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003514", "end": "2024-02-19 00:27:00.378051", "rc": 0, "start": "2024-02-19 00:27:00.374537" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:27:00 +0000 (0:00:00.134) 0:00:07.154 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:27:00 +0000 (0:00:00.012) 0:00:07.166 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 00:27:00 +0000 (0:00:00.012) 0:00:07.178 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:27:00 +0000 (0:00:00.015) 0:00:07.194 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:27:00 +0000 (0:00:00.012) 0:00:07.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:27:00 +0000 (0:00:00.009) 0:00:07.216 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:27:00 +0000 (0:00:00.013) 0:00:07.229 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:27:00 +0000 (0:00:00.010) 0:00:07.239 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003671", "end": "2024-02-19 00:27:00.599316", "rc": 0, "start": "2024-02-19 00:27:00.595645" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:27:00 +0000 (0:00:00.123) 0:00:07.363 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:27:00 +0000 (0:00:00.010) 0:00:07.374 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:27:00 +0000 (0:00:00.009) 0:00:07.383 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 00:27:01 +0000 (0:00:00.371) 0:00:07.755 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 00:27:01 +0000 (0:00:00.018) 0:00:07.773 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 00:27:01 +0000 (0:00:00.010) 0:00:07.784 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 00:27:01 +0000 (0:00:00.011) 0:00:07.795 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 00:27:01 +0000 (0:00:00.010) 0:00:07.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:27:01 +0000 (0:00:00.010) 0:00:07.817 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 00:27:01 +0000 (0:00:00.010) 0:00:07.828 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 00:27:01 +0000 (0:00:00.009) 0:00:07.837 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:27:01 +0000 (0:00:00.014) 0:00:07.852 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:27:01 +0000 (0:00:00.009) 0:00:07.862 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003642", "end": "2024-02-19 00:27:01.222826", "rc": 0, "start": "2024-02-19 00:27:01.219184" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:27:01 +0000 (0:00:00.124) 0:00:07.986 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:27:01 +0000 (0:00:00.009) 0:00:07.996 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 00:27:01 +0000 (0:00:00.013) 0:00:08.010 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 00:27:01 +0000 (0:00:00.014) 0:00:08.024 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:27:01 +0000 (0:00:00.011) 0:00:08.036 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 00:27:01 +0000 (0:00:00.123) 0:00:08.159 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 00:27:01 +0000 (0:00:00.011) 0:00:08.170 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:27:01 +0000 (0:00:00.015) 0:00:08.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:27:01 +0000 (0:00:00.009) 0:00:08.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:27:01 +0000 (0:00:00.010) 0:00:08.206 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:27:01 +0000 (0:00:00.011) 0:00:08.218 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:27:01 +0000 (0:00:00.010) 0:00:08.229 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003644", "end": "2024-02-19 00:27:01.587648", "rc": 0, "start": "2024-02-19 00:27:01.584004" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:27:01 +0000 (0:00:00.122) 0:00:08.351 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:27:01 +0000 (0:00:00.011) 0:00:08.363 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:27:01 +0000 (0:00:00.009) 0:00:08.372 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 00:27:01 +0000 (0:00:00.373) 0:00:08.746 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 00:27:02 +0000 (0:00:00.018) 0:00:08.764 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 00:27:02 +0000 (0:00:00.009) 0:00:08.773 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 00:27:02 +0000 (0:00:00.009) 0:00:08.783 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006982", "end": "2024-02-19 00:27:02.151429", "rc": 0, "start": "2024-02-19 00:27:02.144447" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 00:27:02 +0000 (0:00:00.136) 0:00:08.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:27:02 +0000 (0:00:00.010) 0:00:08.931 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 00:27:02 +0000 (0:00:00.010) 0:00:08.941 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 00:27:02 +0000 (0:00:00.009) 0:00:08.951 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:27:02 +0000 (0:00:00.016) 0:00:08.968 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:27:02 +0000 (0:00:00.011) 0:00:08.979 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004814", "end": "2024-02-19 00:27:03.340850", "rc": 0, "start": "2024-02-19 00:27:02.336036" } STDOUT: dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:27:03 +0000 (0:00:01.125) 0:00:10.105 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:27:03 +0000 (0:00:00.011) 0:00:10.116 ******* ok: [sut] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 00:27:03 +0000 (0:00:00.010) 0:00:10.126 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 00:27:03 +0000 (0:00:00.019) 0:00:10.146 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:27:03 +0000 (0:00:00.010) 0:00:10.157 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708302422.1500466, "block_size": 4096, "blocks": 0, "ctime": 1708302422.1490467, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17510, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy1298", "lnk_target": "../../devices/virtual/net/dummy1298", "mode": "0777", "mtime": 1708302422.1490467, "nlink": 1, "path": "/sys/class/net/dummy1298", "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 - 'dummy1298'] ********************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 00:27:03 +0000 (0:00:00.120) 0:00:10.277 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 00:27:03 +0000 (0:00:00.012) 0:00:10.289 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:27:03 +0000 (0:00:00.018) 0:00:10.308 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:27:03 +0000 (0:00:00.049) 0:00:10.357 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:27:03 +0000 (0:00:00.009) 0:00:10.367 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:27:03 +0000 (0:00:00.012) 0:00:10.380 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:27:03 +0000 (0:00:00.011) 0:00:10.392 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003549", "end": "2024-02-19 00:27:03.749244", "rc": 0, "start": "2024-02-19 00:27:03.745695" } STDOUT: dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:27:03 +0000 (0:00:00.120) 0:00:10.512 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:27:03 +0000 (0:00:00.011) 0:00:10.523 ******* ok: [sut] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:27:03 +0000 (0:00:00.010) 0:00:10.534 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 00:27:04 +0000 (0:00:00.375) 0:00:10.910 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 00:27:04 +0000 (0:00:00.019) 0:00:10.929 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 00:27:04 +0000 (0:00:00.015) 0:00:10.945 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 00:27:04 +0000 (0:00:00.010) 0:00:10.956 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 00:27:04 +0000 (0:00:00.015) 0:00:10.971 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008233", "end": "2024-02-19 00:27:04.341208", "rc": 0, "start": "2024-02-19 00:27:04.332975" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:27:04 +0000 (0:00:00.154) 0:00:11.125 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 00:27:04 +0000 (0:00:00.040) 0:00:11.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 00:27:04 +0000 (0:00:00.015) 0:00:11.181 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:27:04 +0000 (0:00:00.043) 0:00:11.225 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:27:04 +0000 (0:00:00.010) 0:00:11.235 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004833", "end": "2024-02-19 00:27:05.599672", "rc": 0, "start": "2024-02-19 00:27:04.594839" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:27:05 +0000 (0:00:01.128) 0:00:12.364 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:27:05 +0000 (0:00:00.009) 0:00:12.374 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 00:27:05 +0000 (0:00:00.009) 0:00:12.384 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 00:27:05 +0000 (0:00:00.020) 0:00:12.405 ******* included: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:27:05 +0000 (0:00:00.011) 0:00:12.416 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 00:27:05 +0000 (0:00:00.121) 0:00:12.537 ******* ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=122 changed=0 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Monday 19 February 2024 00:27:05 +0000 (0:00:00.011) 0:00:12.549 ******* =============================================================================== Gather current interface info ------------------------------------------- 1.13s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.13s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.12s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Gathering Facts --------------------------------------------------------- 0.58s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tests_helpers_and_asserts.yml:3 --- Install yum-utils package ----------------------------------------------- 0.44s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/enable_epel.yml:24 ---------- Create veth interface veth1298 ------------------------------------------ 0.39s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:28 Install iproute --------------------------------------------------------- 0.38s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.38s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:16 Enable EPEL 7 ----------------------------------------------------------- 0.32s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/enable_epel.yml:30 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.22s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/el_repo_setup.yml:3 --------- Create EPEL 7 ----------------------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/el_repo_setup.yml:19 -------- Delete dummy interface dummy1298 ---------------------------------------- 0.15s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:58 Set up veth as managed by NetworkManager -------------------------------- 0.15s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:37 Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.14s /WORKDIR/git-nm_plugin_hotfixelucnngs/tests/tasks/manage_test_interface.yml:52 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---