# 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-bond_options_rewritegnchuh7t/.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-bond_options_rewritegnchuh7t/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tests_helpers_and_asserts.yml:3 Wednesday 14 February 2024 02:27:33 +0000 (0:00:00.034) 0:00:00.034 **** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tests_helpers_and_asserts.yml:6 Wednesday 14 February 2024 02:27:34 +0000 (0:00:01.028) 0:00:01.062 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/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-bond_options_rewritegnchuh7t/tests/tasks/el_repo_setup.yml:3 Wednesday 14 February 2024 02:27:34 +0000 (0:00:00.013) 0:00:01.075 **** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/el_repo_setup.yml:17 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.408) 0:00:01.483 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/el_repo_setup.yml:22 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.285) 0:00:01.769 **** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/el_repo_setup.yml:26 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.014) 0:00:01.783 **** 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-bond_options_rewritegnchuh7t/tests/tasks/el_repo_setup.yml:51 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.007) 0:00:01.791 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/enable_epel.yml:8 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.022) 0:00:01.813 **** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/enable_epel.yml:24 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.009) 0:00:01.823 **** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/enable_epel.yml:30 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.028) 0:00:01.852 **** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/enable_epel.yml:35 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.007) 0:00:01.859 **** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/enable_epel.yml:40 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.007) 0:00:01.867 **** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tests_helpers_and_asserts.yml:9 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.008) 0:00:01.876 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:3 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.034) 0:00:01.910 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.011) 0:00:01.921 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.010) 0:00:01.932 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003593", "end": "2024-02-14 02:27:35.858786", "rc": 0, "start": "2024-02-14 02:27:35.855193" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.286) 0:00:02.219 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.012) 0:00:02.231 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:5 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.012) 0:00:02.244 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.014) 0:00:02.258 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.008) 0:00:02.267 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.007) 0:00:02.274 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.010) 0:00:02.285 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:35 +0000 (0:00:00.009) 0:00:02.294 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003640", "end": "2024-02-14 02:27:36.163028", "rc": 0, "start": "2024-02-14 02:27:36.159388" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:36 +0000 (0:00:00.228) 0:00:02.522 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:36 +0000 (0:00:00.009) 0:00:02.532 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 02:27:36 +0000 (0:00:00.008) 0:00:02.541 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 02:27:38 +0000 (0:00:02.294) 0:00:04.835 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.014) 0:00:04.850 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.009) 0:00:04.859 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.007) 0:00:04.867 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.008) 0:00:04.875 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.007) 0:00:04.883 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.007) 0:00:04.891 **** 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-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:9 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.007) 0:00:04.898 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.013) 0:00:04.912 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.009) 0:00:04.921 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003884", "end": "2024-02-14 02:27:38.792088", "rc": 0, "start": "2024-02-14 02:27:38.788204" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.231) 0:00:05.153 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.010) 0:00:05.163 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:11 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.009) 0:00:05.172 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml:3 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.013) 0:00:05.186 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 02:27:38 +0000 (0:00:00.009) 0:00:05.196 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml:5 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.224) 0:00:05.420 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:14 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.011) 0:00:05.432 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.015) 0:00:05.447 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.007) 0:00:05.454 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.007) 0:00:05.462 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.010) 0:00:05.472 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.010) 0:00:05.482 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003647", "end": "2024-02-14 02:27:39.352291", "rc": 0, "start": "2024-02-14 02:27:39.348644" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.229) 0:00:05.712 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.010) 0:00:05.722 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 02:27:39 +0000 (0:00:00.008) 0:00:05.731 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 02:27:41 +0000 (0:00:01.945) 0:00:07.677 **** 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.005486", "end": "2024-02-14 02:27:41.567994", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-14 02:27:41.562508" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004457", "end": "2024-02-14 02:27:41.858835", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-14 02:27:41.854378" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004143", "end": "2024-02-14 02:27:42.083404", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-14 02:27:42.079261" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.766) 0:00:08.444 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024126", "end": "2024-02-14 02:27:42.334494", "rc": 0, "start": "2024-02-14 02:27:42.310368" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.252) 0:00:08.696 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.015) 0:00:08.712 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.015) 0:00:08.727 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.016) 0:00:08.743 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.008) 0:00:08.752 **** 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-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:18 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.019) 0:00:08.771 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.016) 0:00:08.788 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.009) 0:00:08.797 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003496", "end": "2024-02-14 02:27:42.665417", "rc": 0, "start": "2024-02-14 02:27:42.661921" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.230) 0:00:09.027 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.010) 0:00:09.038 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:20 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.021) 0:00:09.059 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_present.yml:3 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.016) 0:00:09.075 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.009) 0:00:09.085 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707877661.5665886, "block_size": 4096, "blocks": 0, "ctime": 1707877661.5665886, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34376, "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": 1707877661.5665886, "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-bond_options_rewritegnchuh7t/tests/tasks/assert_device_present.yml:5 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.239) 0:00:09.325 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:23 Wednesday 14 February 2024 02:27:42 +0000 (0:00:00.010) 0:00:09.335 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 02:27:43 +0000 (0:00:00.018) 0:00:09.353 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 02:27:43 +0000 (0:00:00.007) 0:00:09.361 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 02:27:43 +0000 (0:00:00.007) 0:00:09.368 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:43 +0000 (0:00:00.010) 0:00:09.379 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:43 +0000 (0:00:00.009) 0:00:09.388 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003637", "end": "2024-02-14 02:27:43.257323", "rc": 0, "start": "2024-02-14 02:27:43.253686" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:43 +0000 (0:00:00.229) 0:00:09.617 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:43 +0000 (0:00:00.009) 0:00:09.627 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 02:27:43 +0000 (0:00:00.008) 0:00:09.636 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 02:27:45 +0000 (0:00:01.925) 0:00:11.561 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.014) 0:00:11.576 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.008) 0:00:11.584 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009126", "end": "2024-02-14 02:27:45.460926", "rc": 0, "start": "2024-02-14 02:27:45.451800" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.256) 0:00:11.841 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.008) 0:00:11.849 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.007) 0:00:11.857 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.007) 0:00:11.864 **** 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-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:27 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.007) 0:00:11.872 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.018) 0:00:11.891 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.009) 0:00:11.900 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003618", "end": "2024-02-14 02:27:45.768604", "rc": 0, "start": "2024-02-14 02:27:45.764986" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.228) 0:00:12.128 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.010) 0:00:12.139 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:29 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.010) 0:00:12.149 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml:3 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.019) 0:00:12.168 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 02:27:45 +0000 (0:00:00.009) 0:00:12.178 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml:5 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.228) 0:00:12.407 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tests_helpers_and_asserts.yml:15 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.011) 0:00:12.418 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:3 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.012) 0:00:12.431 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.009) 0:00:12.440 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.010) 0:00:12.451 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003732", "end": "2024-02-14 02:27:46.324643", "rc": 0, "start": "2024-02-14 02:27:46.320911" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.236) 0:00:12.688 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.011) 0:00:12.700 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:5 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.009) 0:00:12.709 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.012) 0:00:12.722 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.009) 0:00:12.731 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.014) 0:00:12.745 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.026) 0:00:12.772 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.020) 0:00:12.793 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003690", "end": "2024-02-14 02:27:46.670597", "rc": 0, "start": "2024-02-14 02:27:46.666907" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.238) 0:00:13.031 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.010) 0:00:13.042 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 02:27:46 +0000 (0:00:00.009) 0:00:13.052 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 02:27:48 +0000 (0:00:01.944) 0:00:14.997 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.013) 0:00:15.010 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.008) 0:00:15.019 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.008) 0:00:15.027 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.008) 0:00:15.035 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.008) 0:00:15.044 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.008) 0:00:15.052 **** 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-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:9 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.007) 0:00:15.059 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.014) 0:00:15.074 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.009) 0:00:15.083 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003573", "end": "2024-02-14 02:27:48.954139", "rc": 0, "start": "2024-02-14 02:27:48.950566" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.229) 0:00:15.313 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.010) 0:00:15.323 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:11 Wednesday 14 February 2024 02:27:48 +0000 (0:00:00.009) 0:00:15.333 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml:3 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.014) 0:00:15.347 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.009) 0:00:15.357 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml:5 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.224) 0:00:15.582 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:14 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.016) 0:00:15.598 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.021) 0:00:15.620 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.008) 0:00:15.629 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.013) 0:00:15.642 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.011) 0:00:15.653 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.010) 0:00:15.664 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003703", "end": "2024-02-14 02:27:49.534181", "rc": 0, "start": "2024-02-14 02:27:49.530478" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.230) 0:00:15.895 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.010) 0:00:15.905 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 02:27:49 +0000 (0:00:00.008) 0:00:15.913 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 02:27:51 +0000 (0:00:01.953) 0:00:17.867 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 02:27:51 +0000 (0:00:00.020) 0:00:17.888 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 02:27:51 +0000 (0:00:00.011) 0:00:17.899 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 02:27:51 +0000 (0:00:00.015) 0:00:17.914 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.132636", "end": "2024-02-14 02:27:51.928738", "rc": 0, "start": "2024-02-14 02:27:51.796102" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 02:27:51 +0000 (0:00:00.388) 0:00:18.303 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 02:27:51 +0000 (0:00:00.009) 0:00:18.312 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 02:27:51 +0000 (0:00:00.008) 0:00:18.320 **** 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-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:18 Wednesday 14 February 2024 02:27:51 +0000 (0:00:00.014) 0:00:18.334 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.015) 0:00:18.350 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.009) 0:00:18.360 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003668", "end": "2024-02-14 02:27:52.228054", "rc": 0, "start": "2024-02-14 02:27:52.224386" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.227) 0:00:18.587 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.011) 0:00:18.599 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:20 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.011) 0:00:18.610 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_present.yml:3 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.023) 0:00:18.634 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.013) 0:00:18.647 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707877671.9264731, "block_size": 4096, "blocks": 0, "ctime": 1707877671.9264731, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34708, "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": 1707877671.9264731, "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-bond_options_rewritegnchuh7t/tests/tasks/assert_device_present.yml:5 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.255) 0:00:18.902 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:23 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.013) 0:00:18.916 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.027) 0:00:18.943 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.007) 0:00:18.951 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.007) 0:00:18.958 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.010) 0:00:18.969 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.009) 0:00:18.979 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003697", "end": "2024-02-14 02:27:52.848973", "rc": 0, "start": "2024-02-14 02:27:52.845276" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.230) 0:00:19.210 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.010) 0:00:19.220 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 02:27:52 +0000 (0:00:00.009) 0:00:19.230 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 02:27:54 +0000 (0:00:01.948) 0:00:21.178 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 02:27:54 +0000 (0:00:00.035) 0:00:21.213 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 02:27:54 +0000 (0:00:00.011) 0:00:21.224 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 02:27:54 +0000 (0:00:00.023) 0:00:21.248 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 02:27:54 +0000 (0:00:00.010) 0:00:21.258 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.019264", "end": "2024-02-14 02:27:55.146145", "rc": 0, "start": "2024-02-14 02:27:55.126881" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.249) 0:00:21.508 **** 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-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.012) 0:00:21.520 **** 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-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:27 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.009) 0:00:21.530 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.044) 0:00:21.574 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.009) 0:00:21.584 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003749", "end": "2024-02-14 02:27:55.457107", "rc": 0, "start": "2024-02-14 02:27:55.453358" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.233) 0:00:21.817 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.010) 0:00:21.828 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/create_and_remove_interface.yml:29 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.014) 0:00:21.842 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml:3 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.029) 0:00:21.871 **** included: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.010) 0:00:21.882 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/assert_device_absent.yml:5 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.232) 0:00:22.114 **** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Wednesday 14 February 2024 02:27:55 +0000 (0:00:00.015) 0:00:22.130 **** =============================================================================== Install iproute --------------------------------------------------------- 2.29s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.95s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.95s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.95s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.94s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.93s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.03s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tests_helpers_and_asserts.yml:3 Create veth interface veth1298 ------------------------------------------ 0.77s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.41s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/el_repo_setup.yml:3 ----- Create dummy interface dummy1298 ---------------------------------------- 0.39s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/el_repo_setup.yml:17 ---- Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:43 Get stat for interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:35 Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/manage_test_interface.yml:54 Get stat for interface veth1298 ----------------------------------------- 0.24s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_interface_stat.yml:3 Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-bond_options_rewritegnchuh7t/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-bond_options_rewritegnchuh7t/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. ---^---^---^---^---^---