py3: port RBAC func tests
Yes, it really is just the import. Change-Id: Id7e2891b6600af102176eaa2e87f81b528adde8d
This commit is contained in:
parent
489a35db82
commit
2e4c8a924e
@ -15,7 +15,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
from urlparse import urlparse, urlunparse
|
from six.moves.urllib.parse import urlparse, urlunparse
|
||||||
import uuid
|
import uuid
|
||||||
from random import shuffle
|
from random import shuffle
|
||||||
|
|
||||||
|
1
tox.ini
1
tox.ini
@ -48,6 +48,7 @@ commands = ./.functests {posargs}
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
nosetests {posargs: \
|
nosetests {posargs: \
|
||||||
|
test/functional/test_access_control.py \
|
||||||
test/functional/test_domain_remap.py \
|
test/functional/test_domain_remap.py \
|
||||||
test/functional/test_object.py \
|
test/functional/test_object.py \
|
||||||
test/functional/test_staticweb.py \
|
test/functional/test_staticweb.py \
|
||||||
|
Loading…
Reference in New Issue
Block a user