py3: include test_base_storage_server

Apparently this was already passing? Not a whole lot there...

Change-Id: I029fe2e7f4162765eee0a390793402523d0975fa
This commit is contained in:
Tim Burke 2018-09-15 00:47:35 -06:00
parent 3698e85dcb
commit b4567e66ec
1 changed files with 2 additions and 1 deletions

View File

@ -43,14 +43,15 @@ commands =
test/unit/common/middleware/test_healthcheck.py \
test/unit/common/middleware/test_proxy_logging.py \
test/unit/common/ring \
test/unit/common/test_base_storage_server.py \
test/unit/common/test_bufferedhttp.py \
test/unit/common/test_constraints.py \
test/unit/common/test_daemon.py \
test/unit/common/test_exceptions.py \
test/unit/common/test_header_key_dict.py \
test/unit/common/test_linkat.py \
test/unit/common/test_memcached.py \
test/unit/common/test_manager.py \
test/unit/common/test_memcached.py \
test/unit/common/test_splice.py \
test/unit/common/test_storage_policy.py \
test/unit/common/test_swob.py \