Merge "py3: port RBAC func tests"

This commit is contained in:
Zuul 2019-08-07 22:10:07 +00:00 committed by Gerrit Code Review
commit 8d3d21e668
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# limitations under the License.
import unittest
from urlparse import urlparse, urlunparse
from six.moves.urllib.parse import urlparse, urlunparse
import uuid
from random import shuffle

View File

@ -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 \