From c07d37d19082f93955f4f8e50854121c17b3720a Mon Sep 17 00:00:00 2001 From: Samarah Date: Tue, 18 Nov 2025 16:21:40 +0000 Subject: [PATCH] qa/d4n: Update host checks Signed-off-by: Samarah --- qa/workunits/rgw/test_rgw_d4n.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() -- 2.47.3