Update box add commands in acceptance tests
This commit is contained in:
parent
fbe9e22a87
commit
578c38e336
|
@ -9,7 +9,7 @@ shared_examples 'provider/linked_clone' do |provider, options|
|
|||
|
||||
before do
|
||||
environment.skeleton('linked_clone')
|
||||
assert_execute('vagrant', 'box', 'add', 'basic', options[:box])
|
||||
assert_execute('vagrant', 'box', 'add', options[:box])
|
||||
end
|
||||
|
||||
after do
|
||||
|
|
|
@ -8,7 +8,7 @@ shared_examples "provider/network/intnet" do |provider, options|
|
|||
|
||||
before do
|
||||
environment.skeleton("network_intnet")
|
||||
assert_execute("vagrant", "box", "add", "box", options[:box])
|
||||
assert_execute("vagrant", "box", "add", options[:box])
|
||||
assert_execute("vagrant", "up", "--provider=#{provider}")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue