Skip to content

Commit eefb89e

Browse files
committed
ci(kitchen): add pre-salted FreeBSD-12.0 box for local testing
1 parent 81b2c2e commit eefb89e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

kitchen.vagrant.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# -*- coding: utf-8 -*-
2+
# vim: ft=yaml
3+
---
4+
driver:
5+
name: vagrant
6+
7+
platforms:
8+
- name: freebsd-120-2019-2-py3
9+
driver:
10+
box_url: https://freebsd.z.vstack.com/FreeBSD-12.0.box
11+
cache_directory: false
12+
customize:
13+
usbxhci: 'off'
14+
gui: false
15+
linked_clone: true
16+
ssh:
17+
shell: '/bin/sh'

0 commit comments

Comments
 (0)