Closed pavanbhat21 closed 8 years ago
Please remove changes to config file which are not usable for other users. I recommend to use your own local config for these settings.
Wouldn't be better to expect credentials for registration plugin in env variables as recommended by doc, than using expect to respond to input? vagrant_BOX_PATH Is for *.box file, it doesn't make sence to chdir to it, use vagrant_VAGRANTFILE_DIR instead
Doc string added. Removed variables from the config file. Changes the box path to vagrant_VAGRANTFILE_DIR and have removed pexpect and vagrant up with subscription is now performed by setting env variables.
Thanks Pavan for answers. As you explained to me, using method for vagrant up is necessary because of pexpect. Let's move these vagrant_up* methods to library in separate PR. It's very useful and I expect it to be used in almost every test, so please consider shorter names.
@pavanbhat21 please add doc string specific to the function. Add readme file to it regarding how to use it.