mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
website: Use better test annotation for routingrules tests.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
9efbe4ef81
commit
17f98b00ba
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ def routing_check(*args, **kwargs):
|
||||||
else:
|
else:
|
||||||
assert(False)
|
assert(False)
|
||||||
|
|
||||||
@attr('RoutingRules')
|
@attr('s3website_RoutingRules')
|
||||||
@attr('s3website')
|
@attr('s3website')
|
||||||
@nose.with_setup(setup=check_can_test_website, teardown=common.teardown)
|
@nose.with_setup(setup=check_can_test_website, teardown=common.teardown)
|
||||||
def test_routing_generator():
|
def test_routing_generator():
|
||||||
|
|
Loading…
Reference in a new issue