py3: port RBAC func tests

Yes, it really is just the import.

Change-Id: Id7e2891b6600af102176eaa2e87f81b528adde8d
This commit is contained in:
Tim Burke 2019-08-05 14:47:51 -07:00
parent 489a35db82
commit 2e4c8a924e
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 \