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:
Darragh Bailey
2022-11-23 17:33:10 +00:00
committed by GitHub
parent f25a375d18
commit 6bbde74be0
13 changed files with 47 additions and 32 deletions

View File

@@ -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