Skip to content

Commit

Permalink
Test with timestamp authority
Browse files Browse the repository at this point in the history
  • Loading branch information
bkabrda committed Jul 17, 2024
1 parent d57a2fd commit a67d893
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion molecule/default/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
register: tf_results
with_items: "{{ molecule_yml.platforms }}"
changed_when: true
async: 300
async: 360
poll: 5

# - name: Testing output
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platforms:
- name: instance
compose: CentOS-Stream-9
arch: x86_64
duration: 45
duration: 60
provisioner:
name: ansible
env:
Expand Down
8 changes: 5 additions & 3 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a67d893

Please sign in to comment.