From 2e4c8a924e2c11e0cbabfd1353de49602d1aaef1 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 5 Aug 2019 14:47:51 -0700 Subject: py3: port RBAC func tests Yes, it really is just the import. Change-Id: Id7e2891b6600af102176eaa2e87f81b528adde8d --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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 \ -- cgit v1.2.1