ci(kitchen): add pre-salted FreeBSD-12.0 box for local testing

This commit is contained in:
Imran Iqbal 2019-10-27 20:14:11 +00:00
parent 81b2c2e86b
commit eefb89ee75
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

17
kitchen.vagrant.yml Normal file
View file

@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
driver:
name: vagrant
platforms:
- name: freebsd-120-2019-2-py3
driver:
box_url: https://freebsd.z.vstack.com/FreeBSD-12.0.box
cache_directory: false
customize:
usbxhci: 'off'
gui: false
linked_clone: true
ssh:
shell: '/bin/sh'