# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-route_type605_h88z/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-route_type605_h88z/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tests_helpers_and_asserts.yml:3 Tuesday 09 January 2024 02:46:16 +0000 (0:00:00.034) 0:00:00.034 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_type605_h88z/tests/tests_helpers_and_asserts.yml:6 Tuesday 09 January 2024 02:46:17 +0000 (0:00:00.684) 0:00:00.718 ******* included: /WORKDIR/git-route_type605_h88z/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-route_type605_h88z/tests/tasks/el_repo_setup.yml:3 Tuesday 09 January 2024 02:46:17 +0000 (0:00:00.011) 0:00:00.729 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/el_repo_setup.yml:17 Tuesday 09 January 2024 02:46:17 +0000 (0:00:00.253) 0:00:00.983 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/el_repo_setup.yml:22 Tuesday 09 January 2024 02:46:17 +0000 (0:00:00.184) 0:00:01.167 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/el_repo_setup.yml:26 Tuesday 09 January 2024 02:46:17 +0000 (0:00:00.013) 0:00:01.181 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/el_repo_setup.yml:51 Tuesday 09 January 2024 02:46:17 +0000 (0:00:00.007) 0:00:01.188 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/enable_epel.yml:8 Tuesday 09 January 2024 02:46:17 +0000 (0:00:00.019) 0:00:01.208 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/enable_epel.yml:24 Tuesday 09 January 2024 02:46:17 +0000 (0:00:00.185) 0:00:01.393 ******* 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-route_type605_h88z/tests/tasks/enable_epel.yml:30 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.434) 0:00:01.827 ******* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.209723", "end": "2024-01-09 02:46:18.534667", "rc": 0, "start": "2024-01-09 02:46:18.324944" } 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-route_type605_h88z/tests/tasks/enable_epel.yml:35 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.340) 0:00:02.168 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '8'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/enable_epel.yml:40 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.009) 0:00:02.177 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tests_helpers_and_asserts.yml:9 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.008) 0:00:02.186 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:3 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.011) 0:00:02.197 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.010) 0:00:02.208 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.009) 0:00:02.217 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004167", "end": "2024-01-09 02:46:18.716455", "rc": 0, "start": "2024-01-09 02:46:18.712288" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.131) 0:00:02.349 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.009) 0:00:02.359 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:5 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.008) 0:00:02.367 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.013) 0:00:02.380 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.007) 0:00:02.387 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.007) 0:00:02.395 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.009) 0:00:02.404 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.009) 0:00:02.413 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004073", "end": "2024-01-09 02:46:18.920420", "rc": 0, "start": "2024-01-09 02:46:18.916347" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.140) 0:00:02.554 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.009) 0:00:02.564 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:46:18 +0000 (0:00:00.008) 0:00:02.572 ******* ok: [sut] => { "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-route_type605_h88z/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.327) 0:00:02.899 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.013) 0:00:02.912 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.008) 0:00:02.921 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.008) 0:00:02.929 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.007) 0:00:02.937 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.007) 0:00:02.945 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.008) 0:00:02.953 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:9 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.007) 0:00:02.960 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.013) 0:00:02.973 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.008) 0:00:02.982 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004431", "end": "2024-01-09 02:46:19.491508", "rc": 0, "start": "2024-01-09 02:46:19.487077" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.142) 0:00:03.124 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.009) 0:00:03.134 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:11 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.009) 0:00:03.144 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.013) 0:00:03.157 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.009) 0:00:03.167 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.132) 0:00:03.300 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:14 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.011) 0:00:03.311 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.014) 0:00:03.325 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.010) 0:00:03.336 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.007) 0:00:03.343 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.010) 0:00:03.354 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.009) 0:00:03.364 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004297", "end": "2024-01-09 02:46:19.865079", "rc": 0, "start": "2024-01-09 02:46:19.860782" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.134) 0:00:03.498 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.009) 0:00:03.507 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:46:19 +0000 (0:00:00.008) 0:00:03.516 ******* ok: [sut] => { "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-route_type605_h88z/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.337) 0:00:03.854 ******* 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.011542", "end": "2024-01-09 02:46:20.369203", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-09 02:46:20.357661" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.007807", "end": "2024-01-09 02:46:20.505787", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-09 02:46:20.497980" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.008153", "end": "2024-01-09 02:46:20.636502", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-09 02:46:20.628349" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.418) 0:00:04.273 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.028971", "end": "2024-01-09 02:46:20.800309", "rc": 0, "start": "2024-01-09 02:46:20.771338" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.161) 0:00:04.435 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.008) 0:00:04.443 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.007) 0:00:04.451 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.007) 0:00:04.458 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.007) 0:00:04.466 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:18 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.007) 0:00:04.473 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.016) 0:00:04.490 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:20 +0000 (0:00:00.009) 0:00:04.499 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004091", "end": "2024-01-09 02:46:20.997323", "rc": 0, "start": "2024-01-09 02:46:20.993232" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.132) 0:00:04.632 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.009) 0:00:04.641 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:20 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.018) 0:00:04.660 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.016) 0:00:04.677 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.012) 0:00:04.689 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704768380.3771849, "block_size": 4096, "blocks": 0, "ctime": 1704768380.3771849, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17578, "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": 1704768380.3771849, "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-route_type605_h88z/tests/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.135) 0:00:04.824 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:23 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.010) 0:00:04.834 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.018) 0:00:04.853 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.007) 0:00:04.860 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.007) 0:00:04.868 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.010) 0:00:04.879 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.009) 0:00:04.888 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004075", "end": "2024-01-09 02:46:21.387884", "rc": 0, "start": "2024-01-09 02:46:21.383809" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.131) 0:00:05.020 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.009) 0:00:05.029 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.012) 0:00:05.042 ******* ok: [sut] => { "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-route_type605_h88z/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.339) 0:00:05.381 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.025) 0:00:05.406 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.010) 0:00:05.416 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010001", "end": "2024-01-09 02:46:21.927357", "rc": 0, "start": "2024-01-09 02:46:21.917356" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.150) 0:00:05.567 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.011) 0:00:05.579 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.009) 0:00:05.588 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.009) 0:00:05.598 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:27 Tuesday 09 January 2024 02:46:21 +0000 (0:00:00.013) 0:00:05.611 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.021) 0:00:05.632 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.010) 0:00:05.643 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004186", "end": "2024-01-09 02:46:22.159003", "rc": 0, "start": "2024-01-09 02:46:22.154817" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.149) 0:00:05.793 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.009) 0:00:05.803 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:29 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.009) 0:00:05.812 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.021) 0:00:05.834 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.015) 0:00:05.849 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.134) 0:00:05.984 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tests_helpers_and_asserts.yml:15 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.010) 0:00:05.994 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.013) 0:00:06.008 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.009) 0:00:06.017 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.008) 0:00:06.026 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004204", "end": "2024-01-09 02:46:22.533451", "rc": 0, "start": "2024-01-09 02:46:22.529247" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.139) 0:00:06.166 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.009) 0:00:06.176 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:5 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.009) 0:00:06.185 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.011) 0:00:06.197 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.007) 0:00:06.204 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.007) 0:00:06.211 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.010) 0:00:06.222 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.009) 0:00:06.231 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004107", "end": "2024-01-09 02:46:22.731894", "rc": 0, "start": "2024-01-09 02:46:22.727787" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.139) 0:00:06.371 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.013) 0:00:06.384 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:46:22 +0000 (0:00:00.017) 0:00:06.402 ******* ok: [sut] => { "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-route_type605_h88z/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.338) 0:00:06.740 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.014) 0:00:06.754 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.008) 0:00:06.763 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.007) 0:00:06.770 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.007) 0:00:06.778 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.011) 0:00:06.789 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.010) 0:00:06.800 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:9 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.008) 0:00:06.809 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.012) 0:00:06.821 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.010) 0:00:06.832 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004230", "end": "2024-01-09 02:46:23.334022", "rc": 0, "start": "2024-01-09 02:46:23.329792" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.135) 0:00:06.968 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.009) 0:00:06.977 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:11 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.009) 0:00:06.987 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.012) 0:00:07.000 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.009) 0:00:07.009 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.126) 0:00:07.136 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:14 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.011) 0:00:07.147 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.015) 0:00:07.162 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.007) 0:00:07.170 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.007) 0:00:07.177 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.010) 0:00:07.188 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.009) 0:00:07.197 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004168", "end": "2024-01-09 02:46:23.699080", "rc": 0, "start": "2024-01-09 02:46:23.694912" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.136) 0:00:07.334 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.009) 0:00:07.343 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:46:23 +0000 (0:00:00.008) 0:00:07.352 ******* ok: [sut] => { "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-route_type605_h88z/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.329) 0:00:07.682 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.014) 0:00:07.696 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.007) 0:00:07.704 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.007) 0:00:07.711 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.101687", "end": "2024-01-09 02:46:24.309663", "rc": 0, "start": "2024-01-09 02:46:24.207976" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.242) 0:00:07.953 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.008) 0:00:07.962 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.008) 0:00:07.970 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:18 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.008) 0:00:07.979 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.015) 0:00:07.994 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.008) 0:00:08.003 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004423", "end": "2024-01-09 02:46:24.502713", "rc": 0, "start": "2024-01-09 02:46:24.498290" } STDOUT: bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.132) 0:00:08.135 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.009) 0:00:08.145 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:20 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.009) 0:00:08.155 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.015) 0:00:08.171 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.009) 0:00:08.180 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704768384.3081014, "block_size": 4096, "blocks": 0, "ctime": 1704768384.3081014, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17607, "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": 1704768384.3081014, "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-route_type605_h88z/tests/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.128) 0:00:08.309 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:23 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.010) 0:00:08.320 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.019) 0:00:08.340 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.009) 0:00:08.350 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.009) 0:00:08.359 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.011) 0:00:08.370 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.010) 0:00:08.381 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004044", "end": "2024-01-09 02:46:24.884298", "rc": 0, "start": "2024-01-09 02:46:24.880254" } STDOUT: bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.136) 0:00:08.517 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.011) 0:00:08.528 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:46:24 +0000 (0:00:00.009) 0:00:08.538 ******* ok: [sut] => { "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-route_type605_h88z/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.333) 0:00:08.872 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.013) 0:00:08.885 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.007) 0:00:08.893 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.007) 0:00:08.900 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.007) 0:00:08.908 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010027", "end": "2024-01-09 02:46:25.414164", "rc": 0, "start": "2024-01-09 02:46:25.404137" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.144) 0:00:09.052 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.011) 0:00:09.063 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:27 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.008) 0:00:09.072 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.039) 0:00:09.112 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.011) 0:00:09.123 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004077", "end": "2024-01-09 02:46:25.622193", "rc": 0, "start": "2024-01-09 02:46:25.618116" } STDOUT: bonding_masters dummy0 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.132) 0:00:09.256 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.009) 0:00:09.266 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/create_and_remove_interface.yml:29 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.008) 0:00:09.274 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.018) 0:00:09.293 ******* included: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.009) 0:00:09.302 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type605_h88z/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.131) 0:00:09.434 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=122 changed=0 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Tuesday 09 January 2024 02:46:25 +0000 (0:00:00.014) 0:00:09.449 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-route_type605_h88z/tests/tests_helpers_and_asserts.yml:3 --------- Install yum-utils package ----------------------------------------------- 0.43s /WORKDIR/git-route_type605_h88z/tests/tasks/enable_epel.yml:24 ---------------- Create veth interface veth1298 ------------------------------------------ 0.42s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:23 ------ Enable EPEL 7 ----------------------------------------------------------- 0.34s /WORKDIR/git-route_type605_h88z/tests/tasks/enable_epel.yml:30 ---------------- Install iproute --------------------------------------------------------- 0.34s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.34s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.34s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.33s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.33s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.33s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:16 ------ Gather the minimum subset of ansible_facts required by the network role test --- 0.25s /WORKDIR/git-route_type605_h88z/tests/tasks/el_repo_setup.yml:3 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:45 ------ Create EPEL 7 ----------------------------------------------------------- 0.19s /WORKDIR/git-route_type605_h88z/tests/tasks/enable_epel.yml:8 ----------------- Check if system is ostree ----------------------------------------------- 0.18s /WORKDIR/git-route_type605_h88z/tests/tasks/el_repo_setup.yml:17 -------------- Set up veth as managed by NetworkManager -------------------------------- 0.16s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:31 ------ Delete veth interface veth1298 ------------------------------------------ 0.15s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:39 ------ Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 ------ Delete dummy interface dummy1298 ---------------------------------------- 0.14s /WORKDIR/git-route_type605_h88z/tests/tasks/manage_test_interface.yml:50 ------ Gather current interface info ------------------------------------------- 0.14s /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.14s /WORKDIR/git-route_type605_h88z/tests/tasks/get_current_interfaces.yml:3 ------ ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---