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

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 \
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.