mirror of
https://github.com/ansible/awx.git
synced 2026-07-05 05:18:02 -02:30
session limit enforcement
* upon creating a new session, invalidate oldest sessions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2015 Ansible, Inc.
|
||||
# All Rights Reserved.
|
||||
|
||||
from awx.main.tests.organizations import OrganizationsTest # noqa
|
||||
from awx.main.tests.organizations import * # noqa
|
||||
from awx.main.tests.users import * # noqa
|
||||
from awx.main.tests.inventory import * # noqa
|
||||
from awx.main.tests.projects import ProjectsTest, ProjectUpdatesTest # noqa
|
||||
|
||||
Reference in New Issue
Block a user