Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
No longer need to create vagrant box locally
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijit Hiremagalur <[email protected]>
  • Loading branch information
Chris Adams committed Mar 28, 2014
1 parent 89b0605 commit 6ee1cb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,9 @@ at the command line, see the [warden server README](warden/README.md).

## Testing

[warden-test-infrastructure](https://github.com/cloudfoundry/warden-test-infrastructure) provides a way to create a vagrant box.

```
# Checkout the repos
git clone https://github.com/cloudfoundry/warden
git clone https://github.com/cloudfoundry/warden-test-infrastructure
# Create a vagrant box
pushd warden-test-infrastructure && git submodule update --init && ./create_vagrant_box.sh && popd
# Run warden tests
pushd warden && bin/test_in_vm
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Vagrant.configure("2") do |config|
config.ssh.username = "vagrant"
config.vm.box = "warden-compatible"
config.vm.box_url = "~/boxes/warden-compatible.box"
config.vm.box_url = "https://s3.amazonaws.com/runtime-artifacts/warden-compatible.box"
end

0 comments on commit 6ee1cb7

Please sign in to comment.