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
Adrian Likins 261c40bac7 Fix azure module use of module_utils.facts (#25318)
Module was importing '*' from facts to get to TimeoutError
but that has moved to facts.timeout, so import is updated.

Also rm old style imports to new style imports at the start
of the module.

'signal' py module was used and referenced but never imported,
presumably it was using the 'signal' previously imported into
module_utils.facts. Now imported directly.

'AnsibleModule' was also from a * import, so now imported directly.

A ref to 'module' was in _delete_disks_when_detached(), so now it
is updated to raise an AzureException() with its message, and
let its caller catch it and call module.fail_json()
7 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration Fix multiple EOS EAPI code and test issues (#26651) 7 years ago
results Create bot friendly sanity output. (#22381) 8 years ago
runner remove vyos/1.0.5 from test/runner/completion/network.txt 7 years ago
sanity Fix azure module use of module_utils.facts (#25318) 7 years ago
units Fix multiple EOS EAPI code and test issues (#26651) 7 years ago
utils Add RHEL 7.3 to ansible-test and CI. (#26550) 7 years ago