1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
fog--fog-aws/tests/requests/auto_scaling
Joshua Lane e258bd27d2 remove assertion during live test run
During a live test run there are quite a few suspended processes.

```
suspend processes
	processes suspended - returns []
		expected => []
		returned => [{"ProcessName"=>"RemoveFromLoadBalancerLowPriority", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"Launch", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"HealthCheck", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"AddToLoadBalancer", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"AlarmNotification", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"ScheduledActions", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"AZRebalance", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"Terminate", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"ReplaceUnhealthy", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}]
```
2016-12-15 11:35:10 -08:00
..
auto_scaling_tests.rb exempt mock only tests from live test run 2016-12-15 11:32:04 -08:00
describe_types_tests.rb working tests 2015-01-02 09:42:20 -08:00
helper.rb improve tests and initialize ASG with empty targetGroupARNs 2016-10-19 10:24:25 +02:00
model_tests.rb remove assertion during live test run 2016-12-15 11:35:10 -08:00
notification_configuration_tests.rb working tests 2015-01-02 09:42:20 -08:00
tag_tests.rb working tests 2015-01-02 09:42:20 -08:00