mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
* added mongo connection logic * added mongo dbtransform logic to allow keys with . and $ * altered tower fact scanner CacheModule to emit a message for each fact module facts (including ansible facts). Previously, seperate facts module facts were getting concatenated to each subsequent emi * tower fact scanner CacheModule timeout set as to not hang for forever * broke apart commands.py test * added unit test for run_fact_cache_receiver, facts, and dbtransform
5 lines
191 B
Python
5 lines
191 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved
|
|
|
|
from awx.main.tests.commands.run_fact_cache_receiver import * # noqa
|
|
from awx.main.tests.commands.commands_monolithic import * # noqa |