Skip to content
This repository has been archived by the owner. It is now read-only.

Commit af63fd4

Browse files
committed
.kitchen.dokken.yml: ensure verifier is found
The verifier is mounted on `/tmp/verifier` by default, which is masked by Docker bind mounting the kitchen data before running init. Thus mount it instead to `/opt/verifier` so ServerSpec tests are actually run. https://github.com/someara/kitchen-dokken#tmpfs-on-tmp
1 parent c94bace commit af63fd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.kitchen.dokken.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ transport:
1212
provisioner:
1313
name: dokken
1414

15+
verifier:
16+
root_path: '/opt/verifier'
17+
sudo: false
18+
1519
platforms:
1620
- name: centos-7
1721
driver:

0 commit comments

Comments
 (0)