Example #1
0
 def add_box(self, box_name):
     """Function to add a vagrant box if not exists.
     Args:
         box_name (str): the name of box, ex ubuntu/trusty64
     """
     Vagrant.box_add(box_name)