From: Samarah Date: Tue, 18 Nov 2025 16:21:40 +0000 (+0000) Subject: qa/d4n: Update host checks X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66070%2Fhead;p=ceph.git qa/d4n: Update host checks Signed-off-by: Samarah --- diff --git a/qa/workunits/rgw/test_rgw_d4n.py b/qa/workunits/rgw/test_rgw_d4n.py index 169a5ce8e10a..5c8bdf387984 100644 --- a/qa/workunits/rgw/test_rgw_d4n.py +++ b/qa/workunits/rgw/test_rgw_d4n.py @@ -190,7 +190,7 @@ def test_small_object(r, client, s3): assert(data.get('objName') == 'test.txt') assert(data.get('bucketName') == bucketID) assert(data.get('dirty') == '0') - assert(data.get('hosts') == '127.0.0.1:6379') + assert(data.get('hosts') == '127.0.0.1:8000') # second get call response_get = obj.get() @@ -225,7 +225,7 @@ def test_small_object(r, client, s3): assert(data.get('objName') == 'test.txt') assert(data.get('bucketName') == bucketID) assert(data.get('dirty') == '0') - assert(data.get('hosts') == '127.0.0.1:6379') + assert(data.get('hosts') == '127.0.0.1:8000') r.flushall() @@ -286,7 +286,7 @@ def test_large_object(r, client, s3): assert(data.get('objName') == '_:null_mymultipart') assert(data.get('bucketName') == bucketID) assert(data.get('dirty') == '0') - assert(data.get('hosts') == '127.0.0.1:6379') + assert(data.get('hosts') == '127.0.0.1:8000') continue assert(data.get('blockID') == entry_name[2]) @@ -296,7 +296,7 @@ def test_large_object(r, client, s3): assert(data.get('objName') == 'mymultipart') assert(data.get('bucketName') == bucketID) assert(data.get('dirty') == '0') - assert(data.get('hosts') == '127.0.0.1:6379') + assert(data.get('hosts') == '127.0.0.1:8000') # second get try: @@ -340,7 +340,7 @@ def test_large_object(r, client, s3): assert(data.get('objName') == '_:null_mymultipart') assert(data.get('bucketName') == bucketID) assert(data.get('dirty') == '0') - assert(data.get('hosts') == '127.0.0.1:6379') + assert(data.get('hosts') == '127.0.0.1:8000') continue assert(data.get('blockID') == entry_name[2]) @@ -350,7 +350,7 @@ def test_large_object(r, client, s3): assert(data.get('objName') == 'mymultipart') assert(data.get('bucketName') == bucketID) assert(data.get('dirty') == '0') - assert(data.get('hosts') == '127.0.0.1:6379') + assert(data.get('hosts') == '127.0.0.1:8000') r.flushall()