# 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-weekly-cin3j6m7d8/.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-weekly-cin3j6m7d8/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tests_helpers_and_asserts.yml:3 Saturday 09 December 2023 13:45:45 +0000 (0:00:00.038) 0:00:00.038 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tests_helpers_and_asserts.yml:6 Saturday 09 December 2023 13:45:46 +0000 (0:00:00.883) 0:00:00.921 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/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-weekly-cin3j6m7d8/tests/tasks/el_repo_setup.yml:3 Saturday 09 December 2023 13:45:46 +0000 (0:00:00.022) 0:00:00.944 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/el_repo_setup.yml:17 Saturday 09 December 2023 13:45:46 +0000 (0:00:00.405) 0:00:01.350 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/el_repo_setup.yml:22 Saturday 09 December 2023 13:45:46 +0000 (0:00:00.384) 0:00:01.735 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/el_repo_setup.yml:26 Saturday 09 December 2023 13:45:46 +0000 (0:00:00.064) 0:00:01.799 ***** 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-weekly-cin3j6m7d8/tests/tasks/el_repo_setup.yml:51 Saturday 09 December 2023 13:45:46 +0000 (0:00:00.021) 0:00:01.821 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/enable_epel.yml:8 Saturday 09 December 2023 13:45:46 +0000 (0:00:00.031) 0:00:01.852 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/enable_epel.yml:24 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.047) 0:00:01.899 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/enable_epel.yml:30 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.014) 0:00:01.914 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/enable_epel.yml:35 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.025) 0:00:01.939 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/enable_epel.yml:40 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.014) 0:00:01.954 ***** 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-weekly-cin3j6m7d8/tests/tests_helpers_and_asserts.yml:9 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.010) 0:00:01.964 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:3 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.019) 0:00:01.983 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.017) 0:00:02.001 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.013) 0:00:02.014 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003311", "end": "2023-12-09 13:45:47.416286", "rc": 0, "start": "2023-12-09 13:45:47.412975" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.312) 0:00:02.327 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.013) 0:00:02.341 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:5 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.016) 0:00:02.357 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.014) 0:00:02.372 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.013) 0:00:02.385 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.010) 0:00:02.396 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.011) 0:00:02.407 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.021) 0:00:02.429 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003277", "end": "2023-12-09 13:45:47.761049", "rc": 0, "start": "2023-12-09 13:45:47.757772" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.248) 0:00:02.677 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.050) 0:00:02.727 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:45:47 +0000 (0:00:00.012) 0:00:02.740 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:45:48 +0000 (0:00:00.960) 0:00:03.701 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:45:48 +0000 (0:00:00.019) 0:00:03.720 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:45:48 +0000 (0:00:00.018) 0:00:03.739 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:45:48 +0000 (0:00:00.047) 0:00:03.786 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:45:48 +0000 (0:00:00.037) 0:00:03.824 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:45:48 +0000 (0:00:00.049) 0:00:03.873 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.016) 0:00:03.890 ***** 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-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:9 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.017) 0:00:03.907 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.018) 0:00:03.926 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.046) 0:00:03.972 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003263", "end": "2023-12-09 13:45:49.304780", "rc": 0, "start": "2023-12-09 13:45:49.301517" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.231) 0:00:04.204 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.049) 0:00:04.254 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:11 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.034) 0:00:04.288 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.027) 0:00:04.316 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.027) 0:00:04.343 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.246) 0:00:04.589 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:14 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.023) 0:00:04.613 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.019) 0:00:04.633 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.008) 0:00:04.642 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.017) 0:00:04.659 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.021) 0:00:04.681 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:49 +0000 (0:00:00.010) 0:00:04.691 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003292", "end": "2023-12-09 13:45:49.988901", "rc": 0, "start": "2023-12-09 13:45:49.985609" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:50 +0000 (0:00:00.188) 0:00:04.880 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:50 +0000 (0:00:00.010) 0:00:04.890 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:45:50 +0000 (0:00:00.021) 0:00:04.911 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:45:50 +0000 (0:00:00.779) 0:00:05.691 ***** 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.010220", "end": "2023-12-09 13:45:51.035485", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-09 13:45:51.025265" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003414", "end": "2023-12-09 13:45:51.267642", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-09 13:45:51.264228" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003513", "end": "2023-12-09 13:45:51.469770", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-09 13:45:51.466257" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:45:51 +0000 (0:00:00.679) 0:00:06.370 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022354", "end": "2023-12-09 13:45:51.690851", "rc": 0, "start": "2023-12-09 13:45:51.668497" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:45:51 +0000 (0:00:00.227) 0:00:06.597 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:45:51 +0000 (0:00:00.020) 0:00:06.618 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:45:51 +0000 (0:00:00.032) 0:00:06.650 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:45:51 +0000 (0:00:00.012) 0:00:06.663 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:45:51 +0000 (0:00:00.010) 0:00:06.673 ***** 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-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:18 Saturday 09 December 2023 13:45:51 +0000 (0:00:00.011) 0:00:06.685 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:51 +0000 (0:00:00.029) 0:00:06.714 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:51 +0000 (0:00:00.010) 0:00:06.725 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003188", "end": "2023-12-09 13:45:52.028747", "rc": 0, "start": "2023-12-09 13:45:52.025559" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.203) 0:00:06.928 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.016) 0:00:06.944 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:20 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.014) 0:00:06.959 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_present.yml:3 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.033) 0:00:06.992 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.012) 0:00:07.004 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702129551.029106, "block_size": 4096, "blocks": 0, "ctime": 1702129551.029106, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26457, "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": 1702129551.029106, "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-weekly-cin3j6m7d8/tests/tasks/assert_device_present.yml:5 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.229) 0:00:07.234 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:23 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.011) 0:00:07.245 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.032) 0:00:07.277 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.008) 0:00:07.286 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.018) 0:00:07.305 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.019) 0:00:07.324 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.010) 0:00:07.335 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003333", "end": "2023-12-09 13:45:52.633522", "rc": 0, "start": "2023-12-09 13:45:52.630189" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.200) 0:00:07.535 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.016) 0:00:07.552 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:45:52 +0000 (0:00:00.011) 0:00:07.564 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.785) 0:00:08.349 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.014) 0:00:08.363 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.016) 0:00:08.380 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.015325", "end": "2023-12-09 13:45:53.720289", "rc": 0, "start": "2023-12-09 13:45:53.704964" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.236) 0:00:08.616 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.017) 0:00:08.633 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.042) 0:00:08.675 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.070) 0:00:08.746 ***** 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-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:27 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.027) 0:00:08.773 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.020) 0:00:08.793 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:53 +0000 (0:00:00.011) 0:00:08.804 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003270", "end": "2023-12-09 13:45:54.106685", "rc": 0, "start": "2023-12-09 13:45:54.103415" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.200) 0:00:09.005 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.011) 0:00:09.016 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:29 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.011) 0:00:09.027 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.029) 0:00:09.057 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.011) 0:00:09.069 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.198) 0:00:09.268 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tests_helpers_and_asserts.yml:15 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.013) 0:00:09.281 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:3 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.016) 0:00:09.298 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.011) 0:00:09.309 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.012) 0:00:09.322 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003365", "end": "2023-12-09 13:45:54.623151", "rc": 0, "start": "2023-12-09 13:45:54.619786" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.198) 0:00:09.520 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.025) 0:00:09.546 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:5 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.011) 0:00:09.558 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.020) 0:00:09.578 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.014) 0:00:09.592 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.013) 0:00:09.606 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.016) 0:00:09.622 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:54 +0000 (0:00:00.029) 0:00:09.652 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003277", "end": "2023-12-09 13:45:55.038794", "rc": 0, "start": "2023-12-09 13:45:55.035517" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:55 +0000 (0:00:00.284) 0:00:09.937 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:55 +0000 (0:00:00.015) 0:00:09.953 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:45:55 +0000 (0:00:00.017) 0:00:09.970 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:45:55 +0000 (0:00:00.818) 0:00:10.788 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:45:55 +0000 (0:00:00.025) 0:00:10.814 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:45:55 +0000 (0:00:00.014) 0:00:10.829 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:45:55 +0000 (0:00:00.020) 0:00:10.849 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:45:55 +0000 (0:00:00.012) 0:00:10.861 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.016) 0:00:10.878 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.009) 0:00:10.887 ***** 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-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:9 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.007) 0:00:10.895 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.013) 0:00:10.908 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.009) 0:00:10.918 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003387", "end": "2023-12-09 13:45:56.220619", "rc": 0, "start": "2023-12-09 13:45:56.217232" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.209) 0:00:11.128 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.011) 0:00:11.139 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:11 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.023) 0:00:11.163 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.021) 0:00:11.184 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.013) 0:00:11.197 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.231) 0:00:11.429 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:14 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.025) 0:00:11.455 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.028) 0:00:11.483 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.021) 0:00:11.505 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.022) 0:00:11.528 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.053) 0:00:11.581 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.027) 0:00:11.609 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003326", "end": "2023-12-09 13:45:56.947188", "rc": 0, "start": "2023-12-09 13:45:56.943862" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:56 +0000 (0:00:00.254) 0:00:11.863 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:57 +0000 (0:00:00.022) 0:00:11.885 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:45:57 +0000 (0:00:00.060) 0:00:11.946 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:45:57 +0000 (0:00:00.809) 0:00:12.756 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:45:57 +0000 (0:00:00.016) 0:00:12.772 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:45:57 +0000 (0:00:00.009) 0:00:12.782 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:45:57 +0000 (0:00:00.030) 0:00:12.813 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.020341", "end": "2023-12-09 13:45:58.156682", "rc": 0, "start": "2023-12-09 13:45:58.136341" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.253) 0:00:13.066 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.044) 0:00:13.111 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.077) 0:00:13.188 ***** 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-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:18 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.028) 0:00:13.216 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.091) 0:00:13.308 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.047) 0:00:13.355 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003330", "end": "2023-12-09 13:45:58.669400", "rc": 0, "start": "2023-12-09 13:45:58.666070" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.214) 0:00:13.570 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.018) 0:00:13.588 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:20 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.018) 0:00:13.607 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_present.yml:3 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.027) 0:00:13.635 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:45:58 +0000 (0:00:00.019) 0:00:13.655 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702129558.1534677, "block_size": 4096, "blocks": 0, "ctime": 1702129558.1534677, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26785, "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": 1702129558.1534677, "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-weekly-cin3j6m7d8/tests/tasks/assert_device_present.yml:5 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.252) 0:00:13.908 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:23 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.020) 0:00:13.929 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.054) 0:00:13.983 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.026) 0:00:14.010 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.022) 0:00:14.033 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.099) 0:00:14.132 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.022) 0:00:14.155 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003258", "end": "2023-12-09 13:45:59.478524", "rc": 0, "start": "2023-12-09 13:45:59.475266" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.219) 0:00:14.374 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.015) 0:00:14.389 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:45:59 +0000 (0:00:00.024) 0:00:14.414 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:46:00 +0000 (0:00:00.983) 0:00:15.398 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:46:00 +0000 (0:00:00.051) 0:00:15.450 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:46:00 +0000 (0:00:00.118) 0:00:15.568 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:46:00 +0000 (0:00:00.013) 0:00:15.581 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:46:00 +0000 (0:00:00.021) 0:00:15.603 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011323", "end": "2023-12-09 13:46:00.912169", "rc": 0, "start": "2023-12-09 13:46:00.900846" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:46:00 +0000 (0:00:00.208) 0:00:15.811 ***** 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-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:46:00 +0000 (0:00:00.015) 0:00:15.827 ***** 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-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:27 Saturday 09 December 2023 13:46:00 +0000 (0:00:00.015) 0:00:15.842 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:46:01 +0000 (0:00:00.035) 0:00:15.878 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:46:01 +0000 (0:00:00.054) 0:00:15.932 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003321", "end": "2023-12-09 13:46:01.274317", "rc": 0, "start": "2023-12-09 13:46:01.270996" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:46:01 +0000 (0:00:00.303) 0:00:16.235 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:46:01 +0000 (0:00:00.015) 0:00:16.251 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/create_and_remove_interface.yml:29 Saturday 09 December 2023 13:46:01 +0000 (0:00:00.035) 0:00:16.286 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:46:01 +0000 (0:00:00.027) 0:00:16.313 ***** included: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:46:01 +0000 (0:00:00.026) 0:00:16.340 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:46:01 +0000 (0:00:00.268) 0:00:16.609 ***** 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 Saturday 09 December 2023 13:46:01 +0000 (0:00:00.030) 0:00:16.640 ***** =============================================================================== Install iproute --------------------------------------------------------- 0.98s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.96s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-cin3j6m7d8/tests/tests_helpers_and_asserts.yml:3 ---------- Install iproute --------------------------------------------------------- 0.82s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.81s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.79s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.78s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.68s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.41s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.38s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:45 ------- Get stat for interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface veth1298 ----------------------------------------- 0.25s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/get_interface_stat.yml:3 ----------- Delete veth interface veth1298 ------------------------------------------ 0.24s /WORKDIR/git-weekly-cin3j6m7d8/tests/tasks/manage_test_interface.yml:39 ------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---