# 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-more-test-debug1te2_4qm/.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-more-test-debug1te2_4qm/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tests_helpers_and_asserts.yml:3 Saturday 24 February 2024 19:45:59 +0000 (0:00:00.032) 0:00:00.032 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tests_helpers_and_asserts.yml:6 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.925) 0:00:00.957 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/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-more-test-debug1te2_4qm/tests/tasks/el_repo_setup.yml:3 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.011) 0:00:00.968 ***** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/el_repo_setup.yml:17 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.018) 0:00:00.987 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/el_repo_setup.yml:22 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.271) 0:00:01.258 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/el_repo_setup.yml:26 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.013) 0:00:01.272 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/el_repo_setup.yml:51 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.008) 0:00:01.280 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/enable_epel.yml:8 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.020) 0:00:01.301 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.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-more-test-debug1te2_4qm/tests/tasks/enable_epel.yml:24 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.270) 0:00:01.571 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/enable_epel.yml:30 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.008) 0:00:01.580 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/enable_epel.yml:35 Saturday 24 February 2024 19:46:00 +0000 (0:00:00.008) 0:00:01.588 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.279143", "end": "2024-02-24 19:46:02.155625", "rc": 0, "start": "2024-02-24 19:46:00.876482" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/enable_epel.yml:40 Saturday 24 February 2024 19:46:02 +0000 (0:00:01.495) 0:00:03.084 ***** 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-more-test-debug1te2_4qm/tests/tests_helpers_and_asserts.yml:9 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.008) 0:00:03.092 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:3 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.011) 0:00:03.104 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.009) 0:00:03.114 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.008) 0:00:03.122 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004019", "end": "2024-02-24 19:46:02.413172", "rc": 0, "start": "2024-02-24 19:46:02.409153" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.217) 0:00:03.340 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.009) 0:00:03.349 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:5 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.009) 0:00:03.359 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.013) 0:00:03.373 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.007) 0:00:03.380 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.007) 0:00:03.387 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.010) 0:00:03.397 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.009) 0:00:03.406 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004124", "end": "2024-02-24 19:46:02.696533", "rc": 0, "start": "2024-02-24 19:46:02.692409" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.217) 0:00:03.624 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.009) 0:00:03.633 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:46:02 +0000 (0:00:00.008) 0:00:03.642 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:46:06 +0000 (0:00:03.349) 0:00:06.991 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.013) 0:00:07.004 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.007) 0:00:07.012 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.008) 0:00:07.020 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.007) 0:00:07.028 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.007) 0:00:07.035 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.007) 0:00:07.043 ***** 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-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:9 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.007) 0:00:07.050 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.012) 0:00:07.062 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.008) 0:00:07.071 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004537", "end": "2024-02-24 19:46:06.360707", "rc": 0, "start": "2024-02-24 19:46:06.356170" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.217) 0:00:07.288 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.009) 0:00:07.298 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:11 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.008) 0:00:07.306 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.013) 0:00:07.319 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.009) 0:00:07.329 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.215) 0:00:07.544 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:14 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.009) 0:00:07.554 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.014) 0:00:07.568 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.007) 0:00:07.575 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.007) 0:00:07.582 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.010) 0:00:07.593 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.009) 0:00:07.602 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004119", "end": "2024-02-24 19:46:06.894036", "rc": 0, "start": "2024-02-24 19:46:06.889917" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.219) 0:00:07.822 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.009) 0:00:07.831 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:46:06 +0000 (0:00:00.009) 0:00:07.841 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:46:09 +0000 (0:00:02.940) 0:00:10.781 ***** 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.013364", "end": "2024-02-24 19:46:10.083412", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-24 19:46:10.070048" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.005050", "end": "2024-02-24 19:46:10.347022", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-24 19:46:10.341972" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005182", "end": "2024-02-24 19:46:10.561264", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-24 19:46:10.556082" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:46:10 +0000 (0:00:00.709) 0:00:11.490 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025336", "end": "2024-02-24 19:46:10.803123", "rc": 0, "start": "2024-02-24 19:46:10.777787" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:46:10 +0000 (0:00:00.241) 0:00:11.732 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:46:10 +0000 (0:00:00.008) 0:00:11.740 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:46:10 +0000 (0:00:00.007) 0:00:11.748 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:46:10 +0000 (0:00:00.007) 0:00:11.755 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:46:10 +0000 (0:00:00.007) 0:00:11.763 ***** 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-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:18 Saturday 24 February 2024 19:46:10 +0000 (0:00:00.007) 0:00:11.770 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:10 +0000 (0:00:00.014) 0:00:11.785 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:10 +0000 (0:00:00.008) 0:00:11.794 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004327", "end": "2024-02-24 19:46:11.087591", "rc": 0, "start": "2024-02-24 19:46:11.083264" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.221) 0:00:12.015 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.009) 0:00:12.025 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:20 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.008) 0:00:12.033 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_present.yml:3 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.015) 0:00:12.049 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.009) 0:00:12.059 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708803970.0745866, "block_size": 4096, "blocks": 0, "ctime": 1708803970.0745866, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31186, "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": 1708803970.0745866, "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-more-test-debug1te2_4qm/tests/tasks/assert_device_present.yml:5 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.217) 0:00:12.276 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:23 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.009) 0:00:12.285 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.017) 0:00:12.303 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.007) 0:00:12.310 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.007) 0:00:12.317 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.009) 0:00:12.327 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.008) 0:00:12.336 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004185", "end": "2024-02-24 19:46:11.628004", "rc": 0, "start": "2024-02-24 19:46:11.623819" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.220) 0:00:12.556 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.009) 0:00:12.566 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:46:11 +0000 (0:00:00.008) 0:00:12.575 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:46:14 +0000 (0:00:02.914) 0:00:15.489 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:46:14 +0000 (0:00:00.015) 0:00:15.504 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:46:14 +0000 (0:00:00.007) 0:00:15.512 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012840", "end": "2024-02-24 19:46:14.816043", "rc": 0, "start": "2024-02-24 19:46:14.803203" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:46:14 +0000 (0:00:00.234) 0:00:15.746 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:46:14 +0000 (0:00:00.008) 0:00:15.755 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:46:14 +0000 (0:00:00.007) 0:00:15.762 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:46:14 +0000 (0:00:00.007) 0:00:15.770 ***** 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-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:27 Saturday 24 February 2024 19:46:14 +0000 (0:00:00.007) 0:00:15.777 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:14 +0000 (0:00:00.017) 0:00:15.795 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:14 +0000 (0:00:00.008) 0:00:15.804 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004218", "end": "2024-02-24 19:46:15.092393", "rc": 0, "start": "2024-02-24 19:46:15.088175" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.216) 0:00:16.020 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.009) 0:00:16.030 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:29 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.008) 0:00:16.038 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.018) 0:00:16.056 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.009) 0:00:16.066 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.215) 0:00:16.281 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tests_helpers_and_asserts.yml:15 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.010) 0:00:16.291 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:3 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.013) 0:00:16.305 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.009) 0:00:16.314 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.008) 0:00:16.323 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004096", "end": "2024-02-24 19:46:15.611357", "rc": 0, "start": "2024-02-24 19:46:15.607261" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.216) 0:00:16.539 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.009) 0:00:16.549 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:5 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.008) 0:00:16.558 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.011) 0:00:16.570 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.007) 0:00:16.577 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.007) 0:00:16.584 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.010) 0:00:16.595 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.008) 0:00:16.603 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004133", "end": "2024-02-24 19:46:15.893270", "rc": 0, "start": "2024-02-24 19:46:15.889137" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.217) 0:00:16.821 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.009) 0:00:16.831 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:46:15 +0000 (0:00:00.009) 0:00:16.840 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:46:18 +0000 (0:00:02.922) 0:00:19.763 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:46:18 +0000 (0:00:00.017) 0:00:19.781 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:46:18 +0000 (0:00:00.008) 0:00:19.789 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:46:18 +0000 (0:00:00.008) 0:00:19.798 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:46:18 +0000 (0:00:00.008) 0:00:19.807 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:46:18 +0000 (0:00:00.010) 0:00:19.817 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:46:18 +0000 (0:00:00.009) 0:00:19.826 ***** 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-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:9 Saturday 24 February 2024 19:46:18 +0000 (0:00:00.007) 0:00:19.834 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:18 +0000 (0:00:00.017) 0:00:19.851 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:18 +0000 (0:00:00.009) 0:00:19.861 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003969", "end": "2024-02-24 19:46:19.152378", "rc": 0, "start": "2024-02-24 19:46:19.148409" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.218) 0:00:20.080 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.009) 0:00:20.089 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:11 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.009) 0:00:20.099 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.012) 0:00:20.112 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.009) 0:00:20.121 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.213) 0:00:20.335 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:14 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.010) 0:00:20.346 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.014) 0:00:20.360 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.007) 0:00:20.368 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.007) 0:00:20.375 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.010) 0:00:20.385 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.009) 0:00:20.394 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003897", "end": "2024-02-24 19:46:19.682509", "rc": 0, "start": "2024-02-24 19:46:19.678612" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.215) 0:00:20.610 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.009) 0:00:20.619 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:46:19 +0000 (0:00:00.009) 0:00:20.628 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:46:22 +0000 (0:00:02.907) 0:00:23.536 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:46:22 +0000 (0:00:00.013) 0:00:23.549 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:46:22 +0000 (0:00:00.007) 0:00:23.557 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:46:22 +0000 (0:00:00.007) 0:00:23.565 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.015602", "end": "2024-02-24 19:46:22.867355", "rc": 0, "start": "2024-02-24 19:46:22.851753" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:46:22 +0000 (0:00:00.239) 0:00:23.804 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:46:22 +0000 (0:00:00.009) 0:00:23.813 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:46:22 +0000 (0:00:00.007) 0:00:23.821 ***** 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-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:18 Saturday 24 February 2024 19:46:22 +0000 (0:00:00.007) 0:00:23.828 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:22 +0000 (0:00:00.015) 0:00:23.843 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:22 +0000 (0:00:00.008) 0:00:23.852 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004044", "end": "2024-02-24 19:46:23.143291", "rc": 0, "start": "2024-02-24 19:46:23.139247" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.219) 0:00:24.072 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.009) 0:00:24.081 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:20 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.008) 0:00:24.090 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_present.yml:3 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.015) 0:00:24.106 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.009) 0:00:24.115 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708803982.862447, "block_size": 4096, "blocks": 0, "ctime": 1708803982.862447, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31509, "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": 1708803982.862447, "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-more-test-debug1te2_4qm/tests/tasks/assert_device_present.yml:5 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.217) 0:00:24.332 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:23 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.009) 0:00:24.342 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.019) 0:00:24.361 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.007) 0:00:24.368 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.007) 0:00:24.376 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.010) 0:00:24.387 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.010) 0:00:24.397 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003842", "end": "2024-02-24 19:46:23.688008", "rc": 0, "start": "2024-02-24 19:46:23.684166" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.218) 0:00:24.616 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.009) 0:00:24.625 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:46:23 +0000 (0:00:00.008) 0:00:24.634 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:46:26 +0000 (0:00:02.903) 0:00:27.537 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:46:26 +0000 (0:00:00.013) 0:00:27.551 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:46:26 +0000 (0:00:00.008) 0:00:27.559 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:46:26 +0000 (0:00:00.007) 0:00:27.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 dummy1298] **************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:46:26 +0000 (0:00:00.007) 0:00:27.575 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010051", "end": "2024-02-24 19:46:26.871916", "rc": 0, "start": "2024-02-24 19:46:26.861865" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:46:26 +0000 (0:00:00.225) 0:00:27.801 ***** 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-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:46:26 +0000 (0:00:00.008) 0:00:27.809 ***** 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-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:27 Saturday 24 February 2024 19:46:26 +0000 (0:00:00.007) 0:00:27.817 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:46:26 +0000 (0:00:00.018) 0:00:27.835 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:46:26 +0000 (0:00:00.008) 0:00:27.844 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004034", "end": "2024-02-24 19:46:27.134087", "rc": 0, "start": "2024-02-24 19:46:27.130053" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:46:27 +0000 (0:00:00.217) 0:00:28.062 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:46:27 +0000 (0:00:00.009) 0:00:28.071 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/create_and_remove_interface.yml:29 Saturday 24 February 2024 19:46:27 +0000 (0:00:00.009) 0:00:28.081 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:46:27 +0000 (0:00:00.020) 0:00:28.101 ***** included: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:46:27 +0000 (0:00:00.009) 0:00:28.111 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:46:27 +0000 (0:00:00.214) 0:00:28.326 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=120 changed=0 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Saturday 24 February 2024 19:46:27 +0000 (0:00:00.015) 0:00:28.341 ***** =============================================================================== Install iproute --------------------------------------------------------- 3.35s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 - Install iproute --------------------------------------------------------- 2.94s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 - Install iproute --------------------------------------------------------- 2.92s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 - Install iproute --------------------------------------------------------- 2.91s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 - Install iproute --------------------------------------------------------- 2.91s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 - Install iproute --------------------------------------------------------- 2.90s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:16 - Enable EPEL 8 ----------------------------------------------------------- 1.50s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/enable_epel.yml:35 ----------- Gathering Facts --------------------------------------------------------- 0.93s /WORKDIR/git-more-test-debug1te2_4qm/tests/tests_helpers_and_asserts.yml:3 ---- Create veth interface veth1298 ------------------------------------------ 0.71s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:27 - Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/el_repo_setup.yml:17 --------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/enable_epel.yml:8 ------------ Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:35 - Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:49 - Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:43 - Delete dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/manage_test_interface.yml:54 - Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 - Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 - Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 - Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-more-test-debug1te2_4qm/tests/tasks/get_current_interfaces.yml:3 - Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-more-test-debug1te2_4qm/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. ---^---^---^---^---^---