summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-08-05 14:47:51 -0700
committerTim Burke <tim.burke@gmail.com>2019-08-05 14:47:51 -0700
commit2e4c8a924e2c11e0cbabfd1353de49602d1aaef1 (patch)
treeba2c044655e8af9628b31b7c4a59e08c86c2d929 /tox.ini
parent489a35db825f58a204471ea9da9b9c61ca6cfa4c (diff)
downloadswift-2e4c8a924e2c11e0cbabfd1353de49602d1aaef1.tar.gz
py3: port RBAC func tests
Yes, it really is just the import. Change-Id: Id7e2891b6600af102176eaa2e87f81b528adde8d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ec08549c2..70e40aad9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,6 +48,7 @@ commands = ./.functests {posargs}
basepython = python3
commands =
nosetests {posargs: \
+ test/functional/test_access_control.py \
test/functional/test_domain_remap.py \
test/functional/test_object.py \
test/functional/test_staticweb.py \