mirror of
https://github.com/ansible/awx.git
synced 2026-04-01 00:05:07 -02:30
do not run tests if mongodb connect fails
This commit is contained in:
@@ -42,6 +42,8 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'test':
|
||||
'TEST_NAME': os.path.join(BASE_DIR, 'awx_test.sqlite3'),
|
||||
}
|
||||
}
|
||||
|
||||
MONGO_DB = 'system_tracking_test'
|
||||
|
||||
# Celery AMQP configuration.
|
||||
BROKER_URL = 'redis://localhost/'
|
||||
|
||||
Reference in New Issue
Block a user