mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Ensure acceptance tests are executed (#1680)
Ensure the acceptance tests are actually executed and resolve any issues that have crept in since they were not running as expected. Call the ResolveDiskSettings on reload to ensure that the start domain action will have all of the necessary configuration for any additional storage disks added. Tidy up create domain output when disks are attached. Fixes: #1678
This commit is contained in:
@@ -49,7 +49,7 @@ describe 'package domain', acceptance: true do
|
||||
status('Test: machine from packaged box is created successfully')
|
||||
result = environment.execute('vagrant', 'up', extra_env: testbox_envvars)
|
||||
expect(result).to exit_with(0)
|
||||
expect(result.stdout).to match(/test-package-complex-domain/)
|
||||
expect(result.stdout).to match(/test-package-simple-domain/)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user