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
Pilou 2aa0f366d2 templar: ensure that exceptions are handled, fix 'AttributeError' (#48792)
* templar: ensure that exceptions are handled

* Fix AttributeError: object has no attribute 'message'

'message' attribute is deprecated since Python 2.6 and not available
with Python 3.

Simple reproducer:

    - hosts: localhost
      vars:
        not_json: "{{ 'test str' | from_json }}"
      tasks:
        - command: "echo {{ not_json }}"

(cherry picked from commit 62c05033d6)
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration ACME: fix bug introduced in #49266, work around problem with Pebble (#49407) 7 years ago
legacy vultr_server_facts: add tests and changelog for firewall group fix in #48342 (#48411) 7 years ago
results Collect data from integration test runs. (#28650) 9 years ago
runner ansible-test: recursively scan setup dependencies (#49170) 7 years ago
sanity [stable-2.7] Prevent metadata changes in a stable branch (#48994) (#49131) 7 years ago
units templar: ensure that exceptions are handled, fix 'AttributeError' (#48792) 7 years ago
utils Fix passing of env vars to Shippable. 7 years ago