Skip to content

Commit 9c87165

Browse files
committed
update tests
1 parent d9066be commit 9c87165

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

molecule/default/converge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262

6363
- name: Wait until the string "auth" is in the vagrant log
6464
wait_for:
65-
path: /home/vagrant/myvm.log
66-
search_regex: SSH\sto\sbecome\savailable
67-
timeout: 1000
65+
path: /home/vagrant/myvmerr.log
66+
search_regex: SSH\sis\sready
67+
timeout: 1800

molecule/kvm/converge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858

5959
- name: Wait until the string "auth" is in the vagrant log
6060
wait_for:
61-
path: /home/vagrant/myvm.log
62-
search_regex: SSH\sto\sbecome\savailable
63-
timeout: 1000
61+
path: /home/vagrant/myvmerr.log
62+
search_regex: SSH\sis\sready
63+
timeout: 1800

molecule/kvm/molecule.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
---
2-
dependency:
3-
name: galaxy
4-
options:
5-
role-file: requirements.yml
6-
roles-path: ../community
72
driver:
83
name: vagrant
94
provider:
@@ -18,6 +13,9 @@ platforms:
1813
memory: 2048
1914
provider_raw_config_args:
2015
- "storage :file, :size => '1G', :device => 'vdb'"
16+
instance_raw_config_args:
17+
- "cache.enable :dnf"
18+
- "cache.auto_detect = false"
2119
provisioner:
2220
name: ansible
2321
config_options:

0 commit comments

Comments
 (0)