Skip to content

Commit

Permalink
ci(kitchen): add pre-salted FreeBSD-12.0 box for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 27, 2019
1 parent 81b2c2e commit eefb89e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kitchen.vagrant.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit eefb89e

Please sign in to comment.