Sha256: 14dfc6fc5f6e6ec9c7da28553bb9b61fcc2ec8c275b0626213af1238515c3d2e
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
# Running vCloud Core Integration Tests ## Prerequisites - Access to a suitable vCloud Director organisation. **NB** It is not safe to run them against an environment that is in use (e.g. production, preview) as many of the tests clear down all config at the beginning and/or end to ensure the environment is as the tests expect. - A config file with the settings configured. There is a [template file](spec/integration/vcloud_tools_testing_config.yaml.template) to help with this. Copy the template file to `spec/integration/vcloud_tools_testing_config.yaml` and update with parameters suitable for your environment. - You need to include the set-up for your testing environment in your [fog file](https://github.com/alphagov/vcloud-core#credentials). - The tests use the [vCloud Tools Tester](http://rubygems.org/gems/vcloud-tools-tester) gem. You do not need to install this, `bundler` will do this for you. ## Parameters ```` default: # This is the fog credential that refers to your testing environment, e.g. `test_credential` vdc_1_name: # The name of a VDC catalog: # A catalog vapp_template: # A vApp Template within that catalog network_1: # The name of the primary network network_1_ip: # The IP address of the primary network ```` ## To run the tests `FOG_CREDENTIAL=test_credential bundle exec integration`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vcloud-core-0.5.0 | spec/integration/README.md |
vcloud-core-0.4.0 | spec/integration/README.md |