spec/unit/microbosh_providers/aws_spec.rb in bosh-bootstrap-0.11.4 vs spec/unit/microbosh_providers/aws_spec.rb in bosh-bootstrap-0.11.5
- old
+ new
@@ -17,11 +17,11 @@
setting "provider.credentials.aws_secret_access_key", "SECRET"
setting "address.ip", "1.2.3.4"
setting "key_pair.path", "~/.microbosh/ssh/test-bosh"
setting "bosh.name", "test-bosh"
setting "bosh.salted_password", "salted_password"
- setting "bosh.persistent_disk", 16384
+ setting "bosh.persistent_disk", 4096
subject = Bosh::Bootstrap::MicroboshProviders::AWS.new(microbosh_yml, settings)
subject.create_microbosh_yml(settings)
File.should be_exists(microbosh_yml)
@@ -36,10 +36,10 @@
setting "provider.credentials.aws_secret_access_key", "SECRET"
setting "address.ip", "1.2.3.4"
setting "key_pair.path", "~/.microbosh/ssh/test-bosh"
setting "bosh.name", "test-bosh"
setting "bosh.salted_password", "salted_password"
- setting "bosh.persistent_disk", 16384
+ setting "bosh.persistent_disk", 4096
subject = Bosh::Bootstrap::MicroboshProviders::AWS.new(microbosh_yml, settings)
subject.create_microbosh_yml(settings)
File.should be_exists(microbosh_yml)