You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
compile Adding aliases for field attributes and renaming async attribute (#33141) 7 years ago
integration fix PS type conversion failure when using "all" profiles (#34383) 7 years ago
legacy Fix tests as filters #4 (#33930) 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Handle stdout/stderr/BaseException in import test. 7 years ago
sanity Misc. fix for typo (#34262) 7 years ago
units nmcli: Add 'generic' connection type (#34251) 7 years ago
utils Add Azure provider support to ansible-test and CI. 7 years ago