# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_host_to_host_psk.yml ******************************************* 1 plays in /WORKDIR/git-weekly-ciz_p1x8pf/tests/tests_host_to_host_psk.yml PLAY [Test host to host tunnel with generated PSK] ***************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tests_host_to_host_psk.yml:2 Sunday 09 June 2024 04:29:41 +0000 (0:00:00.012) 0:00:00.012 *********** ok: [sut] META: ran handlers TASK [Set up test environment] ************************************************* task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tests_host_to_host_psk.yml:13 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.666) 0:00:00.679 *********** included: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml for sut TASK [Set platform/version specific variables] ********************************* task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:2 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.014) 0:00:00.693 *********** TASK [linux-system-roles.vpn : Ensure ansible_facts used by role] ************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:2 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.029) 0:00:00.722 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.vpn : Check if system is ostree] ********************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:11 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.023) 0:00:00.746 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.vpn : Set flag to indicate system is ostree] ********** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:16 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.267) 0:00:01.013 *********** ok: [sut] => { "ansible_facts": { "__vpn_is_ostree": false }, "changed": false } TASK [linux-system-roles.vpn : Set platform/version specific variables] ******** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:20 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.021) 0:00:01.035 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__vpn_nss_location": "/etc/ipsec.d" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__vpn_nss_location": "/etc/ipsec.d" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [Change inventory_hostname] *********************************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:11 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.033) 0:00:01.068 *********** ok: [sut] => { "ansible_facts": { "inventory_hostname": "mainhost.local" }, "changed": false } TASK [Add sample main host] **************************************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:18 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.018) 0:00:01.087 *********** creating host via 'add_host': hostname=mainhost.local changed: [sut] => { "add_host": { "groups": [], "host_name": "mainhost.local", "host_vars": {} }, "changed": true } TASK [Create nss directory for testing] **************************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:22 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.019) 0:00:01.107 *********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/ipsec.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create /etc/ipsec.d directory for testing] ******************************* task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:28 Sunday 09 June 2024 04:29:42 +0000 (0:00:00.271) 0:00:01.379 *********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/ipsec.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Dynamically add more hosts] ********************************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:34 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.191) 0:00:01.571 *********** included: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/add_hosts.yml for sut TASK [Dynamically add multiple hosts for testing] ****************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/add_hosts.yml:2 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.025) 0:00:01.597 *********** creating host via 'add_host': hostname=host01.local changed: [sut] => (item=1) => { "add_host": { "groups": [ "testing" ], "host_name": "host01.local", "host_vars": { "cert_name": "dyn_cert", "current_ip": "169.254.1.1", "current_subnet": "169.254.0.0/16" } }, "ansible_loop_var": "item", "changed": true, "item": 1 } creating host via 'add_host': hostname=host02.local changed: [sut] => (item=2) => { "add_host": { "groups": [ "testing" ], "host_name": "host02.local", "host_vars": { "cert_name": "dyn_cert", "current_ip": "169.254.1.1", "current_subnet": "169.254.0.0/16" } }, "ansible_loop_var": "item", "changed": true, "item": 2 } TASK [Create mock vpn_connections] ********************************************* task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/add_hosts.yml:11 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.023) 0:00:01.621 *********** ok: [sut] => { "ansible_facts": { "vpn_connections": [ { "hosts": { "host01.local": "", "host02.local": "", "mainhost.local": "", "sut": "" } } ] }, "changed": false } TASK [Create sample policies directory for testing] **************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:40 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.019) 0:00:01.640 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create sample policy files for testing] ********************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:46 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.017) 0:00:01.658 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create sample policy files for testing] ********************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:52 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.018) 0:00:01.676 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create sample policy files for testing] ********************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:58 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.023) 0:00:01.700 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure firewalld not running if not testing firewall] ******************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:67 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.020) 0:00:01.720 *********** ok: [sut] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "firewalld", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice basic.target dbus.socket dbus.service polkit.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service nftables.service iptables.service ebtables.service ip6tables.service shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Add extra options to check] ********************************************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tests_host_to_host_psk.yml:16 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.457) 0:00:02.177 *********** ok: [sut] => { "ansible_facts": { "vpn_connections": [ { "auto": "start", "hosts": { "host01.local": "", "host02.local": "", "mainhost.local": "", "sut": "" } } ] }, "changed": false } TASK [Use vpn role] ************************************************************ task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/tests_host_to_host_psk.yml:24 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.019) 0:00:02.197 *********** TASK [linux-system-roles.vpn : Set platform/version specific variables] ******** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/main.yml:3 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.024) 0:00:02.222 *********** included: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml for sut TASK [linux-system-roles.vpn : Ensure ansible_facts used by role] ************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:2 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.012) 0:00:02.234 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.vpn : Check if system is ostree] ********************** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:11 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.020) 0:00:02.254 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.vpn : Set flag to indicate system is ostree] ********** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:16 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.018) 0:00:02.273 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.vpn : Set platform/version specific variables] ******** task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:20 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.017) 0:00:02.291 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__vpn_nss_location": "/etc/ipsec.d" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__vpn_nss_location": "/etc/ipsec.d" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.vpn : Ensure required packages are installed] ********* task path: /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/main.yml:6 Sunday 09 June 2024 04:29:43 +0000 (0:00:00.034) 0:00:02.326 *********** fatal: [sut]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist to retry, use: --limit @/tmp/tests_host_to_host_psk.retry PLAY RECAP ********************************************************************* sut : ok=16 changed=3 unreachable=0 failed=1 skipped=8 rescued=0 ignored=0 Sunday 09 June 2024 04:29:44 +0000 (0:00:00.910) 0:00:03.236 *********** =============================================================================== linux-system-roles.vpn : Ensure required packages are installed --------- 0.91s /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 0.67s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tests_host_to_host_psk.yml:2 ------------- Ensure firewalld not running if not testing firewall -------------------- 0.46s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:67 ------------------ Create nss directory for testing ---------------------------------------- 0.27s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:22 ------------------ linux-system-roles.vpn : Check if system is ostree ---------------------- 0.27s /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:11 Create /etc/ipsec.d directory for testing ------------------------------- 0.19s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:28 ------------------ linux-system-roles.vpn : Set platform/version specific variables -------- 0.03s /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:20 linux-system-roles.vpn : Set platform/version specific variables -------- 0.03s /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:20 Set platform/version specific variables --------------------------------- 0.03s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:2 ------------------- Dynamically add more hosts ---------------------------------------------- 0.03s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:34 ------------------ Use vpn role ------------------------------------------------------------ 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tests_host_to_host_psk.yml:24 ------------ Dynamically add multiple hosts for testing ------------------------------ 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/add_hosts.yml:2 -------------------- Create sample policy files for testing ---------------------------------- 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:52 ------------------ linux-system-roles.vpn : Ensure ansible_facts used by role -------------- 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:2 linux-system-roles.vpn : Set flag to indicate system is ostree ---------- 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:16 linux-system-roles.vpn : Ensure ansible_facts used by role -------------- 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml:2 Create sample policy files for testing ---------------------------------- 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:58 ------------------ Add sample main host ---------------------------------------------------- 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/setup_test.yml:18 ------------------ Add extra options to check ---------------------------------------------- 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tests_host_to_host_psk.yml:16 ------------ Create mock vpn_connections --------------------------------------------- 0.02s /WORKDIR/git-weekly-ciz_p1x8pf/tests/tasks/add_hosts.yml:11 ------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---