From a67d893a0cdc399b537358997f79d29dcbc8d3b5 Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Wed, 17 Jul 2024 16:37:04 +0200 Subject: [PATCH] Test with timestamp authority --- molecule/default/create.yml | 2 +- molecule/default/molecule.yml | 2 +- molecule/default/verify.yml | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/molecule/default/create.yml b/molecule/default/create.yml index 6d2cbd1c..cc424676 100644 --- a/molecule/default/create.yml +++ b/molecule/default/create.yml @@ -43,7 +43,7 @@ register: tf_results with_items: "{{ molecule_yml.platforms }}" changed_when: true - async: 300 + async: 360 poll: 5 # - name: Testing output diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 58cecdbd..fdc0f02a 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -9,7 +9,7 @@ platforms: - name: instance compose: CentOS-Stream-9 arch: x86_64 - duration: 45 + duration: 60 provisioner: name: ansible env: diff --git a/molecule/default/verify.yml b/molecule/default/verify.yml index 34366c95..90f57db3 100644 --- a/molecule/default/verify.yml +++ b/molecule/default/verify.yml @@ -39,12 +39,14 @@ # NOTE: we can't add hosts with the etc_hosts parameter, because we would need to template # the dictionary keys for it and Ansible doesn't do that cmd_args: - - --add-host + - "--add-host" - "fulcio.{{ tas_single_node_base_hostname }}:{{ node_ip }}" - - --add-host + - "--add-host" - "rekor.{{ tas_single_node_base_hostname }}:{{ node_ip }}" - - --add-host + - "--add-host" - "tuf.{{ tas_single_node_base_hostname }}:{{ node_ip }}" + - "--add-host" + - "tsa.{{ tas_single_node_base_hostname }}:{{ node_ip }}" volume: - "{{ test_dir_path }}:/mnt:z" entrypoint: /bin/bash