Sha256: a5dec971abd5f2d8ad6af54eda8e8992ddb8ec4fbc781ab3d30e3900218630aa
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
## 0.1.0 (2014-06-23) Features: - Test parameters should now be accessed by calling: ```ruby test_params = Vcloud::Tools::Tester::TestSetup.new(config_file, expected_user_params).test_params ``` - Vcloud::Tools::Tester::TestSetup now creates network fixtures if not already present in the environment and sets the network ID parameters by quering the API. - Now possible to specify which user-defined parameters should be defined in the YAML-formatted configuration file; passed as an array to TestSetup#initialize. ## 0.0.6 (2014-05-28) Features: - Add edge_gateway_id parameter ## 0.0.5 (2014-05-23) Features: - Add network_1_id and network_2_id parameters ## 0.0.4 (2014-05-20) Features: - Add edge_gateway parameter - Add provider_network, provider_network_id, provider_network_ip parameters ## 0.0.3 (2014-05-09) Bugfixes: - Makes input parameter names consistent, e.g. `network_1_ip` rather than `network1_ip`. ## 0.0.2 (2014-05-09) Features: - Raise a useful error if config file is missing ## 0.0.1 (2014-05-06) - First release of gem
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vcloud-tools-tester-0.1.0 | CHANGELOG.md |