Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  factories
  fixtures
  functional
  integration
  lib
  unit
audit.rb 148 Bytes
test_helper.rb 12.3 KB
test_runner.rb 1.1 KB

Latest revisions

# Date Author Comment
5ef1e692 10/22/2015 02:54 AM Marek Hulán

Fixes #12185 - host created via reports has downcased name

2bb102ba 10/21/2015 03:41 PM Tomáš Strachota

Refs #12089 - tests for config templates controller param wrapping

f8a45ebd 10/21/2015 10:47 AM Daniel Lobato Garcia

Fixes #12098 - Dangling Fog.mock! makes compute_resource_vms test fail

test/unit/compute_resource_test.rb contains a Fog.mock! without a
Fog.unmock!. This causes
test/functional/compute_resource_vms_controller_test.rb to fail only
when ran through rake test on Rails 4. Fix is as simple as adding the...

0f6d25ad 10/21/2015 10:46 AM Marek Hulán

Fixes #12043 - introduces interface for background support of importers

0c752b5f 10/21/2015 06:37 AM Ranjan Kumar

fixes #12151 - return empty classes hash when missing environment

eb8d0ff5 10/21/2015 06:37 AM Shlomi Zadok

Fixes #12004, #11999 - Remove reserved words from Environment friendly_id

Restores use of friendly_id, but removes 'new', 'edit' etc from the
reserved words list to ensure they can be used as identifiers.

Reverts the id-name parameterization to purely name, which fixes...

379de99a 10/19/2015 08:53 AM Marek Hulán

Fixes #11972 - ignore specific interfaces via settings

c919008a 10/16/2015 03:58 AM Jiri Machalek

Fixes #11987 - Check exit code of deployment scripts

This commit fixes checking exit codes returned from provisioning templates, which were ignored
because of sending results through pipe to command tee. Also adds optional host deleting if deployment
fails because of non zero exit code. This can be configured by setting clean_up_failed_deployment...

8893c3bc 10/15/2015 11:25 AM Dominic Cleal

fixes #12095 - prevent escaping of lookup key default value with ERB

When the current default value is retrieved from a lookup key via
default_value_before_type_cast, do not re-dump values containing ERB as
they will not have been cast already. This prevents them being escaped...

93e9d22d 10/15/2015 10:18 AM Tom Caspy

refs #12147 - fixing dhcp test to work properly with rails 4

In rails 4, the #reload method doesn't reset instance variables on the
reloaded instance, so we fetch it again as a new item. That said, the
reload method does work correctly for associations, just to be...

View revisions

Also available in: Atom