I'm currently using Chef's Test Kitchen to test my cookbook recipes before applying the recipes to my managed node. My managed node has the operating system Ubuntu 16.04 server edition. I can see a listing of base boxes provided by the Bento project here.
I am currently using the ubuntu-16.04 platform with vagrant as my driver. On hashicorp's site, I do not see a listing for ubuntu 16.04 server. Am I correct in assuming that base boxes are provided for the desktop versions of the ubuntu operating systems, and that no base boxes are currently provided for the server editions of ubuntu?
If no base boxes for ubuntu 16.04 server are available, is it sufficient to test my recipes against an ubuntu 16.04 desktop instance as opppose to an ubuntu 16.04 server instance?
The differences in the desktop and server editions for Ubuntu 16.04 can be found here.
Thanks in advance for any guidance.