ansible/test
Matt Davis 206b6ebe0d
fix PS type conversion failure when using "all" profiles (#34383)
* obscure type promotion issue in some versions of Powershell causes [int]::MaxValue to be promoted to [int64] when doing a COM property get or set. Since the "All" profiles value of 0x7FFFFFFF is [int]::MaxValue, it would trigger "Specified cast is not valid" when modifying a rule that's already set to All Profiles or trying to be.
* Fixed catch-all error handler to include exception detail
* Added test converage for this case
2018-01-02 20:25:46 -08:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
compile Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
integration fix PS type conversion failure when using "all" profiles (#34383) 2018-01-02 20:25:46 -08:00
legacy Fix tests as filters #4 (#33930) 2017-12-21 13:42:53 -06:00
results
runner Handle stdout/stderr/BaseException in import test. 2018-01-02 14:42:31 -08:00
sanity Misc. fix for typo (#34262) 2017-12-27 19:52:10 +01:00
units nmcli: Add 'generic' connection type (#34251) 2018-01-02 12:37:22 +01:00
utils Add Azure provider support to ansible-test and CI. 2017-12-06 00:34:54 -08:00