chocolatey-community / chocolatey-test-environment

A testing setup related to how the Chocolatey Package Verifier runs testing. Used for manual testing or prior to submission
Apache License 2.0
117 stars 187 forks source link

Vagrantfile no longer works with virtualbox #57

Closed TheCakeIsNaOH closed 3 years ago

TheCakeIsNaOH commented 3 years ago

Update to date clone, the vagrant file cannot find the virtualbox box to download

>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'chocolatey/test-environment' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Loading metadata for box 'chocolatey/test-environment'
    default: URL: https://vagrantcloud.com/chocolatey/test-environment
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.

If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.

Name: chocolatey/test-environment
Address: https://vagrantcloud.com/chocolatey/test-environment
Requested provider: [:virtualbox]

It looks like only the hyper-v version has been released.

image

gep13 commented 3 years ago

@TheCakeIsNaOH we recently pushed out a new VirtualBox image, so that the base image here matches what is used on the package-verifier instance. We updated the repo here to use that image, however, we then found a problem with the image. I think what you are seeing here is as a result of @pauby re-uploading the image to vagrant cloud. I would suggest checking back in a little while and hopefully it will be there.

pauby commented 3 years ago

@TheCakeIsNaOH @gep13 A new Vagrant box for Virtualbox has been uploaded just now. Would appreciate any feedback.

TheCakeIsNaOH commented 3 years ago

@pauby It is working perfectly for me now.

Thank you (and whoever else helped) for getting the box updated with the KBs. I am really glad that I won't have to sit through kb2919355 installing over and over while testing packages.

gep13 commented 3 years ago

I have just taken this for a spin as well, (@TheCakeIsNaOH must have a better internet connection than I do 😄 ) and I can confirm that the issues that I saw with the last version have been addressed, and it is now working as expected.