mirror of
https://github.com/ceph/s3-tests.git
synced 2025-05-14 11:11:20 +00:00
Port functional tests from python 2 to python 3
Add fails_on_rgw to tests not passing. Some tests from the master branch do not pass on the rgw yet. Others waiting on rgw tracker issues to be resolved. Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
parent
92f056532b
commit
be9935ba1a
30 changed files with 597 additions and 561 deletions
|
@ -1,6 +1,6 @@
|
|||
from nose.tools import eq_ as eq
|
||||
|
||||
import utils
|
||||
from . import utils
|
||||
|
||||
def test_generate():
|
||||
FIVE_MB = 5 * 1024 * 1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue