salt/tests/integration/cloud/providers
Nicole Thomas 2e8e56ca69 [PY3] Change log.warn statements to log.warning (#37531)
* [PY3] Change log.warn statements to log.warning

log.warn is deprecated in Python 3. This change removes the
occurance of deprecation warnings for using log.warn. For example:

```
17:24:23 [WARNING ] /testing/salt/utils/verify.py:522: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
17:24:23   log.warn('Insecure logging configuration detected! Sensitive data may be logged.')
17:24:23
17:24:23 [WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
```

* Tweak unit.utils.verify_test to using warning instead of warn
2016-11-08 13:06:54 -07:00
..
__init__.py salt-cloud tests for linode 2014-06-09 14:49:49 -06:00
digital_ocean.py change timeout for cloud tests 2016-10-25 13:27:57 -06:00
ec2.py change timeout for cloud tests 2016-10-25 13:27:57 -06:00
gce.py change timeout for cloud tests 2016-10-25 13:27:57 -06:00
gogrid.py change timeout for cloud tests 2016-10-25 13:27:57 -06:00
joyent.py change timeout for cloud tests 2016-10-25 13:27:57 -06:00
linode.py change timeout for cloud tests 2016-10-25 13:27:57 -06:00
msazure.py Integration tests fixes for 2016.3 (#36263) 2016-09-13 12:40:56 -06:00
openstack.py Add test to check openstack in libcloud 2016-09-13 10:25:43 -05:00
profitbricks.py change timeout for cloud tests 2016-10-25 13:27:57 -06:00
rackspace.py change timeout for cloud tests 2016-10-25 13:27:57 -06:00
virtualbox.py [PY3] Change log.warn statements to log.warning (#37531) 2016-11-08 13:06:54 -07:00
vultr.py change timeout for cloud tests 2016-10-25 13:27:57 -06:00